log lisp/ChangeLog @ 5349:239193591765

age author description
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.
Thu, 30 Dec 2010 00:18:50 +0000 Aidan Kehoe cl-macs belongs in lisp-files-needed-for-byte-compilation.
Thu, 30 Dec 2010 00:15:37 +0000 Aidan Kehoe Provide some milquetoast compatibility in our errors, type-error, program-error
Wed, 29 Dec 2010 23:56:57 +0000 Aidan Kehoe #'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
Wed, 29 Dec 2010 23:53:48 +0000 Aidan Kehoe #'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
Wed, 29 Dec 2010 23:47:30 +0000 Aidan Kehoe = < > <= >=: it's OK to use the compiler macro when first, last args side effect
Wed, 29 Dec 2010 23:43:10 +0000 Aidan Kehoe Unrool a load-time loop at macro expansion time, cl-macs.el
Wed, 29 Dec 2010 23:38:38 +0000 Aidan Kehoe Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.
Wed, 29 Dec 2010 23:25:52 +0000 Aidan Kehoe Mark #'remove, #'remq as free of side-effects.
Wed, 17 Nov 2010 14:30:03 +0000 Aidan Kehoe Handle slightly more complex type specifications, #'coerce, #'typep.
Sun, 14 Nov 2010 13:46:29 +0000 Aidan Kehoe Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
Mon, 25 Oct 2010 13:04:04 +0100 Aidan Kehoe Add compiler macros and compilation sanity-checks for functions with keywords.
Mon, 18 Oct 2010 23:21:23 +0900 Stephen J. Turnbull Merge some permissions corrections to trunk.
Mon, 18 Oct 2010 23:03:27 +0900 Stephen J. Turnbull More permission consistency.
Mon, 14 Jun 2010 19:03:57 +0900 Stephen J. Turnbull More permission consistency.
Mon, 14 Jun 2010 15:47:30 +0900 Stephen J. Turnbull More permission consistency.
Mon, 14 Jun 2010 15:03:08 +0900 Stephen J. Turnbull More permission consistency.
Thu, 14 Oct 2010 18:50:38 +0100 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
Tue, 12 Oct 2010 21:11:46 +0100 Aidan Kehoe Make the order of preloaded-file-list more sane.
Sun, 10 Oct 2010 12:32:38 +0100 Aidan Kehoe Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp
Sun, 10 Oct 2010 12:13:32 +0100 Aidan Kehoe Remove a couple of redundant functions, backquote.el
Thu, 16 Sep 2010 21:00:17 +0100 Aidan Kehoe Add an omitted comma, Check-Message, test-harness.el.
Thu, 16 Sep 2010 16:46:27 +0100 Aidan Kehoe Don't uselessly call #'nreverse, #'hash-table-key-list and friends.
Thu, 16 Sep 2010 15:58:10 +0100 Aidan Kehoe Use #'some, #'every, etc. for composing boolean operations on lists.
Thu, 16 Sep 2010 15:34:35 +0100 Aidan Kehoe Rephrase the #'the docstring, make it nicer while byte-compiling.
Thu, 16 Sep 2010 15:24:40 +0100 Aidan Kehoe Avoid byte compiler warnings, some needless consing, descr-text.el
Thu, 16 Sep 2010 15:06:38 +0100 Aidan Kehoe Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Thu, 16 Sep 2010 14:31:40 +0100 Aidan Kehoe Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
Thu, 16 Sep 2010 14:10:44 +0100 Aidan Kehoe Warn at compile time, error at runtime, with (quote X Y), (function X Y).
Thu, 16 Sep 2010 13:51:49 +0100 Aidan Kehoe Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
Thu, 16 Sep 2010 13:36:03 +0100 Aidan Kehoe Add an implementation for #'the, cl-macs.el
Mon, 06 Sep 2010 17:29:51 +0100 Aidan Kehoe Move #'replace to C, add bounds-checking to it and to #'fill.
Sun, 05 Sep 2010 20:31:05 +0100 Aidan Kehoe Add support for the X11 dead-stroke in x-compose.el.
Fri, 03 Sep 2010 17:14:10 +0100 Aidan Kehoe Add fixnum as an accepted destination type, #'coerce
Thu, 02 Sep 2010 12:23:11 +0100 Aidan Kehoe Support process plists, for greater GNU compatibility.
Fri, 20 Aug 2010 13:04:54 +0200 Mike Sperber Add `save-some-buffers-action-alist'.
Fri, 20 Aug 2010 11:35:58 +0200 Mike Sperber Recover from merge SNAFU.
Wed, 18 Aug 2010 17:44:24 +0200 Mike Sperber Add ` diff-buffer-with-file'.
Sun, 15 Aug 2010 15:42:45 +0100 Aidan Kehoe Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
Sat, 24 Jul 2010 17:38:35 +0100 Aidan Kehoe Bit vectors are also sequences; enforce this in some CL functions.
Sun, 13 Jun 2010 23:54:13 +0900 Stephen J. Turnbull Add ChangeLogs for recent address updates in permission notices.
Tue, 08 Jun 2010 16:37:32 +0100 Aidan Kehoe Fix a misspelling, diagnose.el.
Tue, 08 Jun 2010 15:58:47 +0100 Aidan Kehoe Move #'purecopy from alloc.c to being an obsolete alias for #'identity
Mon, 07 Jun 2010 18:42:10 +0100 Aidan Kehoe Remove all support for InfoDock.
Sun, 06 Jun 2010 13:24:31 +0100 Aidan Kehoe Move #'reduce to fns.c from cl-seq.el.
Wed, 02 Jun 2010 16:18:50 +0100 Aidan Kehoe Add Common Lisp's #'complement to cl-extra.el.
Mon, 31 May 2010 16:47:44 +0100 Aidan Kehoe Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 1
Sun, 30 May 2010 15:16:07 +0100 Aidan Kehoe Merge.
Sun, 30 May 2010 15:14:29 +0100 Aidan Kehoe Add `float-time', implemented in Lisp.
Sun, 30 May 2010 13:27:36 +0100 Aidan Kehoe Tidying of CL files; make docstrings read better, remove commented-out code
Sun, 16 May 2010 12:33:21 +0100 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
Thu, 29 Apr 2010 16:16:47 +0100 Aidan Kehoe Implement suggest-key-bindings in terms of teach-extended-commands-p
Sat, 17 Apr 2010 10:40:03 +0100 Aidan Kehoe Keep around file info for dumped functions and variables without docstrings.
Thu, 15 Apr 2010 17:01:08 +0100 Aidan Kehoe Check that MODENAME-mode is fboundp before calling it, files.el
Fri, 09 Apr 2010 12:01:14 +0200 Didier Verna Fix for unavailable arglists in hyper-apropos.
Wed, 07 Apr 2010 14:38:41 +0200 Didier Verna Add missing CL style fontification.
Fri, 02 Apr 2010 13:23:31 +0100 Aidan Kehoe Don't error if describe-char-use-cache t and database not readable, descr-text
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Mon, 29 Mar 2010 21:28:13 -0500 Ben Wing merge
Tue, 23 Feb 2010 07:28:35 -0600 Ben Wing merge
Mon, 22 Feb 2010 06:49:30 -0600 Ben Wing rename objects* (.c, .h and .el files) to fontcolor*
Mon, 22 Feb 2010 06:43:21 -0600 Ben Wing rearrange stuff in obsolete.el
Mon, 29 Mar 2010 18:49:33 +0100 Aidan Kehoe Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos
Mon, 29 Mar 2010 00:11:03 -0500 Ben Wing merge
Thu, 25 Mar 2010 06:07:25 -0500 Ben Wing various fixes to memory-usage stats
Fri, 26 Mar 2010 15:06:28 +0000 Aidan Kehoe open-database.message
Tue, 23 Mar 2010 17:36:18 +0000 Aidan Kehoe Make iso-left-tab equivalent to shift-tab, XFree86
Sun, 21 Mar 2010 13:20:35 +0000 Aidan Kehoe Handle (function ...) specially, cl-prettyprint.
Sat, 20 Mar 2010 20:22:00 -0500 Ben Wing merge
Sat, 20 Mar 2010 20:20:30 -0500 Ben Wing fix various problems with allocation statistics, track overhead properly
Fri, 19 Mar 2010 14:47:44 -0500 Ben Wing more cleanups to object-memory-usage stuff
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Sat, 20 Mar 2010 12:00:23 +0000 Aidan Kehoe Correct the notany, notevery compiler macros.
Mon, 15 Mar 2010 16:15:12 -0500 Ben Wing fix bug in generating display-table entries for error octet characters
Sat, 13 Mar 2010 12:35:54 -0600 Ben Wing merge
Sat, 13 Mar 2010 05:38:34 -0600 Ben Wing merge
Fri, 12 Mar 2010 18:27:51 -0600 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
Sun, 07 Mar 2010 06:45:45 -0600 Ben Wing merge ben-lisp-object
Sun, 07 Mar 2010 06:20:19 -0600 Ben Wing merge ben-lisp-object
Sun, 07 Mar 2010 02:09:59 -0600 Ben Wing merge ben-lisp-object
Wed, 24 Feb 2010 19:04:27 -0600 Ben Wing merge ben-lisp-object
Wed, 24 Feb 2010 01:58:04 -0600 Ben Wing merge ben-lisp-object
Sat, 26 Dec 2009 21:18:49 -0600 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
Sat, 26 Dec 2009 00:20:27 -0600 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
Thu, 11 Mar 2010 15:41:10 +0000 Aidan Kehoe Correct the #'delete-duplicates calls, setup-paths.el
Sun, 07 Mar 2010 06:43:19 -0600 Ben Wing some changes to doc strings/comments in disp-table.el
Sat, 06 Mar 2010 21:14:08 -0600 Ben Wing merge
Sat, 06 Mar 2010 21:13:19 -0600 Ben Wing make test backtraces smaller
Sat, 06 Mar 2010 13:44:39 +0000 Aidan Kehoe Remove #'byte-compile-compiled-obj-to-list, bytecomp.el
Fri, 05 Mar 2010 17:51:36 -0600 Ben Wing merge
Fri, 05 Mar 2010 07:20:26 -0600 Ben Wing merge
Fri, 26 Feb 2010 07:44:49 -0600 Ben Wing fix auto-autoloads when default coding system is utf-8
Fri, 05 Mar 2010 15:11:52 +0000 Aidan Kehoe Avoid the query-coding-tests.el hang, by fixing a logic bug.
Thu, 04 Mar 2010 16:47:16 +0000 Aidan Kehoe Use #'subseq, not #'substring, in native-windows-specific code, make-docfile.el
Wed, 03 Mar 2010 18:40:12 +0000 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
Tue, 02 Mar 2010 13:02:36 +0000 Aidan Kehoe Handle the :from-end argument correctly, #'delete-duplicates compiler macro.
Mon, 01 Mar 2010 21:05:33 +0000 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
Fri, 26 Feb 2010 15:52:24 +0000 Aidan Kehoe Back out revision c673987f5f3d, undump mule/make-coding-system.el.
Fri, 26 Feb 2010 15:24:58 +0000 Aidan Kehoe Merge.
Fri, 26 Feb 2010 15:22:15 +0000 Aidan Kehoe Backed out changeset c673987f5f3d
Thu, 25 Feb 2010 16:19:01 +0100 Didier Verna The background-placement face property.
Thu, 25 Feb 2010 06:14:50 -0600 Ben Wing merge
Thu, 25 Feb 2010 04:10:52 -0600 Ben Wing fix issues with display of argument docstrings
Wed, 24 Feb 2010 17:17:13 +0000 Aidan Kehoe Normally return a compiled function if one argument, #'constantly.
Tue, 23 Feb 2010 05:11:15 -0600 Ben Wing merge
Tue, 23 Feb 2010 01:13:55 -0600 Ben Wing fix typo in comment
Tue, 23 Feb 2010 01:12:13 -0600 Ben Wing fix so that CL docstrings (with &key, etc.) handled properly