log lisp/ChangeLog @ 5102:ec6e767f8fc5

age author description
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
Mon, 22 Feb 2010 22:04:55 -0600 Ben Wing move test-harness to lisp/ directory so it gets byte-compiled
Mon, 22 Feb 2010 21:26:18 -0600 Ben Wing dump make-coding-system
Mon, 22 Feb 2010 21:23:02 -0600 Ben Wing add functions `stable-union' and `stable-intersection' to do stable set operations
Mon, 22 Feb 2010 21:17:47 -0600 Ben Wing add documentation on keywords to cl*.el
Sun, 21 Feb 2010 15:29:12 -0600 Ben Wing fix memory usage stats to include pdumped objects
Mon, 22 Feb 2010 20:08:51 +0000 Aidan Kehoe Add #'constantly, as specified by ANSI Common Lisp.
Tue, 09 Feb 2010 03:53:52 -0600 Ben Wing merge
Mon, 08 Feb 2010 21:35:50 -0600 Ben Wing remove bogus usage of annotations from help.el
Sun, 07 Feb 2010 23:31:50 +0000 Aidan Kehoe Do not assume #'format-decode exists in fileio.c.
Sun, 07 Feb 2010 14:37:35 +0000 Aidan Kehoe #'union doesn't preserve relative order; use #'delete-duplicates instead.
Sat, 06 Feb 2010 12:28:19 +0000 Aidan Kehoe Merge.
Wed, 03 Feb 2010 20:26:47 +0000 Aidan Kehoe Move #'some, #'every to C, implementing them with mapcarX.
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.
Sat, 06 Feb 2010 04:27:47 -0600 Ben Wing Automatic merge
Sat, 06 Feb 2010 04:26:09 -0600 Ben Wing convert some source files to utf-8
Sat, 06 Feb 2010 04:01:46 -0600 Ben Wing Automatic merge
Sat, 06 Feb 2010 03:59:18 -0600 Ben Wing make utf-8 default for Cygwin 1.7, rewrite init code determining default coding systems
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Mon, 01 Feb 2010 14:11:36 -0600 Ben Wing merge
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Thu, 28 Jan 2010 03:32:18 -0600 Ben Wing finish doc comment on `lisp-indent-specform'
Thu, 28 Jan 2010 02:48:45 -0600 Ben Wing merge
Sun, 17 Jan 2010 04:52:48 -0600 Ben Wing compile-related functions added, for use in Unicode-internal ws
Mon, 25 Jan 2010 03:03:49 -0600 Ben Wing fix some tests in `make check', also add our own file-tests
Sun, 24 Jan 2010 00:27:03 -0600 Ben Wing (main branch) redo capitalize-string-as-title
Sun, 24 Jan 2010 00:26:10 -0600 Ben Wing (main branch) Update make-syntax-table doc
Fri, 22 Jan 2010 04:18:20 -0600 Ben Wing (for main branch) Indent all `with-*' expressions correctly
Wed, 03 Feb 2010 09:04:35 +0000 Aidan Kehoe Remove a couple of XEmacs-specific duplicate functions, find-paths.el
Wed, 03 Feb 2010 00:20:08 +0000 Aidan Kehoe Use DOC for dumped Lisp file names; Xref to source-lisp if readable, symbol-file
Mon, 01 Feb 2010 17:57:04 +0000 Aidan Kehoe Make canoncase visible to Lisp; use it with chars in internal_equalp.
Mon, 01 Feb 2010 01:05:28 -0600 Ben Wing merge
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sat, 30 Jan 2010 15:47:37 +0000 Aidan Kehoe Make #'find-function behave better with dumped functions, installed XEmacs
Fri, 29 Jan 2010 20:49:50 -0600 Ben Wing fix reversed old-Cyrillic case mappings
Tue, 26 Jan 2010 15:16:31 +0000 Aidan Kehoe Merge.
Sun, 24 Jan 2010 15:21:27 +0000 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Tue, 26 Jan 2010 02:22:10 +0000 Aidan Kehoe Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
Wed, 20 Jan 2010 17:30:29 +0000 Aidan Kehoe Eliminate funcalls, #'handle-pre-motion-command-current-command-is-motion
Sun, 17 Jan 2010 12:38:15 +0100 Mike Sperber Specifically look for gnuserv in `exec-directory'.
Wed, 13 Jan 2010 01:55:56 -0600 Ben Wing when `debug', abort when lisp error during loadup
Tue, 12 Jan 2010 01:53:35 -0600 Ben Wing merge