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
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.
Fri, 08 Jan 2010 14:20:14 +0000 Aidan Kehoe Make COLUMN optional in #'indent-region, as in GNU.
Thu, 07 Jan 2010 21:50:39 +0000 Aidan Kehoe Add a compiler macro for #'map, where CL-TYPE is constant and understood.
Thu, 07 Jan 2010 17:01:25 +0000 Aidan Kehoe Merge.
Fri, 01 Jan 2010 19:45:39 +0000 Aidan Kehoe Use uninterned symbols in various information-hiding contexts.
Thu, 07 Jan 2010 15:52:10 +0000 Aidan Kehoe Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.
Wed, 06 Jan 2010 13:48:25 +0100 Didier Verna New (Common Lisp) function get-propertie
Thu, 31 Dec 2009 15:47:03 +0000 Aidan Kehoe Merge.
Sat, 19 Dec 2009 18:10:20 +0000 Aidan Kehoe Remove attempted support for 1996-era emacs without self-quoting keywords.
Thu, 31 Dec 2009 15:09:41 +0000 Aidan Kehoe Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Thu, 31 Dec 2009 08:21:30 +0000 Aidan Kehoe Fix issue 546, use next-single-char-property-change in list-mode.el
Tue, 22 Dec 2009 15:52:06 -0700 Jerry James Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Mon, 21 Dec 2009 19:21:30 +0100 Adrian Aichner Goodbye dk.xemacs.org
Mon, 21 Dec 2009 17:48:56 +0000 Aidan Kehoe Dump the arabic-iso8859-6 character set, again.
Fri, 18 Dec 2009 17:49:43 +0000 Aidan Kehoe Eliminate most core code byte-compile warnings.
Thu, 17 Dec 2009 13:50:45 +0000 Aidan Kehoe Serialise non-default hash table rehash thresholds correctly; use this.
Thu, 17 Dec 2009 12:57:38 +0000 Aidan Kehoe Remove Fsave_window_excursion from window.c, it's overridden by Lisp.
Sat, 05 Dec 2009 01:04:17 +0900 Stephen J. Turnbull Fix log for previous commit.
Sat, 05 Dec 2009 01:02:33 +0900 Stephen J. Turnbull Avoid calling Xft if not built in.
Fri, 04 Dec 2009 10:59:45 +0900 Stephen J. Turnbull automatic merge
Fri, 04 Dec 2009 10:56:38 +0900 Stephen J. Turnbull Prevent font frobbers from operating on TTY specs.
Wed, 18 Nov 2009 08:49:14 -0700 Jerry James Remove support for obsolete systems. See xemacs-patches message with ID
Wed, 18 Nov 2009 01:10:56 +0900 Stephen J. Turnbull Fix syntax of some uses of condition-case and with-trapping-errors.
Sun, 15 Nov 2009 14:59:53 +0000 Aidan Kehoe Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
Sat, 14 Nov 2009 13:33:52 +0000 Aidan Kehoe Be much more comprehensive in our use of byte-compile-funarg.
Sat, 14 Nov 2009 11:43:09 +0000 Aidan Kehoe Make #'letf not error if handed a #'values form.
Sat, 14 Nov 2009 11:32:10 +0000 Aidan Kehoe Fix modeline-mousable, other faces that inherit from modeline, on startup.
Mon, 09 Nov 2009 17:05:19 +0100 Didier Verna Make switch-to-buffer completion avoid current buffer.
Sun, 01 Nov 2009 15:05:46 +0000 Aidan Kehoe Don't error if handed a string and a non-string, #'equalp.
Sun, 01 Nov 2009 20:21:11 +0900 Stephen J. Turnbull Fix typo in font-combine-fonts-internal.
Sun, 01 Nov 2009 16:19:02 +0900 Stephen J. Turnbull Improve argument names and update docstrings.
Sun, 01 Nov 2009 15:54:15 +0900 Stephen J. Turnbull Merge improvements in defun-movement docstrings.
Fri, 09 Oct 2009 05:10:03 +0900 Stephen J. Turnbull Improve docstrings of defun movement functions.
Fri, 30 Oct 2009 15:10:16 +0000 Aidan Kehoe If STRING is constant, call regexp-quote at compile time.
Sat, 24 Oct 2009 15:33:23 +0100 Aidan Kehoe Add `file-system-ignore-case-p', use it.
Mon, 19 Oct 2009 12:47:21 +0100 Aidan Kehoe Make it possible to silence warnings issued when #'mapcar's result is discarded.
Mon, 12 Oct 2009 17:19:52 +0100 Aidan Kehoe Don't cons with #'mapcar calls where the result is discarded,
Mon, 12 Oct 2009 16:42:38 +0100 Aidan Kehoe Fix another bug in the delete-duplicates compiler macro.
Wed, 07 Oct 2009 19:42:42 +0200 Andreas Roehler `beginning-of-defun-function', `end-of-defun-function'
Mon, 05 Oct 2009 11:08:59 -0600 Jerry James Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
Mon, 05 Oct 2009 10:11:59 -0600 Jerry James Use giflib or libungif to provide GIF support, instead of using internal
Sat, 03 Oct 2009 14:22:08 +0100 Aidan Kehoe Handle non-list sequences better, delete-duplicates compiler macro.
Wed, 30 Sep 2009 21:17:24 +0200 Mike Sperber Unbreak `beginning-of-defun'.
Mon, 28 Sep 2009 18:04:07 +0200 Mike Sperber Unbreak autoload.el
Sun, 27 Sep 2009 20:37:44 +0100 Aidan Kehoe Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.
Tue, 22 Sep 2009 21:14:03 +0200 Andreas Roehler lisp beginning-end-of-defun-function Changelog entry
Sun, 20 Sep 2009 23:50:05 +0100 Aidan Kehoe Add arglist info for autoloaded functions and macros.
Sun, 20 Sep 2009 21:41:22 +0100 Aidan Kehoe Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist
Sun, 20 Sep 2009 17:19:54 +0100 Aidan Kehoe Support last two arguments to #'make-coding-system being optional, again.
Sat, 19 Sep 2009 22:53:13 +0100 Aidan Kehoe Move the #'query-coding-region implementation to C.
Sat, 19 Sep 2009 17:56:23 +0200 Mike Sperber Don't set `pre-display-buffer-function'.
Sun, 06 Sep 2009 23:47:12 +0100 Aidan Kehoe Random (minimal) performance improvements at startup.
Sun, 06 Sep 2009 19:36:02 +0100 Aidan Kehoe Fix various small issues with the multiple-value implementation.
Sat, 29 Aug 2009 22:37:50 +0800 It's me FKtPp \;) Do not move cursor position in gnuclient started buffer if user did
Thu, 27 Aug 2009 15:18:51 +0100 Aidan Kehoe Be more reliable about loading cl-macs at byte-compile time, cl.el.
Wed, 19 Aug 2009 23:06:32 +1000 Malcolm Purvis Implement turn-off-auto-fill.
Tue, 18 Aug 2009 12:34:34 +0100 Aidan Kehoe Eliminate 781 funcalls at startup, simple.el
Tue, 11 Aug 2009 17:59:23 +0100 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Sun, 16 Aug 2009 20:55:49 +0100 Aidan Kehoe Support full Common Lisp multiple values in C.
Sun, 16 Aug 2009 14:58:57 +0100 Aidan Kehoe Make the initialisation of xpm-color-symbols a bit more reasonable.
Fri, 14 Aug 2009 19:14:51 +0100 Aidan Kehoe Correct an ancient typo workaround, thank you Julian Bradfield!
Mon, 03 Aug 2009 10:30:47 +0200 Mike Sperber In `set-window-configuration', don't restore frame size unconditionally.
Wed, 29 Jul 2009 10:23:19 +0200 Mike Sperber Add `set-window-pixel-{width,height} convenience functions.
Mon, 10 Aug 2009 16:22:09 +0100 Aidan Kehoe Deal with arglist newlines better, #'function-arglist, #'function-documentation
Sun, 09 Aug 2009 12:38:04 +0100 Aidan Kehoe Remove some extra parentheses, #'set-face-background-pixmap-file.
Tue, 28 Jul 2009 15:56:22 +0200 Mike Sperber Use `emacs-data-roots' instead of `emacs-roots' where appropriate.
Tue, 28 Jul 2009 15:49:37 +0200 Mike Sperber Print a few more variables upon --debug-paths.
Sat, 18 Jul 2009 23:51:21 +0100 Aidan Kehoe Avoid errors in Dired when opening directories.
Mon, 13 Jul 2009 20:45:26 +0100 Aidan Kehoe #'find-file: set b-f-c-s even on error (cf. non-existent files),
Sun, 12 Jul 2009 14:20:55 +0100 Aidan Kehoe Kill buffer if directory name misspelled and user doesn't want to create it.
Sun, 12 Jul 2009 14:01:09 +0100 Aidan Kehoe Mark buffers modified in #'find-file if nonexistent file; fix other bugs.
Sat, 11 Jul 2009 16:33:35 +0100 Aidan Kehoe Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.
Mon, 29 Jun 2009 08:20:47 -0600 Jerry James Do not #'split-path on nil #'getenv result. <877hz7lzrt.fsf@yahoo.com.cn>
Sun, 14 Jun 2009 15:07:13 +0100 Aidan Kehoe Support #'function-arglist with built-in special forms.
Sun, 07 Jun 2009 16:47:04 +0100 Aidan Kehoe Set buffer-file-coding-system more sensibly with zero-length files.
Sat, 06 Jun 2009 17:20:21 +0100 Aidan Kehoe Make CDPATH handling portable, accept entries not matching "/$".
Sat, 06 Jun 2009 12:59:31 +0100 Aidan Kehoe bytecomp.el: always check code in (interactive SEXP) for sanity
Mon, 18 May 2009 23:04:47 +0900 Stephen J. Turnbull XEmacs 21.5.29 "garbanzo" is released. r21-5-29
Wed, 01 Apr 2009 20:46:58 +0900 Stephen J. Turnbull Improve lisp-mnt documentation.
Sun, 08 Mar 2009 23:40:45 +0900 Stephen J. Turnbull Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org>
Sun, 01 Mar 2009 11:11:46 +0000 Aidan Kehoe Vastly expand the characters x-compose.el supports.
Sun, 22 Feb 2009 19:57:28 +0000 Aidan Kehoe Fix a byte compiler bug with characters above ?\xFF.
Wed, 18 Feb 2009 07:53:34 +0000 Aidan Kehoe #'check-coding-systems-region: return nil on success, not t.
Tue, 17 Feb 2009 13:42:36 +0000 Aidan Kehoe Correct a test failure uncovered by the last commit.
Tue, 17 Feb 2009 08:35:13 +0000 Aidan Kehoe Fix query-coding-tests.el failures, non-mule ELCs, mule build.
Sun, 15 Feb 2009 12:32:48 +0000 Aidan Kehoe Merge, add a ChangeLog entry.
Sun, 15 Feb 2009 12:27:23 +0000 Aidan Kehoe Backed out changeset 16c9098dd3d2.
Fri, 13 Feb 2009 15:44:05 +0000 Aidan Kehoe Add GNU Emacs' name for Mac Roman as an alias.
Fri, 13 Feb 2009 15:18:19 +0000 Aidan Kehoe Actually use leim-list-file-name, #'init-mule-at-startup.
Wed, 11 Feb 2009 15:30:59 +0000 Aidan Kehoe Backed out changeset 38e8af61f38d
Wed, 11 Feb 2009 12:14:28 +0000 Aidan Kehoe Check if env vars are encodable by native coding system, #'setenv
Wed, 11 Feb 2009 12:11:26 +0000 Aidan Kehoe Correct string offset and arg handling, #'query-coding-string and related.
Sun, 08 Feb 2009 18:45:22 +0000 Aidan Kehoe Remove duplicate functions, chiefly #'delete-duplicates reimplementations.
Sat, 07 Feb 2009 18:31:21 +0000 Aidan Kehoe Listen to the byte-compiler, core Lisp.
Sat, 07 Feb 2009 17:13:37 +0000 Aidan Kehoe Support new IGNORE-INVALID-SEQUENCESP argument, #'query-coding-region.
Wed, 04 Feb 2009 20:56:31 +0000 Aidan Kehoe Merge.
Wed, 04 Feb 2009 20:52:24 +0000 Aidan Kehoe Remove any reference to mocklisp as an active technology.
Wed, 04 Feb 2009 13:12:21 +0000 Aidan Kehoe Correct invalid-sequence-coding-system spec, Roman-alphabet languages.
Wed, 04 Feb 2009 12:41:14 +0000 Aidan Kehoe Document the force-coding-system-equivalency macro in coding.el.
Wed, 04 Feb 2009 12:35:45 +0000 Aidan Kehoe Merge.
Thu, 15 Jan 2009 19:21:43 +0000 Aidan Kehoe Some cosmetic namespace cleanup, glyphs.el, coding.el.
Wed, 04 Feb 2009 12:14:38 +0000 Aidan Kehoe Fix a couple of bugs, #'query-coding-region, #'query-coding-string.
Wed, 04 Feb 2009 11:38:25 +0000 Aidan Kehoe Distinguish between special forms and subrs, #'describe-function-1.
Sat, 31 Jan 2009 17:39:11 +0000 Aidan Kehoe Merge.
Sat, 31 Jan 2009 17:38:07 +0000 Aidan Kehoe Display control characters using carets, invalid-sequence-coding-system
Sat, 31 Jan 2009 13:21:32 +0000 Aidan Kehoe Correct a bug in #'display-graphic-p.
Sun, 18 Jan 2009 12:14:19 +0200 Ville Skyttä Fix docstring copy-pasto.
Sun, 18 Jan 2009 11:55:53 +0200 Ville Skyttä Docstring spelling fixes.
Tue, 13 Jan 2009 12:07:27 +0000 Aidan Kehoe Preserve the relation btw. file-name-coding-system & the 'file-name c-s alias.
Sun, 11 Jan 2009 13:18:42 +0000 Aidan Kehoe Add #'subr-arity, API taken from GNU, implementation our own.
Thu, 01 Jan 2009 16:37:48 +0900 Stephen J. Turnbull Fix build broken by descr-text.el defcustom.
Tue, 30 Dec 2008 20:33:30 +0000 Aidan Kehoe Merge.
Sun, 28 Dec 2008 22:51:14 +0000 Aidan Kehoe Add check-coding-systems-region, test it and others, fix some bugs.
Sun, 28 Dec 2008 14:55:02 +0000 Aidan Kehoe Merge.
Sun, 28 Dec 2008 14:46:24 +0000 Aidan Kehoe Add #'query-coding-region tests; do the work necessary to get them running.
Sat, 09 Aug 2008 13:15:09 +0200 Aidan Kehoe 2008-08-09 Aidan Kehoe <kehoea@parhasard.net>
Sat, 09 Aug 2008 13:11:06 +0200 Aidan Kehoe Merge.
Sat, 09 Aug 2008 13:06:24 +0200 Aidan Kehoe Add #'skip-chars-quote to subr.el
Fri, 18 Jul 2008 01:00:32 +0200 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
Wed, 09 Jul 2008 20:47:08 +0200 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
Mon, 09 Jun 2008 21:17:50 +0200 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
Sun, 25 May 2008 22:06:30 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Wed, 21 May 2008 21:49:19 +0200 Aidan Kehoe Merge my change of 2008-05-14 to the query-coding-region code.
Wed, 21 May 2008 21:47:42 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Sun, 11 May 2008 19:50:49 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Sun, 11 May 2008 19:50:10 +0200 Aidan Kehoe Add #'query-coding-clear-highlights.
Sat, 03 May 2008 13:09:06 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Thu, 13 Mar 2008 10:24:34 +0100 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Mon, 21 Jan 2008 22:54:43 +0100 Aidan Kehoe Merge.
Mon, 21 Jan 2008 22:51:21 +0100 Aidan Kehoe First part of interactive checks that coding systems encode regions.
Tue, 30 Dec 2008 16:09:59 +0000 Aidan Kehoe Check absolute source file names against DOC with #'file-newer-than-file-p.
Tue, 30 Dec 2008 14:22:29 +0000 Aidan Kehoe Make functions in frame.el more general.
Sat, 27 Dec 2008 16:02:25 +0000 Aidan Kehoe Correct a misunderstanding of the semantics of #'return in #'symbol-file.
Sat, 27 Dec 2008 14:05:50 +0000 Aidan Kehoe Fix some bugs in load-history construction, built-in symbol file names.
Mon, 22 Dec 2008 14:07:48 +0000 Aidan Kehoe Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}
Wed, 29 Oct 2008 12:59:48 +0900 Stephen J. Turnbull Protect .elc encoding from latin-unity. bytecomp-coding-system-2008-10-29
Wed, 29 Oct 2008 03:44:31 +0900 Stephen J. Turnbull Fix docstring typo (and commit only this fix).
Wed, 29 Oct 2008 03:37:16 +0900 Stephen J. Turnbull Backout last patch; forgot to specify file.
Tue, 28 Oct 2008 10:38:26 +0900 Stephen J. Turnbull Fix docstring typo.
Tue, 30 Sep 2008 12:35:05 +0900 Stephen J. Turnbull Improve beta-version-name docstring.
Sat, 27 Sep 2008 16:31:32 +0900 Stephen J. Turnbull Document initial position of point in `with-string-as-buffer-contents'.
Sun, 31 Aug 2008 12:26:46 +0200 Aidan Kehoe Port #'window-buffer-height, #'fit-window-to-buffer, & window, buf, functions.
Wed, 27 Aug 2008 21:47:21 +0200 Aidan Kehoe Correct the implementation, add a few basic tests for #'skip-chars-quote.
Sat, 23 Aug 2008 16:38:51 +0200 Aidan Kehoe Handle varalias chains, custom variables in #'user-variable-p.
Wed, 20 Aug 2008 17:39:56 +0200 Aidan Kehoe Add #'skip-chars-quote to subr.el
Sat, 09 Aug 2008 12:13:19 +0200 Aidan Kehoe Remove mule/cyril-util.el from the 21.5 trunk.
Fri, 08 Aug 2008 21:28:13 +0200 Aidan Kehoe Merge.
Tue, 05 Aug 2008 08:37:17 +0200 Aidan Kehoe Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
Fri, 08 Aug 2008 21:17:08 +0200 Aidan Kehoe error-sequence -> invalid-sequence
Tue, 05 Aug 2008 09:06:41 +0200 Aidan Kehoe Support displaying invalid UTF-8 in language-environment-specific ways.
Sat, 26 Jul 2008 09:37:08 +0200 Aidan Kehoe Bind function-key-map correctly in device-specific startup code.
Sun, 20 Jul 2008 15:04:20 +0200 Aidan Kehoe Correct syntax of #'error calls, descr-text.el
Sat, 19 Jul 2008 15:19:59 +0200 Aidan Kehoe Wrap field descriptions, descr-text.el; name created buffer more uniquely.
Wed, 09 Jul 2008 20:46:22 +0200 Aidan Kehoe Don't determine whether to call general device-type code at startup,
Sun, 29 Jun 2008 11:06:16 +0200 Aidan Kehoe Don't leak the Unihan database handle when looking up non-Han characters.
Wed, 04 Jun 2008 21:57:49 +0200 Aidan Kehoe #'require hyper-apropos in #'describe-property-list, for hyper-apropos-face
Sun, 25 May 2008 21:11:35 +0200 Aidan Kehoe Import and extend GNU's descr-text.el, supporting prefix argument for C-x =
Wed, 14 May 2008 21:54:54 -0700 Stephen J. Turnbull Fix add-to-list.
Wed, 14 May 2008 23:55:13 +0200 Aidan Kehoe Make the #'add-to-list implementation a little conciser and clearer for XEmacs
Wed, 14 May 2008 23:47:58 +0200 Aidan Kehoe Support COMPARE-FN in add-to-list; thank you Brian Palmer.
Wed, 14 May 2008 23:43:12 +0200 Aidan Kehoe Correct coding-category determination for 8-bit-fixed coding systems.
Tue, 13 May 2008 14:56:38 +0200 Aidan Kehoe Handle printing correctly on non-mswindows.
Sun, 11 May 2008 12:03:07 +0200 Aidan Kehoe Small improvements in disp-table.el, mule/cyril-util.el.
Sun, 11 May 2008 11:24:01 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Sun, 11 May 2008 11:20:24 +0200 Aidan Kehoe Improve portable sample implementations for #'{put,get}-display-table
Mon, 24 Dec 2007 20:22:08 +0100 Aidan Kehoe Use char-tables, not vectors, to instantiate the display table specifiers.
Wed, 07 May 2008 21:21:08 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Sun, 20 Jan 2008 19:53:54 +0100 Aidan Kehoe Support #!, to allow XEmacs to be called as a script interpreter.
Wed, 07 May 2008 21:06:45 +0200 Aidan Kehoe Support windows-1250 on Unix as well as Windows.
Sun, 13 Apr 2008 11:18:00 +0200 Mike Sperber Add `set-window-configuration/mapping' and `save-window-excursion/mapping'.
Sat, 12 Apr 2008 16:41:38 +0200 Mike Sperber Use `real-split-window', `real-delete-window' in window-config code.
Thu, 10 Apr 2008 00:31:27 +0200 Aidan Kehoe No doc special-case for autoloads; rely on on #'symbol-file instead.
Fri, 04 Apr 2008 10:50:19 -0700 Stephen J. Turnbull Fix call to get in custom-theme-reset-internal.
Wed, 12 Mar 2008 19:37:49 +0100 Mike Sperber Fix window-configuration problem.
Fri, 07 Mar 2008 14:35:37 +0100 Mike Sperber Quote temp-directory regexp in gnuserv.
Wed, 05 Mar 2008 18:01:37 +0100 Didier Verna Fix auto-formatting of comments in auto-fill-mode
Wed, 05 Mar 2008 10:41:54 +0100 Didier Verna Ease customization of faces under point...
Sat, 23 Feb 2008 14:32:19 +0100 Mike Sperber Move autoload operator definitions to xemacs-base.
Thu, 07 Feb 2008 10:03:49 +0100 Mike Sperber Use Mercurial changeset hash to identify build version.
Sun, 03 Feb 2008 10:35:25 +0100 Aidan Kehoe Correct the initialisation of ascii-case-table.
Mon, 21 Jan 2008 16:26:36 +0100 Aidan Kehoe Support LZMA compression in info.el.
Thu, 17 Jan 2008 10:18:05 +0100 Mike Sperber 2008-01-13 Michael Sperber <mike@xemacs.org>
Wed, 16 Jan 2008 00:19:59 +0100 Aidan Kehoe Bind '(shift delete) to #'kill-primary-selection by default.
Mon, 14 Jan 2008 16:50:32 -0700 Jerry James Make font-lock-{add,remove}-keywords actually work.
Mon, 14 Jan 2008 15:25:22 +0100 Aidan Kehoe bytecomp.el: bind print-gensym-alist to nil even with non-defvar, defun, [...] forms.
Sat, 12 Jan 2008 00:28:05 +0100 Aidan Kehoe ChangeLog spelling correction; scrool -> scroll
Sat, 05 Jan 2008 16:19:37 +0100 Mike Sperber Don't call substitute-in-file-name haphazardly.
Sat, 05 Jan 2008 16:13:04 +0100 Mike Sperber Improve upon previous patch to minibuf.el.
Thu, 03 Jan 2008 12:45:44 +0100 Aidan Kehoe Create the containing directory for the custom and init files if necessary.
Wed, 02 Jan 2008 22:11:03 +0100 Aidan Kehoe Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts.
Wed, 02 Jan 2008 21:33:54 +0100 Aidan Kehoe Remove x-iso8859-1.el, gtk-iso8859-1.el; they haven't been used for 18 months.
Wed, 02 Jan 2008 10:08:07 +0100 Mike Sperber Fix problem with file dialog box.
Mon, 31 Dec 2007 21:35:20 +0100 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Mon, 31 Dec 2007 21:34:45 +0100 Aidan Kehoe Byte-compile menu lambdas; make the menu of available tutorials more readable.
Sun, 30 Dec 2007 16:48:34 +0100 Aidan Kehoe Provide 'iso8859-1 again; one file (iso-syntax.el) uses it in the packages.
Sun, 30 Dec 2007 16:19:21 +0100 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Sun, 30 Dec 2007 16:18:33 +0100 Aidan Kehoe Add ascii-case-table, #'with-case-table; make iso8859-1.el more comprehensible.
Sun, 30 Dec 2007 15:33:13 +0100 Aidan Kehoe Handle macros, autoloads correctly in symbol-file. Add an incomplete TYPE arg.
Thu, 27 Dec 2007 13:22:26 +0100 Aidan Kehoe Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
Tue, 25 Dec 2007 14:19:45 +0100 Aidan Kehoe Accept strings as glyph instantiators, fix control-arrow-glyph, etc.
Thu, 27 Dec 2007 08:16:15 +0100 Mike Sperber Compute size for Xft fonts.
Sat, 22 Dec 2007 15:57:21 -0800 Stephen J. Turnbull Factor out lists of operators specially treated by 'make-autoload'.
Fri, 21 Dec 2007 16:51:30 +0100 Mike Sperber Rework init-file migration.
Thu, 20 Dec 2007 08:50:49 +0100 Mike Sperber Merge.
Tue, 18 Dec 2007 21:28:12 +0100 Aidan Kehoe Within #'describe-function, say what commands are bound to.
Thu, 20 Dec 2007 08:49:38 +0100 Mike Sperber Insert <immediate> into section header for immediate autoloads.
Mon, 17 Dec 2007 08:44:14 +0100 Aidan Kehoe Provide %b in #'format; use it for converting between ints and bit vectors.
Fri, 14 Dec 2007 14:13:02 +0100 Aidan Kehoe Fix a #'setenv bug, merge other changes from GNU's env.el.
Tue, 11 Dec 2007 21:56:18 +0100 Aidan Kehoe Avoid an error when clicking on Help -> Tutorials
Sun, 09 Dec 2007 18:31:41 +0100 Aidan Kehoe Specify coding-system-for-write, add a coding cookie in #'write-abbrev-file.
Sun, 09 Dec 2007 14:55:03 +0100 Aidan Kehoe Eliminate lost docstring warnings on 21.5.
Sun, 09 Dec 2007 14:04:13 +0100 Aidan Kehoe Create "UTF-8" and "WINDOWS-1252" language environments.
Sat, 08 Dec 2007 13:18:49 +0100 Aidan Kehoe Bind mouse wheel movements by default,
Fri, 07 Dec 2007 13:32:19 -0500 Vin Shelton Minor bio update to test new hg repository
Wed, 05 Dec 2007 19:22:05 +0000 aidan [xemacs-hg @ 2007-12-05 19:22:03 by aidan]
Tue, 04 Dec 2007 20:35:31 +0000 aidan [xemacs-hg @ 2007-12-04 20:35:30 by aidan]
Tue, 04 Dec 2007 20:18:43 +0000 aidan [xemacs-hg @ 2007-12-04 20:18:33 by aidan]
Sat, 01 Dec 2007 14:24:52 +0000 aidan [xemacs-hg @ 2007-12-01 14:24:46 by aidan]
Sat, 01 Dec 2007 13:40:07 +0000 aidan [xemacs-hg @ 2007-12-01 13:40:06 by aidan]
Thu, 29 Nov 2007 13:38:21 +0000 aidan [xemacs-hg @ 2007-11-29 13:37:51 by aidan]
Wed, 28 Nov 2007 21:23:57 +0000 aidan [xemacs-hg @ 2007-11-28 21:23:55 by aidan]
Wed, 28 Nov 2007 21:17:55 +0000 aidan [xemacs-hg @ 2007-11-28 21:17:45 by aidan]
Tue, 27 Nov 2007 22:15:34 +0000 aidan [xemacs-hg @ 2007-11-27 22:15:32 by aidan]
Tue, 27 Nov 2007 15:38:40 +0000 aidan [xemacs-hg @ 2007-11-27 15:38:39 by aidan]
Fri, 23 Nov 2007 17:27:09 +0000 vins [xemacs-hg @ 2007-11-23 17:27:07 by vins]
Thu, 15 Nov 2007 15:24:24 +0000 aidan [xemacs-hg @ 2007-11-15 15:24:20 by aidan]
Wed, 14 Nov 2007 19:41:09 +0000 aidan [xemacs-hg @ 2007-11-14 19:41:04 by aidan]
Wed, 14 Nov 2007 19:25:40 +0000 aidan [xemacs-hg @ 2007-11-14 19:25:39 by aidan]
Wed, 14 Nov 2007 18:51:31 +0000 aidan [xemacs-hg @ 2007-11-14 18:51:20 by aidan]
Thu, 08 Nov 2007 14:43:40 +0000 aidan [xemacs-hg @ 2007-11-08 14:43:38 by aidan]
Thu, 08 Nov 2007 07:12:40 +0000 michaels [xemacs-hg @ 2007-11-08 07:12:39 by michaels]
Wed, 31 Oct 2007 11:21:15 +0000 aidan [xemacs-hg @ 2007-10-31 11:21:02 by aidan]
Fri, 26 Oct 2007 10:51:06 +0000 aidan [xemacs-hg @ 2007-10-26 10:51:02 by aidan]
Mon, 15 Oct 2007 10:55:49 +0000 aidan [xemacs-hg @ 2007-10-15 10:55:49 by aidan]
Mon, 15 Oct 2007 10:53:34 +0000 aidan [xemacs-hg @ 2007-10-15 10:53:33 by aidan]
Mon, 15 Oct 2007 09:55:50 +0000 didierv [xemacs-hg @ 2007-10-15 09:55:43 by didierv]
Sat, 13 Oct 2007 14:08:30 +0000 aidan [xemacs-hg @ 2007-10-13 14:08:26 by aidan]
Sun, 07 Oct 2007 06:55:00 +0000 stephent [xemacs-hg @ 2007-10-07 06:54:59 by stephent]
Wed, 03 Oct 2007 16:53:39 +0000 aidan [xemacs-hg @ 2007-10-03 16:53:38 by aidan]
Tue, 02 Oct 2007 20:09:01 +0000 aidan [xemacs-hg @ 2007-10-02 20:08:57 by aidan]
Tue, 02 Oct 2007 10:33:05 +0000 aidan [xemacs-hg @ 2007-10-02 10:33:04 by aidan]
Tue, 02 Oct 2007 07:54:08 +0000 didierv [xemacs-hg @ 2007-10-02 07:54:07 by didierv]
Mon, 01 Oct 2007 08:07:57 +0000 stephent [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
Sun, 30 Sep 2007 11:59:36 +0000 aidan [xemacs-hg @ 2007-09-30 11:59:34 by aidan]
Wed, 26 Sep 2007 20:50:13 +0000 adrian [xemacs-hg @ 2007-09-26 20:50:07 by adrian]
Tue, 25 Sep 2007 21:21:10 +0000 adrian [xemacs-hg @ 2007-09-25 21:21:08 by adrian]
Thu, 20 Sep 2007 21:18:35 +0000 didierv [xemacs-hg @ 2007-09-20 21:18:33 by didierv]
Wed, 19 Sep 2007 14:49:12 +0000 didierv [xemacs-hg @ 2007-09-19 14:49:07 by didierv]
Wed, 05 Sep 2007 06:50:45 +0000 michaels [xemacs-hg @ 2007-09-05 06:50:44 by michaels]
Mon, 03 Sep 2007 13:16:44 +0000 viteno [xemacs-hg @ 2007-09-03 13:16:39 by viteno]
Fri, 31 Aug 2007 08:34:27 +0000 didierv [xemacs-hg @ 2007-08-31 08:34:25 by didierv]
Thu, 30 Aug 2007 07:32:36 +0000 michaels [xemacs-hg @ 2007-08-30 07:32:34 by michaels]
Sun, 26 Aug 2007 20:00:42 +0000 aidan [xemacs-hg @ 2007-08-26 20:00:29 by aidan]
Wed, 22 Aug 2007 07:15:29 +0000 michaels [xemacs-hg @ 2007-08-22 07:15:24 by michaels]
Tue, 21 Aug 2007 12:39:15 +0000 aidan [xemacs-hg @ 2007-08-21 12:38:57 by aidan]
Mon, 20 Aug 2007 22:29:29 +0000 adrian [xemacs-hg @ 2007-08-20 22:29:29 by adrian]
Sat, 18 Aug 2007 16:33:30 +0000 vins [xemacs-hg @ 2007-08-18 16:33:29 by vins]
Sat, 18 Aug 2007 13:38:11 +0000 adrian [xemacs-hg @ 2007-08-18 13:38:08 by adrian]
Wed, 15 Aug 2007 23:23:30 +0000 adrian [xemacs-hg @ 2007-08-15 23:23:30 by adrian]
Sat, 11 Aug 2007 14:42:51 +0000 michaels [xemacs-hg @ 2007-08-11 14:42:50 by michaels]
Thu, 09 Aug 2007 06:22:53 +0000 michaels [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
Tue, 07 Aug 2007 23:09:22 +0000 aidan [xemacs-hg @ 2007-08-07 23:08:47 by aidan]
Mon, 06 Aug 2007 07:00:27 +0000 aidan [xemacs-hg @ 2007-08-06 07:00:26 by aidan]
Sat, 04 Aug 2007 20:00:24 +0000 aidan [xemacs-hg @ 2007-08-04 20:00:10 by aidan]
Thu, 02 Aug 2007 06:37:53 +0000 michaels [xemacs-hg @ 2007-08-02 06:37:48 by michaels]
Thu, 02 Aug 2007 06:33:59 +0000 michaels [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
Wed, 01 Aug 2007 13:53:41 +0000 aidan [xemacs-hg @ 2007-08-01 13:53:32 by aidan]
Sat, 28 Jul 2007 09:32:32 +0000 aidan [xemacs-hg @ 2007-07-28 09:32:26 by aidan]
Sat, 28 Jul 2007 08:02:16 +0000 aidan [xemacs-hg @ 2007-07-28 08:02:15 by aidan]
Fri, 27 Jul 2007 22:25:21 +0000 adrian [xemacs-hg @ 2007-07-27 22:25:20 by adrian]
Fri, 27 Jul 2007 18:56:53 +0000 aidan [xemacs-hg @ 2007-07-27 18:56:45 by aidan]
Mon, 23 Jul 2007 14:20:29 +0000 aidan [xemacs-hg @ 2007-07-23 14:19:39 by aidan]
Sun, 22 Jul 2007 22:04:14 +0000 aidan [xemacs-hg @ 2007-07-22 22:03:29 by aidan]
Mon, 16 Jul 2007 13:47:41 +0000 aidan [xemacs-hg @ 2007-07-16 13:47:41 by aidan]
Mon, 16 Jul 2007 12:26:03 +0000 aidan [xemacs-hg @ 2007-07-16 12:26:00 by aidan]
Fri, 29 Jun 2007 09:44:43 +0000 stephent [xemacs-hg @ 2007-06-29 09:44:42 by stephent]
Fri, 29 Jun 2007 08:17:46 +0000 stephent [xemacs-hg @ 2007-06-29 08:17:44 by stephent]
Fri, 22 Jun 2007 23:17:50 +0000 adrian [xemacs-hg @ 2007-06-22 23:17:46 by adrian]
Thu, 21 Jun 2007 23:27:16 +0000 aidan [xemacs-hg @ 2007-06-21 23:27:13 by aidan]
Thu, 21 Jun 2007 13:47:58 +0000 aidan [xemacs-hg @ 2007-06-21 13:47:55 by aidan]
Thu, 21 Jun 2007 13:39:36 +0000 aidan [xemacs-hg @ 2007-06-21 13:39:08 by aidan]
Tue, 12 Jun 2007 10:32:16 +0000 adrian [xemacs-hg @ 2007-06-12 10:32:15 by adrian]
Sun, 03 Jun 2007 17:32:38 +0000 aidan [xemacs-hg @ 2007-06-03 17:32:28 by aidan]
Fri, 25 May 2007 15:47:56 +0000 michaels [xemacs-hg @ 2007-05-25 15:47:55 by michaels]
Mon, 21 May 2007 09:25:46 +0000 aidan [xemacs-hg @ 2007-05-21 09:25:46 by aidan]
Mon, 21 May 2007 05:02:43 +0000 stephent [xemacs-hg @ 2007-05-21 04:59:52 by stephent] r21-5-28
Sun, 20 May 2007 20:09:40 +0000 aidan [xemacs-hg @ 2007-05-20 20:09:20 by aidan]
Sun, 20 May 2007 16:04:10 +0000 stephent [xemacs-hg @ 2007-05-20 16:04:10 by stephent]
Sun, 20 May 2007 15:56:36 +0000 stephent [xemacs-hg @ 2007-05-20 15:56:30 by stephent]
Sat, 19 May 2007 18:42:17 +0000 adrian [xemacs-hg @ 2007-05-19 18:41:56 by adrian]
Sat, 12 May 2007 13:12:28 +0000 aidan [xemacs-hg @ 2007-05-12 13:12:26 by aidan]
Sat, 12 May 2007 10:17:09 +0000 aidan [xemacs-hg @ 2007-05-12 10:17:00 by aidan]
Tue, 01 May 2007 14:32:51 +0000 stephent [xemacs-hg @ 2007-05-01 14:32:50 by stephent]
Mon, 30 Apr 2007 16:16:52 +0000 stephent [xemacs-hg @ 2007-04-30 16:16:48 by stephent]
Sun, 29 Apr 2007 11:15:04 +0000 aidan [xemacs-hg @ 2007-04-29 11:15:01 by aidan]
Sun, 22 Apr 2007 19:58:59 +0000 aidan [xemacs-hg @ 2007-04-22 19:58:27 by aidan]
Sun, 22 Apr 2007 09:24:12 +0000 aidan [xemacs-hg @ 2007-04-22 09:24:11 by aidan]
Fri, 30 Mar 2007 14:38:42 +0000 stephent [xemacs-hg @ 2007-03-30 14:38:39 by stephent]
Thu, 22 Feb 2007 16:53:27 +0000 stephent [xemacs-hg @ 2007-02-22 16:53:20 by stephent]
Sun, 11 Feb 2007 18:55:43 +0000 scop [xemacs-hg @ 2007-02-11 18:55:40 by scop]
Mon, 05 Feb 2007 15:19:18 +0000 michaels [xemacs-hg @ 2007-02-05 15:19:17 by michaels]
Sat, 30 Dec 2006 17:04:32 +0000 aidan [xemacs-hg @ 2006-12-30 17:04:26 by aidan]
Fri, 29 Dec 2006 18:09:51 +0000 aidan [xemacs-hg @ 2006-12-29 18:09:38 by aidan]
Tue, 19 Dec 2006 15:28:45 +0000 stephent [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
Sun, 17 Dec 2006 13:41:49 +0000 aidan [xemacs-hg @ 2006-12-17 13:41:33 by aidan]
Sun, 17 Dec 2006 13:23:50 +0000 aidan [xemacs-hg @ 2006-12-17 13:23:34 by aidan]
Sun, 17 Dec 2006 11:26:09 +0000 aidan [xemacs-hg @ 2006-12-17 11:25:58 by aidan]
Mon, 11 Dec 2006 12:40:02 +0000 aidan [xemacs-hg @ 2006-12-11 12:39:55 by aidan]
Wed, 06 Dec 2006 21:28:54 +0000 aidan [xemacs-hg @ 2006-12-06 21:28:47 by aidan]