log lisp/ChangeLog @ 5081:baffa6ca776a

age author description
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
Tue, 12 Jan 2010 01:40:02 -0600 Ben Wing imported patch changelog-changes-1-11-10
Tue, 12 Jan 2010 01:38:04 -0600 Ben Wing Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Sun, 10 Jan 2010 10:30:31 +0100 Didier Verna Merge with revision 50102dde8ab2
Sun, 10 Jan 2010 10:25:57 +0100 Didier Verna Cosmetic changes in x-faces.e
Sat, 09 Jan 2010 17:29:25 +0000 Aidan Kehoe Automated merge with file:///home/aidan/xemacs-21.5-checked-out
Sat, 09 Jan 2010 17:28:51 +0000 Aidan Kehoe Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Sat, 09 Jan 2010 18:26:58 +0100 Didier Verna Deactivate obsolete x-face initialization cod
Sat, 09 Jan 2010 17:35:51 +0100 Didier Verna Handle bitmap files in bitmap directory properly
Sat, 09 Jan 2010 14:55:13 +0000 Aidan Kehoe Fix a bug I introduced in #'with-trapping-errors.