log lisp/obsolete.el @ 5368:ed74d2ca7082

age author description
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
Thu, 30 Dec 2010 01:59:52 +0000 Aidan Kehoe Move the heavy lifting from cl-seq.el to C.
Thu, 02 Sep 2010 12:23:11 +0100 Aidan Kehoe Support process plists, for greater GNU compatibility.
Tue, 08 Jun 2010 15:58:47 +0100 Aidan Kehoe Move #'purecopy from alloc.c to being an obsolete alias for #'identity
Thu, 29 Apr 2010 16:16:47 +0100 Aidan Kehoe Implement suggest-key-bindings in terms of teach-extended-commands-p
Mon, 22 Feb 2010 06:43:21 -0600 Ben Wing rearrange stuff in obsolete.el
Wed, 03 Feb 2010 20:18:53 +0000 Aidan Kehoe Merge.
Sun, 31 Jan 2010 18:29:48 +0000 Aidan Kehoe Move the various map* functions to C; add #'map-into.
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sun, 24 Jan 2010 15:21:27 +0000 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Fri, 18 Dec 2009 17:49:43 +0000 Aidan Kehoe Eliminate most core code byte-compile warnings.
Sun, 16 Aug 2009 20:55:49 +0100 Aidan Kehoe Support full Common Lisp multiple values in C.