log lisp/minibuf.el @ 5940:c608d4b0b75e cygwin64 tip

age author description
Wed, 10 Jul 2013 14:14:30 +0100 Aidan Kehoe Document #'events-to-keys some more, use it less.
Mon, 14 May 2012 08:46:05 +0100 Aidan Kehoe Use #'test-completion, minibuf.el, instead of implementing same.
Sat, 05 May 2012 18:42:00 +0100 Aidan Kehoe Remove some redundant functions, change others to labels, lisp/
Wed, 07 Sep 2011 21:21:36 +0100 Aidan Kehoe Replace #'flet by #'labels where appropriate, core code.
Tue, 29 Mar 2011 00:02:47 +0200 Mats Lidell Merged with trunk.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 24 Mar 2011 11:00:11 -0600 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
Thu, 10 Mar 2011 18:51:15 +0000 Aidan Kehoe Use ', not #', when a given symbol may not have a function binding at read time
Tue, 08 Mar 2011 23:41:52 +0000 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
Thu, 16 Sep 2010 15:06:38 +0100 Aidan Kehoe Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Fri, 01 Jan 2010 19:45:39 +0000 Aidan Kehoe Use uninterned symbols in various information-hiding contexts.