log lisp/ChangeLog @ 5376:4b529b940e2e

age author description
Thu, 17 Mar 2011 21:07:16 +0000 Aidan Kehoe Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el
Thu, 17 Mar 2011 20:17:19 +0000 Aidan Kehoe Merge.
Thu, 17 Mar 2011 20:13:00 +0000 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
Thu, 17 Mar 2011 14:35:02 -0400 Jeff Sparkes Add min-colors specifier to defface, and document it.
Sat, 12 Mar 2011 13:11:31 +0000 Aidan Kehoe Be better about searching for chars typed via XIM and x-compose.el, isearch
Thu, 10 Mar 2011 19:14:25 +0000 Aidan Kehoe Eliminate byte-compile warnings, core Lisp.
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:57:21 +0000 Aidan Kehoe Use Common Lisp-derived builtins in a few more places in core Lisp.
Tue, 08 Mar 2011 23:41:52 +0000 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
Tue, 08 Mar 2011 22:32:49 +0000 Aidan Kehoe Remove redundant functions, format.el, use functions from cl*.el instead.
Tue, 08 Mar 2011 21:00:36 +0000 Aidan Kehoe Make my Lisp a little more sophisticated, select.el.
Tue, 08 Mar 2011 18:12:48 +0000 Aidan Kehoe Remove various redundant wrapper lambdas, core lisp.
Wed, 16 Feb 2011 18:26:40 +0000 Aidan Kehoe #'byte-compile-normal-call; only examine properties of (car FORM) if a symbol
Sat, 12 Feb 2011 14:07:38 +0000 Aidan Kehoe Be better about eliminating `block's that are not `return-from'd, bytecomp.el
Wed, 09 Feb 2011 20:15:50 +0000 Aidan Kehoe Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
Mon, 07 Feb 2011 12:01:24 +0000 Aidan Kehoe Improve the lexical scoping in #'block, #'return-from.
Sun, 30 Jan 2011 14:27:31 +0100 Mike Sperber Unbreak font-lock during `revert-buffer.
Sun, 23 Jan 2011 13:13:54 +0000 Aidan Kehoe Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
Sat, 22 Jan 2011 23:29:25 +0000 Aidan Kehoe Don't quote keywords, they've been self-quoting for well over a decade.
Sat, 22 Jan 2011 17:20:19 +0000 Aidan Kehoe Require that NAME be an unquoted symbol, #'block, #'return-from
Sat, 15 Jan 2011 15:45:46 +0000 Aidan Kehoe Accept more complex TYPEs in #'concatenate, cl-extra.el
Fri, 14 Jan 2011 23:35:29 +0000 Aidan Kehoe Move #'delq, #'delete to Lisp, adding support for sequences.
Mon, 10 Jan 2011 17:55:06 +0000 Aidan Kehoe Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!
Sun, 02 Jan 2011 17:04:13 +0000 Aidan Kehoe Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list
Sun, 02 Jan 2011 16:18:26 +0000 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
Sun, 02 Jan 2011 02:32:59 +0000 Aidan Kehoe Merge.
Thu, 30 Dec 2010 01:59:52 +0000 Aidan Kehoe Move the heavy lifting from cl-seq.el to C.
Sun, 02 Jan 2011 00:06:14 +0000 Aidan Kehoe Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
Thu, 30 Dec 2010 13:46:50 +0000 Aidan Kehoe Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.
Thu, 30 Dec 2010 01:00:40 +0000 Aidan Kehoe Implement some basic Lisp functions in terms of Common Lisp builtins.