log lisp/simple.el @ 5885:c8bbb32fe124

age author description
Sat, 04 Apr 2015 13:49:30 +0100 Aidan Kehoe Always return a string, #'current-message.
Tue, 17 Mar 2015 12:22:50 +0000 Aidan Kehoe Clean up #'read-quoted-char, support help-event-list there.
Thu, 12 Mar 2015 00:59:27 +0000 Aidan Kehoe Be more careful about saving a non-nil value for START in message-stack.
Wed, 11 Mar 2015 18:06:15 +0000 Aidan Kehoe Look for cased character classes when deciding on case-fold-search, #'isearch
Wed, 11 Mar 2015 15:06:05 +0000 Aidan Kehoe Update message-stack to reflect START and END supplied to #'append-message
Sat, 03 Jan 2015 16:24:56 +0100 Mike Sperber Add `noerror' optional argument to `live-move'.
Mon, 14 Jul 2014 13:42:42 +0100 Aidan Kehoe Preserve extent information in the command builder code.
Tue, 17 Dec 2013 20:49:52 +0200 Aidan Kehoe Use a face, show more context around open parenthesis, #'blink-matching-open
Sat, 08 Sep 2012 16:33:48 +0100 Aidan Kehoe #'delete-trailing-whitespace needs to work when the region is inactive, too
Sat, 08 Sep 2012 13:34:20 +0100 Aidan Kehoe Import GNU's #'delete-trailing-whitespace, thank you GNU.
Sat, 05 May 2012 18:42:00 +0100 Aidan Kehoe Remove some redundant functions, change others to labels, lisp/
Tue, 01 May 2012 16:17:42 +0100 Aidan Kehoe Avoid #'delq in core Lisp, for the sake of style, a very slightly smaller binary
Mon, 03 Oct 2011 20:16:14 +0100 Aidan Kehoe Declare labels as line where appropriate; use #'labels, not #'flet, tests.
Wed, 07 Sep 2011 21:21:36 +0100 Aidan Kehoe Replace #'flet by #'labels where appropriate, core code.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.