log lisp/subr.el @ 4516:e96f3aca4d63

age author description
Sat, 27 Sep 2008 16:31:32 +0900 Stephen J. Turnbull Document initial position of point in `with-string-as-buffer-contents'.
Wed, 27 Aug 2008 21:47:21 +0200 Aidan Kehoe Correct the implementation, add a few basic tests for #'skip-chars-quote.
Wed, 20 Aug 2008 17:39:56 +0200 Aidan Kehoe Add #'skip-chars-quote to subr.el
Wed, 14 May 2008 21:54:54 -0700 Stephen J. Turnbull Fix add-to-list.
Wed, 14 May 2008 23:55:13 +0200 Aidan Kehoe Make the #'add-to-list implementation a little conciser and clearer for XEmacs
Wed, 14 May 2008 23:47:58 +0200 Aidan Kehoe Support COMPARE-FN in add-to-list; thank you Brian Palmer.
Sun, 30 Dec 2007 16:18:33 +0100 Aidan Kehoe Add ascii-case-table, #'with-case-table; make iso8859-1.el more comprehensible.
Mon, 17 Dec 2007 08:44:14 +0100 Aidan Kehoe Provide %b in #'format; use it for converting between ints and bit vectors.