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]
Tue, 05 Dec 2006 08:21:03 +0000 michaels [xemacs-hg @ 2006-12-05 08:20:54 by michaels]
Thu, 30 Nov 2006 07:29:36 +0000 michaels [xemacs-hg @ 2006-11-30 07:29:34 by michaels]
Wed, 29 Nov 2006 22:33:43 +0000 aidan [xemacs-hg @ 2006-11-29 22:33:36 by aidan]
Tue, 28 Nov 2006 21:20:37 +0000 aidan [xemacs-hg @ 2006-11-28 21:20:22 by aidan]
Fri, 24 Nov 2006 13:45:38 +0000 aidan [xemacs-hg @ 2006-11-24 13:45:37 by aidan]
Wed, 22 Nov 2006 02:20:34 +0000 stephent [xemacs-hg @ 2006-11-22 02:20:20 by stephent]
Wed, 15 Nov 2006 21:40:02 +0000 aidan [xemacs-hg @ 2006-11-15 21:39:51 by aidan]
Tue, 07 Nov 2006 18:51:22 +0000 aidan [xemacs-hg @ 2006-11-07 18:51:21 by aidan]
Sun, 05 Nov 2006 22:31:46 +0000 aidan [xemacs-hg @ 2006-11-05 22:31:31 by aidan]
Wed, 01 Nov 2006 23:14:33 +0000 adrian [xemacs-hg @ 2006-11-01 23:14:31 by adrian]
Wed, 01 Nov 2006 21:35:36 +0000 adrian [xemacs-hg @ 2006-11-01 21:35:35 by adrian]
Wed, 01 Nov 2006 20:55:14 +0000 adrian [xemacs-hg @ 2006-11-01 20:55:09 by adrian]
Tue, 31 Oct 2006 09:16:29 +0000 michaels [xemacs-hg @ 2006-10-31 09:16:27 by michaels]
Mon, 30 Oct 2006 11:17:46 +0000 malcolmp [xemacs-hg @ 2006-10-30 11:17:43 by malcolmp]
Fri, 27 Oct 2006 19:07:47 +0000 aidan [xemacs-hg @ 2006-10-27 19:07:32 by aidan]
Sun, 15 Oct 2006 00:50:52 +0000 youngs [xemacs-hg @ 2006-10-15 00:50:50 by youngs]
Fri, 11 Aug 2006 01:30:23 +0000 vins [xemacs-hg @ 2006-08-11 01:30:22 by vins]
Thu, 10 Aug 2006 12:28:42 +0000 scop [xemacs-hg @ 2006-08-10 12:28:41 by scop]
Mon, 07 Aug 2006 20:33:29 +0000 aidan [xemacs-hg @ 2006-08-07 20:33:23 by aidan]
Sun, 06 Aug 2006 22:14:10 +0000 aidan [xemacs-hg @ 2006-08-06 22:14:08 by aidan]
Fri, 04 Aug 2006 22:55:19 +0000 aidan [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
Fri, 04 Aug 2006 20:01:14 +0000 aidan [xemacs-hg @ 2006-08-04 20:01:05 by aidan]
Sun, 16 Jul 2006 12:23:58 +0000 aidan [xemacs-hg @ 2006-07-16 12:23:57 by aidan]
Thu, 13 Jul 2006 20:45:49 +0000 aidan [xemacs-hg @ 2006-07-13 20:45:48 by aidan]
Thu, 06 Jul 2006 17:07:41 +0000 james [xemacs-hg @ 2006-07-06 17:07:40 by james]
Sun, 25 Jun 2006 17:27:29 +0000 aidan [xemacs-hg @ 2006-06-25 17:27:28 by aidan]
Sun, 25 Jun 2006 13:58:03 +0000 aidan [xemacs-hg @ 2006-06-25 13:58:02 by aidan]
Sun, 18 Jun 2006 21:43:39 +0000 aidan [xemacs-hg @ 2006-06-18 21:43:38 by aidan]
Sat, 03 Jun 2006 17:51:06 +0000 aidan [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
Fri, 02 Jun 2006 22:18:08 +0000 adrian [xemacs-hg @ 2006-06-02 22:18:05 by adrian]
Mon, 29 May 2006 21:25:49 +0000 james [xemacs-hg @ 2006-05-29 21:25:48 by james]
Tue, 23 May 2006 12:56:20 +0000 stephent [xemacs-hg @ 2006-05-23 12:56:19 by stephent]
Tue, 16 May 2006 08:25:02 +0000 stephent [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
Thu, 11 May 2006 14:57:05 +0000 james [xemacs-hg @ 2006-05-11 14:57:04 by james]
Sat, 29 Apr 2006 18:55:32 +0000 aidan [xemacs-hg @ 2006-04-29 18:55:27 by aidan]
Sat, 29 Apr 2006 16:15:31 +0000 aidan [xemacs-hg @ 2006-04-29 16:15:21 by aidan]
Tue, 25 Apr 2006 19:46:24 +0000 scop [xemacs-hg @ 2006-04-25 19:46:23 by scop]
Tue, 25 Apr 2006 14:02:09 +0000 stephent [xemacs-hg @ 2006-04-25 14:01:52 by stephent]
Sun, 23 Apr 2006 20:12:31 +0000 aidan [xemacs-hg @ 2006-04-23 20:12:25 by aidan]
Sun, 23 Apr 2006 16:11:34 +0000 stephent [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
Sun, 16 Apr 2006 15:54:21 +0000 aidan [xemacs-hg @ 2006-04-16 15:54:16 by aidan]
Sat, 15 Apr 2006 14:44:34 +0000 aidan [xemacs-hg @ 2006-04-15 14:44:34 by aidan]
Fri, 31 Mar 2006 19:20:57 +0000 stephent [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
Fri, 31 Mar 2006 17:51:39 +0000 stephent [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
Fri, 31 Mar 2006 08:39:10 +0000 crestani [xemacs-hg @ 2006-03-31 08:39:09 by crestani]
Tue, 28 Mar 2006 17:43:54 +0000 crestani [xemacs-hg @ 2006-03-28 17:43:43 by crestani]
Sat, 25 Mar 2006 11:20:51 +0000 malcolmp [xemacs-hg @ 2006-03-25 11:20:50 by malcolmp]
Fri, 17 Mar 2006 17:05:07 +0000 james [xemacs-hg @ 2006-03-17 17:05:06 by james]
Fri, 17 Mar 2006 16:55:00 +0000 james [xemacs-hg @ 2006-03-17 16:54:59 by james]
Fri, 17 Mar 2006 16:50:04 +0000 james [xemacs-hg @ 2006-03-17 16:50:03 by james]
Tue, 14 Mar 2006 00:09:09 +0000 vins [xemacs-hg @ 2006-03-14 00:09:02 by vins]
Sun, 12 Mar 2006 09:10:39 +0000 crestani [xemacs-hg @ 2006-03-12 09:10:35 by crestani]
Sun, 26 Feb 2006 14:29:08 +0000 michaels [xemacs-hg @ 2006-02-26 14:29:08 by michaels]
Sun, 26 Feb 2006 13:46:10 +0000 stephent [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
Sun, 05 Feb 2006 19:20:44 +0000 aidan [xemacs-hg @ 2006-02-05 19:20:44 by aidan]
Sat, 04 Feb 2006 01:56:06 +0000 vins [xemacs-hg @ 2006-02-04 01:56:05 by vins]
Sun, 08 Jan 2006 20:00:43 +0000 aidan [xemacs-hg @ 2006-01-08 20:00:41 by aidan]
Fri, 06 Jan 2006 12:24:20 +0000 adrian [xemacs-hg @ 2006-01-06 12:24:19 by adrian]
Fri, 30 Dec 2005 16:42:36 +0000 michaels [xemacs-hg @ 2005-12-30 16:42:35 by michaels]
Tue, 27 Dec 2005 18:51:30 +0000 michaels [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
Sat, 24 Dec 2005 22:31:53 +0000 aidan [xemacs-hg @ 2005-12-24 22:31:47 by aidan]
Sat, 24 Dec 2005 21:59:21 +0000 aidan [xemacs-hg @ 2005-12-24 21:59:18 by aidan]
Sat, 24 Dec 2005 21:24:27 +0000 aidan [xemacs-hg @ 2005-12-24 21:24:23 by aidan]
Sat, 24 Dec 2005 19:54:01 +0000 aidan [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
Fri, 23 Dec 2005 11:40:39 +0000 stephent [xemacs-hg @ 2005-12-23 11:40:32 by stephent]
Sun, 18 Dec 2005 19:07:19 +0000 stephent [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
Sat, 17 Dec 2005 19:47:03 +0000 aidan [xemacs-hg @ 2005-12-17 19:46:57 by aidan]
Fri, 16 Dec 2005 23:52:23 +0000 adrian [xemacs-hg @ 2005-12-16 23:52:22 by adrian]
Sat, 10 Dec 2005 07:43:05 +0000 malcolmp [xemacs-hg @ 2005-12-10 07:42:59 by malcolmp]
Mon, 05 Dec 2005 09:43:37 +0000 scop [xemacs-hg @ 2005-12-05 09:43:36 by scop]
Tue, 29 Nov 2005 21:00:30 +0000 adrian [xemacs-hg @ 2005-11-29 21:00:29 by adrian]
Tue, 29 Nov 2005 17:04:24 +0000 stephent [xemacs-hg @ 2005-11-29 17:04:05 by stephent]
Tue, 29 Nov 2005 14:54:03 +0000 stephent [xemacs-hg @ 2005-11-29 14:52:44 by stephent]
Tue, 29 Nov 2005 12:33:47 +0000 malcolmp [xemacs-hg @ 2005-11-29 12:33:46 by malcolmp]
Tue, 29 Nov 2005 12:08:41 +0000 stephent [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
Tue, 29 Nov 2005 08:22:59 +0000 stephent [xemacs-hg @ 2005-11-29 08:22:58 by stephent]
Sat, 26 Nov 2005 11:46:25 +0000 stephent [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
Fri, 25 Nov 2005 01:42:08 +0000 crestani [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Wed, 16 Nov 2005 12:13:03 +0000 malcolmp [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
Wed, 16 Nov 2005 07:22:46 +0000 stephent [xemacs-hg @ 2005-11-16 07:22:37 by stephent]
Sun, 13 Nov 2005 10:58:00 +0000 ben [xemacs-hg @ 2005-11-13 10:57:59 by ben]
Sun, 13 Nov 2005 10:56:09 +0000 ben [xemacs-hg @ 2005-11-13 10:56:09 by ben]
Sun, 13 Nov 2005 10:52:48 +0000 ben [xemacs-hg @ 2005-11-13 10:52:47 by ben]
Sun, 13 Nov 2005 10:51:18 +0000 ben [xemacs-hg @ 2005-11-13 10:51:17 by ben]
Sun, 13 Nov 2005 07:39:29 +0000 ben [xemacs-hg @ 2005-11-13 07:39:26 by ben]
Wed, 02 Nov 2005 03:26:52 +0000 crestani [xemacs-hg @ 2005-11-02 03:26:51 by crestani]
Wed, 26 Oct 2005 15:15:03 +0000 stephent [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
Tue, 25 Oct 2005 11:28:24 +0000 ben [xemacs-hg @ 2005-10-25 11:28:23 by ben]
Mon, 24 Oct 2005 22:40:21 +0000 adrian [xemacs-hg @ 2005-10-24 22:40:20 by adrian]
Mon, 24 Oct 2005 10:07:42 +0000 ben [xemacs-hg @ 2005-10-24 10:07:26 by ben]
Sun, 23 Oct 2005 16:56:45 +0000 adrian [xemacs-hg @ 2005-10-23 16:56:43 by adrian]
Fri, 21 Oct 2005 15:48:42 +0000 stephent [xemacs-hg @ 2005-10-21 15:48:28 by stephent]
Fri, 21 Oct 2005 10:34:35 +0000 stephent [xemacs-hg @ 2005-10-21 10:34:34 by stephent]
Fri, 21 Oct 2005 10:23:16 +0000 stephent [xemacs-hg @ 2005-10-21 10:23:15 by stephent]
Tue, 18 Oct 2005 20:49:43 +0000 malcolmp [xemacs-hg @ 2005-10-18 20:49:41 by malcolmp]
Mon, 10 Oct 2005 02:45:32 +0000 youngs [xemacs-hg @ 2005-10-10 02:45:31 by youngs]
Sun, 09 Oct 2005 10:41:38 +0000 adrian [xemacs-hg @ 2005-10-09 10:41:37 by adrian]
Wed, 05 Oct 2005 04:32:45 +0000 stephent [xemacs-hg @ 2005-10-05 04:32:44 by stephent]
Wed, 05 Oct 2005 04:11:25 +0000 stephent [xemacs-hg @ 2005-10-05 04:11:24 by stephent]
Tue, 04 Oct 2005 17:51:32 +0000 stephent [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
Tue, 04 Oct 2005 16:43:38 +0000 stephent [xemacs-hg @ 2005-10-04 16:43:29 by stephent]
Wed, 14 Sep 2005 05:31:02 +0000 stephent [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
Sat, 06 Aug 2005 09:41:59 +0000 michaels [xemacs-hg @ 2005-08-06 09:41:58 by michaels]
Thu, 04 Aug 2005 17:13:19 +0000 michaels [xemacs-hg @ 2005-08-04 17:13:18 by michaels]
Sun, 24 Jul 2005 17:53:27 +0000 michaels [xemacs-hg @ 2005-07-24 17:53:21 by michaels]
Sun, 26 Jun 2005 18:05:05 +0000 aidan [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
Sun, 05 Jun 2005 22:46:56 +0000 adrian [xemacs-hg @ 2005-06-05 22:46:55 by adrian]
Sat, 28 May 2005 06:13:45 +0000 stephent [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
Sun, 15 May 2005 16:38:14 +0000 crestani [xemacs-hg @ 2005-05-15 16:37:52 by crestani]
Tue, 10 May 2005 17:36:05 +0000 aidan [xemacs-hg @ 2005-05-10 17:35:57 by aidan]
Tue, 10 May 2005 17:14:42 +0000 aidan [xemacs-hg @ 2005-05-10 17:14:41 by aidan]
Tue, 10 May 2005 17:03:00 +0000 aidan [xemacs-hg @ 2005-05-10 17:02:52 by aidan]
Thu, 05 May 2005 17:10:54 +0000 aidan [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
Thu, 05 May 2005 16:55:41 +0000 aidan [xemacs-hg @ 2005-05-05 16:55:39 by aidan]
Thu, 14 Apr 2005 05:58:46 +0000 michaels [xemacs-hg @ 2005-04-14 05:58:45 by michaels]
Fri, 08 Apr 2005 23:11:35 +0000 crestani [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
Fri, 08 Apr 2005 14:07:00 +0000 aidan [xemacs-hg @ 2005-04-08 14:06:58 by aidan]
Sun, 03 Apr 2005 23:57:37 +0000 youngs [xemacs-hg @ 2005-04-03 23:57:36 by youngs]
Thu, 31 Mar 2005 11:28:44 +0000 aidan [xemacs-hg @ 2005-03-31 11:28:41 by aidan]
Tue, 29 Mar 2005 02:59:21 +0000 aidan [xemacs-hg @ 2005-03-29 02:58:56 by aidan]
Mon, 28 Mar 2005 12:14:02 +0000 aidan [xemacs-hg @ 2005-03-28 12:13:59 by aidan]
Fri, 25 Mar 2005 16:15:56 +0000 aidan [xemacs-hg @ 2005-03-25 16:15:55 by aidan]
Fri, 25 Mar 2005 15:58:03 +0000 aidan [xemacs-hg @ 2005-03-25 15:58:02 by aidan]
Thu, 17 Mar 2005 09:26:09 +0000 michaels [xemacs-hg @ 2005-03-17 09:26:07 by michaels]
Sat, 12 Mar 2005 20:57:42 +0000 aidan [xemacs-hg @ 2005-03-12 20:57:40 by aidan]
Fri, 11 Mar 2005 19:23:57 +0000 stephent [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
Fri, 04 Mar 2005 21:59:43 +0000 aidan [xemacs-hg @ 2005-03-04 21:59:42 by aidan]
Wed, 02 Mar 2005 21:37:55 +0000 adrian [xemacs-hg @ 2005-03-02 21:37:54 by adrian]
Mon, 28 Feb 2005 20:21:50 +0000 aidan [xemacs-hg @ 2005-02-28 20:21:43 by aidan]
Mon, 28 Feb 2005 07:43:18 +0000 adrian [xemacs-hg @ 2005-02-28 07:43:17 by adrian]
Wed, 23 Feb 2005 22:25:16 +0000 adrian [xemacs-hg @ 2005-02-23 22:25:15 by adrian]
Wed, 23 Feb 2005 22:09:15 +0000 adrian [xemacs-hg @ 2005-02-23 22:09:13 by adrian]
Tue, 22 Feb 2005 23:38:50 +0000 ben [xemacs-hg @ 2005-02-22 23:38:49 by ben]
Tue, 22 Feb 2005 07:16:16 +0000 stephent [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
Sat, 19 Feb 2005 22:25:13 +0000 viteno [xemacs-hg @ 2005-02-19 22:25:12 by viteno]
Fri, 18 Feb 2005 06:31:22 +0000 stephent [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
Wed, 16 Feb 2005 11:07:30 +0000 aidan [xemacs-hg @ 2005-02-16 11:07:29 by aidan]
Thu, 10 Feb 2005 03:26:15 +0000 ben [xemacs-hg @ 2005-02-10 03:26:14 by ben]
Thu, 10 Feb 2005 03:16:59 +0000 ben [xemacs-hg @ 2005-02-10 03:16:58 by ben]
Wed, 09 Feb 2005 18:06:40 +0000 aidan [xemacs-hg @ 2005-02-09 18:06:33 by aidan]
Wed, 09 Feb 2005 15:29:12 +0000 aidan [xemacs-hg @ 2005-02-09 15:29:07 by aidan]
Tue, 08 Feb 2005 23:59:51 +0000 aidan [xemacs-hg @ 2005-02-08 23:59:50 by aidan]
Mon, 07 Feb 2005 19:30:08 +0000 ben [xemacs-hg @ 2005-02-07 19:30:07 by ben]
Fri, 04 Feb 2005 03:57:34 +0000 ben [xemacs-hg @ 2005-02-04 03:57:33 by ben]
Fri, 04 Feb 2005 02:59:27 +0000 ben [xemacs-hg @ 2005-02-04 02:59:26 by ben]
Fri, 04 Feb 2005 02:56:43 +0000 ben [xemacs-hg @ 2005-02-04 02:56:42 by ben]
Thu, 03 Feb 2005 23:59:16 +0000 ben [xemacs-hg @ 2005-02-03 23:59:15 by ben]
Thu, 03 Feb 2005 23:56:53 +0000 ben [xemacs-hg @ 2005-02-03 23:56:52 by ben]
Thu, 03 Feb 2005 21:27:59 +0000 james [xemacs-hg @ 2005-02-03 21:27:58 by james]
Thu, 03 Feb 2005 17:34:03 +0000 james [xemacs-hg @ 2005-02-03 17:33:50 by james]
Thu, 03 Feb 2005 07:30:22 +0000 ben [xemacs-hg @ 2005-02-03 07:30:21 by ben]
Thu, 03 Feb 2005 07:15:56 +0000 ben [xemacs-hg @ 2005-02-03 07:15:56 by ben]
Thu, 03 Feb 2005 07:11:28 +0000 ben [xemacs-hg @ 2005-02-03 07:11:19 by ben]
Thu, 03 Feb 2005 05:26:41 +0000 ben [xemacs-hg @ 2005-02-03 05:26:39 by ben]
Thu, 03 Feb 2005 05:03:45 +0000 ben [xemacs-hg @ 2005-02-03 05:03:36 by ben]
Thu, 03 Feb 2005 04:29:33 +0000 ben [xemacs-hg @ 2005-02-03 04:29:32 by ben]
Mon, 31 Jan 2005 20:08:52 +0000 ben [xemacs-hg @ 2005-01-31 20:08:32 by ben]
Fri, 28 Jan 2005 02:58:52 +0000 ben [xemacs-hg @ 2005-01-28 02:58:38 by ben]
Fri, 28 Jan 2005 02:05:05 +0000 ben [xemacs-hg @ 2005-01-28 02:05:03 by ben]
Fri, 28 Jan 2005 00:32:20 +0000 ben [xemacs-hg @ 2005-01-28 00:32:17 by ben]
Wed, 26 Jan 2005 09:57:14 +0000 ben [xemacs-hg @ 2005-01-26 09:57:14 by ben]
Wed, 26 Jan 2005 09:56:06 +0000 ben [xemacs-hg @ 2005-01-26 09:56:05 by ben]
Wed, 26 Jan 2005 09:53:32 +0000 ben [xemacs-hg @ 2005-01-26 09:53:28 by ben]
Wed, 26 Jan 2005 09:51:23 +0000 ben [xemacs-hg @ 2005-01-26 09:51:22 by ben]
Wed, 26 Jan 2005 04:56:18 +0000 ben [xemacs-hg @ 2005-01-26 04:56:17 by ben]
Wed, 26 Jan 2005 04:47:14 +0000 ben [xemacs-hg @ 2005-01-26 04:47:13 by ben]
Wed, 26 Jan 2005 04:18:15 +0000 ben [xemacs-hg @ 2005-01-26 04:18:14 by ben]
Mon, 17 Jan 2005 11:23:01 +0000 adrian [xemacs-hg @ 2005-01-17 11:23:01 by adrian]
Sat, 15 Jan 2005 15:17:36 +0000 michaels [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
Sun, 09 Jan 2005 14:22:09 +0000 adrian [xemacs-hg @ 2005-01-09 14:22:08 by adrian]
Sun, 09 Jan 2005 09:44:44 +0000 adrian [xemacs-hg @ 2005-01-09 09:44:43 by adrian]
Mon, 03 Jan 2005 10:29:13 +0000 michaels [xemacs-hg @ 2005-01-03 10:29:11 by michaels]
Mon, 27 Dec 2004 12:27:05 +0000 michaels [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
Fri, 17 Dec 2004 18:11:47 +0000 scop [xemacs-hg @ 2004-12-17 18:11:26 by scop]
Tue, 14 Dec 2004 09:56:48 +0000 stephent [xemacs-hg @ 2004-12-14 09:56:38 by stephent]
Sun, 12 Dec 2004 02:47:09 +0000 ben [xemacs-hg @ 2004-12-12 02:47:06 by ben]
Mon, 06 Dec 2004 03:52:23 +0000 ben [xemacs-hg @ 2004-12-06 03:50:53 by ben]
Mon, 15 Nov 2004 20:15:22 +0000 adrian [xemacs-hg @ 2004-11-15 20:15:18 by adrian]
Mon, 08 Nov 2004 14:17:03 +0000 stephent [xemacs-hg @ 2004-11-08 14:17:00 by stephent]
Sun, 07 Nov 2004 12:03:58 +0000 malcolmp [xemacs-hg @ 2004-11-07 12:03:45 by malcolmp]
Thu, 04 Nov 2004 23:08:28 +0000 ben [xemacs-hg @ 2004-11-04 23:05:23 by ben]
Thu, 28 Oct 2004 11:31:23 +0000 stephent [xemacs-hg @ 2004-10-28 11:31:09 by stephent]
Fri, 22 Oct 2004 05:19:31 +0000 stephent [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
Sun, 26 Sep 2004 02:20:31 +0000 james [xemacs-hg @ 2004-09-26 02:20:30 by james]
Thu, 23 Sep 2004 05:44:37 +0000 stephent [xemacs-hg @ 2004-09-23 05:44:35 by stephent]
Thu, 23 Sep 2004 05:35:07 +0000 stephent [xemacs-hg @ 2004-09-23 05:35:04 by stephent]
Wed, 22 Sep 2004 22:14:51 +0000 james [xemacs-hg @ 2004-09-22 22:14:47 by james]
Wed, 22 Sep 2004 02:06:52 +0000 stephent [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
Wed, 22 Sep 2004 01:10:57 +0000 stephent [xemacs-hg @ 2004-09-22 01:10:52 by stephent]
Tue, 21 Sep 2004 14:54:32 +0000 james [xemacs-hg @ 2004-09-21 14:54:25 by james]
Mon, 20 Sep 2004 19:11:29 +0000 james [xemacs-hg @ 2004-09-20 19:11:29 by james]
Mon, 20 Sep 2004 18:11:33 +0000 james [xemacs-hg @ 2004-09-20 18:11:33 by james]
Wed, 15 Sep 2004 08:30:27 +0000 stephent [xemacs-hg @ 2004-09-15 08:30:25 by stephent]
Tue, 07 Sep 2004 00:08:19 +0000 youngs [xemacs-hg @ 2004-09-07 00:08:15 by youngs]
Sat, 21 Aug 2004 17:05:51 +0000 michaels [xemacs-hg @ 2004-08-21 17:05:49 by michaels]
Fri, 13 Aug 2004 21:19:15 +0000 james [xemacs-hg @ 2004-08-13 21:19:14 by james]
Wed, 07 Jul 2004 12:01:07 +0000 malcolmp [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
Sat, 26 Jun 2004 21:25:24 +0000 james [xemacs-hg @ 2004-06-26 21:25:23 by james]
Fri, 25 Jun 2004 21:24:36 +0000 youngs [xemacs-hg @ 2004-06-25 21:24:36 by youngs]
Mon, 21 Jun 2004 18:26:18 +0000 adrian [xemacs-hg @ 2004-06-21 18:26:18 by adrian]
Fri, 18 Jun 2004 15:48:38 +0000 james [xemacs-hg @ 2004-06-18 15:48:38 by james]
Fri, 18 Jun 2004 04:06:50 +0000 james [xemacs-hg @ 2004-06-18 04:06:49 by james]
Thu, 17 Jun 2004 11:29:39 +0000 stephent [xemacs-hg @ 2004-06-17 11:29:37 by stephent]
Thu, 17 Jun 2004 11:23:11 +0000 stephent [xemacs-hg @ 2004-06-17 11:23:09 by stephent]
Thu, 17 Jun 2004 03:08:28 +0000 james [xemacs-hg @ 2004-06-17 03:08:28 by james]
Thu, 17 Jun 2004 03:01:17 +0000 james [xemacs-hg @ 2004-06-17 03:01:10 by james]
Thu, 10 Jun 2004 12:20:01 +0000 adrian [xemacs-hg @ 2004-06-10 12:20:00 by adrian]
Mon, 07 Jun 2004 21:50:57 +0000 adrian [xemacs-hg @ 2004-06-07 21:50:57 by adrian]
Sun, 06 Jun 2004 23:58:46 +0000 adrian [xemacs-hg @ 2004-06-06 23:58:40 by adrian]
Sat, 29 May 2004 23:57:41 +0000 adrian [xemacs-hg @ 2004-05-29 23:57:41 by adrian]
Tue, 25 May 2004 22:13:28 +0000 adrian [xemacs-hg @ 2004-05-25 22:13:28 by adrian]
Fri, 21 May 2004 20:56:32 +0000 james [xemacs-hg @ 2004-05-21 20:56:26 by james]
Sat, 15 May 2004 07:31:49 +0000 malcolmp [xemacs-hg @ 2004-05-15 07:31:43 by malcolmp]
Tue, 11 May 2004 11:33:22 +0000 stephent [xemacs-hg @ 2004-05-11 11:33:08 by stephent]
Mon, 10 May 2004 07:04:34 +0000 stephent [xemacs-hg @ 2004-05-10 07:04:34 by stephent]
Mon, 10 May 2004 06:26:31 +0000 stephent [xemacs-hg @ 2004-05-10 06:26:31 by stephent]
Sun, 02 May 2004 04:07:01 +0000 malcolmp [xemacs-hg @ 2004-05-02 04:06:51 by malcolmp]
Mon, 19 Apr 2004 08:54:50 +0000 stephent [xemacs-hg @ 2004-04-19 08:54:47 by stephent]
Sat, 17 Apr 2004 09:59:25 +0000 michaels [xemacs-hg @ 2004-04-17 09:59:24 by michaels]
Mon, 05 Apr 2004 22:50:11 +0000 james [xemacs-hg @ 2004-04-05 22:49:31 by james]
Sat, 03 Apr 2004 20:00:26 +0000 adrian [xemacs-hg @ 2004-04-03 20:00:24 by adrian]
Mon, 22 Mar 2004 09:25:04 +0000 stephent [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
Mon, 08 Mar 2004 15:23:03 +0000 james [xemacs-hg @ 2004-03-08 15:22:44 by james]
Thu, 04 Mar 2004 21:06:59 +0000 youngs [xemacs-hg @ 2004-03-04 21:06:58 by youngs]
Mon, 09 Feb 2004 15:33:38 +0000 james [xemacs-hg @ 2004-02-09 15:33:32 by james]
Thu, 05 Feb 2004 16:54:59 +0000 james [xemacs-hg @ 2004-02-05 16:54:57 by james]
Thu, 29 Jan 2004 05:22:40 +0000 stephent [xemacs-hg @ 2004-01-29 05:22:37 by stephent]
Fri, 23 Jan 2004 10:00:34 +0000 stephent [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
Thu, 22 Jan 2004 02:50:26 +0000 james [xemacs-hg @ 2004-01-22 02:50:25 by james]
Wed, 21 Jan 2004 09:54:27 +0000 stephent [xemacs-hg @ 2004-01-21 09:54:25 by stephent]
Fri, 19 Dec 2003 14:29:07 +0000 youngs [xemacs-hg @ 2003-12-19 14:28:45 by youngs]
Fri, 19 Dec 2003 11:24:59 +0000 youngs [xemacs-hg @ 2003-12-19 11:24:58 by youngs]
Thu, 06 Nov 2003 05:11:15 +0000 stephent [xemacs-hg @ 2003-11-06 05:11:15 by stephent]
Wed, 29 Oct 2003 21:05:45 +0000 scop [xemacs-hg @ 2003-10-29 21:05:36 by scop]
Wed, 15 Oct 2003 09:19:10 +0000 stephent [xemacs-hg @ 2003-10-15 09:19:08 by stephent]
Tue, 14 Oct 2003 16:10:06 +0000 stephent [xemacs-hg @ 2003-10-14 16:10:05 by stephent]
Mon, 13 Oct 2003 18:53:24 +0000 viteno [xemacs-hg @ 2003-10-13 18:53:23 by viteno]
Fri, 10 Oct 2003 10:51:11 +0000 stephent [xemacs-hg @ 2003-10-10 10:51:09 by stephent]
Fri, 10 Oct 2003 10:45:01 +0000 stephent [xemacs-hg @ 2003-10-10 10:44:55 by stephent]
Tue, 07 Oct 2003 21:52:26 +0000 james [xemacs-hg @ 2003-10-07 21:52:12 by james]
Thu, 02 Oct 2003 00:26:13 +0000 youngs [xemacs-hg @ 2003-10-02 00:26:06 by youngs]
Tue, 30 Sep 2003 22:09:33 +0000 youngs [xemacs-hg @ 2003-09-30 22:09:31 by youngs]
Fri, 26 Sep 2003 05:56:46 +0000 youngs [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
Sat, 20 Sep 2003 01:47:03 +0000 youngs [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
Sat, 20 Sep 2003 01:14:30 +0000 youngs [xemacs-hg @ 2003-09-20 01:14:24 by youngs]
Fri, 19 Sep 2003 17:07:07 +0000 youngs [xemacs-hg @ 2003-09-19 17:07:05 by youngs]
Fri, 19 Sep 2003 16:39:43 +0000 youngs [xemacs-hg @ 2003-09-19 16:39:43 by youngs]
Fri, 19 Sep 2003 16:32:57 +0000 youngs [xemacs-hg @ 2003-09-19 16:32:56 by youngs]
Fri, 19 Sep 2003 09:50:09 +0000 stephent [xemacs-hg @ 2003-09-19 09:50:08 by stephent]
Tue, 09 Sep 2003 13:37:19 +0000 michaels [xemacs-hg @ 2003-09-09 13:37:19 by michaels]
Sun, 07 Sep 2003 19:46:32 +0000 adrian [xemacs-hg @ 2003-09-07 19:46:30 by adrian]
Thu, 04 Sep 2003 00:05:17 +0000 youngs [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
Sun, 31 Aug 2003 01:28:03 +0000 adrian [xemacs-hg @ 2003-08-31 01:28:00 by adrian]
Wed, 27 Aug 2003 17:18:26 +0000 youngs [xemacs-hg @ 2003-08-27 17:18:20 by youngs]
Wed, 13 Aug 2003 11:22:43 +0000 stephent [xemacs-hg @ 2003-08-13 11:22:42 by stephent]
Wed, 06 Aug 2003 09:11:40 +0000 michaels [xemacs-hg @ 2003-08-06 09:11:39 by michaels]
Sat, 02 Aug 2003 08:42:11 +0000 michaels [xemacs-hg @ 2003-08-02 08:42:10 by michaels]
Sat, 26 Jul 2003 14:01:23 +0000 michaels [xemacs-hg @ 2003-07-26 14:01:23 by michaels]
Mon, 21 Jul 2003 06:42:32 +0000 stephent [xemacs-hg @ 2003-07-21 06:42:31 by stephent]
Fri, 18 Jul 2003 20:39:45 +0000 james [xemacs-hg @ 2003-07-18 20:39:44 by james]
Fri, 18 Jul 2003 07:42:48 +0000 stephent [xemacs-hg @ 2003-07-18 07:42:47 by stephent]
Thu, 17 Jul 2003 14:41:24 +0000 james [xemacs-hg @ 2003-07-17 14:41:23 by james]
Sun, 06 Jul 2003 18:12:33 +0000 adrian [xemacs-hg @ 2003-07-06 18:12:33 by adrian]
Sat, 05 Jul 2003 08:40:37 +0000 adrian [xemacs-hg @ 2003-07-05 08:40:36 by adrian]
Mon, 30 Jun 2003 09:24:47 +0000 stephent [xemacs-hg @ 2003-06-30 09:24:47 by stephent]
Fri, 13 Jun 2003 00:11:16 +0000 adrian [xemacs-hg @ 2003-06-13 00:11:16 by adrian]
Fri, 13 Jun 2003 00:08:41 +0000 adrian [xemacs-hg @ 2003-06-13 00:08:41 by adrian]
Sun, 01 Jun 2003 05:10:30 +0000 youngs [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
Thu, 22 May 2003 07:41:27 +0000 stephent [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
Wed, 14 May 2003 23:57:35 +0000 youngs [xemacs-hg @ 2003-05-14 23:57:34 by youngs]
Wed, 14 May 2003 08:47:15 +0000 youngs [xemacs-hg @ 2003-05-14 08:47:15 by youngs]
Mon, 12 May 2003 05:12:10 +0000 youngs [xemacs-hg @ 2003-05-12 05:12:10 by youngs]
Sat, 10 May 2003 08:53:40 +0000 youngs [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
Sat, 10 May 2003 04:18:52 +0000 james [xemacs-hg @ 2003-05-10 04:18:52 by james]
Fri, 02 May 2003 22:51:04 +0000 youngs [xemacs-hg @ 2003-05-02 22:51:04 by youngs]
Fri, 02 May 2003 06:32:29 +0000 stephent [xemacs-hg @ 2003-05-02 06:32:28 by stephent]
Thu, 01 May 2003 02:29:00 +0000 youngs [xemacs-hg @ 2003-05-01 02:29:00 by youngs]
Mon, 28 Apr 2003 16:18:23 +0000 james [xemacs-hg @ 2003-04-28 16:18:23 by james]
Thu, 24 Apr 2003 23:41:44 +0000 youngs [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
Thu, 24 Apr 2003 05:29:12 +0000 youngs [xemacs-hg @ 2003-04-24 05:29:11 by youngs]
Wed, 23 Apr 2003 15:42:52 +0000 stephent [xemacs-hg @ 2003-04-23 15:42:44 by stephent]
Mon, 14 Apr 2003 03:40:27 +0000 youngs [xemacs-hg @ 2003-04-14 03:40:26 by youngs]
Thu, 27 Mar 2003 12:57:53 +0000 stephent [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
Wed, 26 Mar 2003 15:09:51 +0000 james [xemacs-hg @ 2003-03-26 15:09:51 by james]
Mon, 24 Mar 2003 16:30:56 +0000 youngs [xemacs-hg @ 2003-03-24 16:30:55 by youngs]
Mon, 24 Mar 2003 14:51:46 +0000 stephent [xemacs-hg @ 2003-03-24 14:51:45 by stephent]
Mon, 24 Mar 2003 11:10:55 +0000 adrian [xemacs-hg @ 2003-03-24 11:10:54 by adrian]
Fri, 21 Mar 2003 01:19:37 +0000 adrian [xemacs-hg @ 2003-03-21 01:19:37 by adrian]
Thu, 20 Mar 2003 13:19:59 +0000 youngs [xemacs-hg @ 2003-03-20 13:19:56 by youngs]
Tue, 18 Mar 2003 06:58:24 +0000 stephent [xemacs-hg @ 2003-03-18 06:58:19 by stephent]
Sun, 09 Mar 2003 02:27:46 +0000 ben [xemacs-hg @ 2003-03-09 02:27:27 by ben]
Mon, 03 Mar 2003 10:21:27 +0000 stephent [xemacs-hg @ 2003-03-03 10:21:24 by stephent]
Mon, 03 Mar 2003 10:17:40 +0000 stephent [xemacs-hg @ 2003-03-03 10:17:39 by stephent]
Sun, 02 Mar 2003 09:38:54 +0000 ben [xemacs-hg @ 2003-03-02 09:38:37 by ben]
Sat, 01 Mar 2003 07:25:56 +0000 ben [xemacs-hg @ 2003-03-01 07:25:26 by ben]
Fri, 21 Feb 2003 06:57:21 +0000 ben [xemacs-hg @ 2003-02-21 06:56:46 by ben]
Thu, 20 Feb 2003 08:19:44 +0000 ben [xemacs-hg @ 2003-02-20 08:19:28 by ben]
Mon, 17 Feb 2003 14:51:02 +0000 stephent [xemacs-hg @ 2003-02-17 14:50:55 by stephent]
Sun, 16 Feb 2003 06:13:41 +0000 youngs [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
Sat, 15 Feb 2003 10:16:14 +0000 ben [xemacs-hg @ 2003-02-15 10:15:54 by ben]
Sat, 15 Feb 2003 00:31:58 +0000 ben [xemacs-hg @ 2003-02-15 00:31:58 by ben]
Fri, 14 Feb 2003 12:05:07 +0000 ben [xemacs-hg @ 2003-02-14 12:05:06 by ben]
Fri, 14 Feb 2003 11:50:36 +0000 ben [xemacs-hg @ 2003-02-14 11:50:36 by ben]
Wed, 12 Feb 2003 18:55:28 +0000 james [xemacs-hg @ 2003-02-12 18:55:18 by james]
Mon, 10 Feb 2003 17:47:44 +0000 stephent [xemacs-hg @ 2003-02-10 17:47:38 by stephent]
Sun, 09 Feb 2003 09:33:48 +0000 ben [xemacs-hg @ 2003-02-09 09:33:42 by ben]
Sat, 08 Feb 2003 02:28:15 +0000 ben [xemacs-hg @ 2003-02-08 02:28:12 by ben]
Thu, 06 Feb 2003 14:37:56 +0000 stephent [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
Thu, 06 Feb 2003 06:36:17 +0000 ben [xemacs-hg @ 2003-02-06 06:35:47 by ben]
Sun, 02 Feb 2003 07:32:00 +0000 youngs [xemacs-hg @ 2003-02-02 07:31:59 by youngs]
Thu, 23 Jan 2003 11:39:01 +0000 stephent [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
Thu, 23 Jan 2003 10:09:41 +0000 michaels [xemacs-hg @ 2003-01-23 10:09:41 by michaels]
Wed, 22 Jan 2003 20:31:52 +0000 michaels [xemacs-hg @ 2003-01-22 20:31:52 by michaels]
Wed, 15 Jan 2003 15:17:02 +0000 gin [xemacs-hg @ 2003-01-15 15:17:01 by gin]
Tue, 14 Jan 2003 16:54:51 +0000 michaels [xemacs-hg @ 2003-01-14 16:54:50 by michaels]
Thu, 09 Jan 2003 13:09:05 +0000 stephent [xemacs-hg @ 2003-01-09 13:08:53 by stephent]
Sun, 05 Jan 2003 18:38:37 +0000 daiki [xemacs-hg @ 2003-01-05 18:38:36 by daiki]
Sun, 05 Jan 2003 05:13:45 +0000 youngs [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
Thu, 26 Dec 2002 15:52:43 +0000 stephent [xemacs-hg @ 2002-12-26 15:52:41 by stephent]
Mon, 16 Dec 2002 03:02:09 +0000 ben [xemacs-hg @ 2002-12-16 03:01:57 by ben]
Mon, 16 Dec 2002 02:33:04 +0000 ben [xemacs-hg @ 2002-12-16 02:32:47 by ben]
Thu, 12 Dec 2002 03:20:43 +0000 stephent [xemacs-hg @ 2002-12-12 03:20:35 by stephent]
Sun, 08 Dec 2002 10:25:14 +0000 michaels [xemacs-hg @ 2002-12-08 10:24:33 by michaels]
Tue, 03 Dec 2002 14:02:50 +0000 didierv [xemacs-hg @ 2002-12-03 14:02:49 by didierv]
Tue, 03 Dec 2002 10:35:17 +0000 didierv [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
Mon, 02 Dec 2002 12:27:20 +0000 michaels [xemacs-hg @ 2002-12-02 12:27:18 by michaels]
Thu, 28 Nov 2002 12:38:17 +0000 michaels [xemacs-hg @ 2002-11-28 12:38:16 by michaels]
Thu, 28 Nov 2002 12:34:44 +0000 michaels [xemacs-hg @ 2002-11-28 12:34:43 by michaels]
Wed, 27 Nov 2002 07:15:36 +0000 ben [xemacs-hg @ 2002-11-27 07:15:02 by ben]
Mon, 18 Nov 2002 06:53:08 +0000 ben [xemacs-hg @ 2002-11-18 06:52:23 by ben]
Tue, 12 Nov 2002 18:58:41 +0000 james [xemacs-hg @ 2002-11-12 18:58:13 by james]
Tue, 12 Nov 2002 03:52:24 +0000 stephent [xemacs-hg @ 2002-11-12 03:52:23 by stephent]
Sun, 10 Nov 2002 16:07:13 +0000 michaels [xemacs-hg @ 2002-11-10 16:07:12 by michaels]
Thu, 24 Oct 2002 14:59:27 +0000 youngs [xemacs-hg @ 2002-10-24 14:59:22 by youngs]
Thu, 24 Oct 2002 13:49:13 +0000 youngs [xemacs-hg @ 2002-10-24 13:49:07 by youngs]
Fri, 11 Oct 2002 14:10:03 +0000 james [xemacs-hg @ 2002-10-11 14:09:46 by james]
Thu, 10 Oct 2002 19:55:34 +0000 scop [xemacs-hg @ 2002-10-10 19:55:30 by scop]
Tue, 08 Oct 2002 03:45:12 +0000 youngs [xemacs-hg @ 2002-10-08 03:45:05 by youngs]
Tue, 08 Oct 2002 03:36:13 +0000 youngs [xemacs-hg @ 2002-10-08 03:36:09 by youngs]
Tue, 08 Oct 2002 03:24:22 +0000 youngs [xemacs-hg @ 2002-10-08 03:24:18 by youngs]
Mon, 07 Oct 2002 10:27:18 +0000 stephent [xemacs-hg @ 2002-10-07 10:27:15 by stephent]
Thu, 03 Oct 2002 14:40:29 +0000 stephent [xemacs-hg @ 2002-10-03 14:40:24 by stephent]
Wed, 02 Oct 2002 09:31:40 +0000 stephent [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
Tue, 10 Sep 2002 15:27:39 +0000 james [xemacs-hg @ 2002-09-10 15:27:02 by james]
Tue, 03 Sep 2002 05:36:52 +0000 scop [xemacs-hg @ 2002-09-03 05:36:51 by scop]
Sun, 01 Sep 2002 22:14:58 +0000 andyp [xemacs-hg @ 2002-09-01 22:13:52 by andyp]
Sun, 01 Sep 2002 06:41:45 +0000 youngs [xemacs-hg @ 2002-09-01 06:41:40 by youngs]
Fri, 30 Aug 2002 08:26:22 +0000 youngs [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
Wed, 28 Aug 2002 05:36:34 +0000 youngs [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
Thu, 22 Aug 2002 11:19:58 +0000 stephent [xemacs-hg @ 2002-08-22 11:19:45 by stephent]
Mon, 12 Aug 2002 07:44:28 +0000 youngs [xemacs-hg @ 2002-08-12 07:44:28 by youngs]
Sun, 04 Aug 2002 00:05:48 +0000 youngs [xemacs-hg @ 2002-08-04 00:05:43 by youngs]
Fri, 02 Aug 2002 16:54:25 +0000 youngs [xemacs-hg @ 2002-08-02 16:54:11 by youngs]
Fri, 02 Aug 2002 15:01:10 +0000 scop [xemacs-hg @ 2002-08-02 15:01:04 by scop]
Sat, 27 Jul 2002 03:53:09 +0000 youngs [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
Wed, 24 Jul 2002 04:46:29 +0000 andyp [xemacs-hg @ 2002-07-24 04:46:29 by andyp]
Tue, 23 Jul 2002 08:35:11 +0000 youngs [xemacs-hg @ 2002-07-23 08:34:59 by youngs]
Wed, 17 Jul 2002 06:13:39 +0000 youngs [xemacs-hg @ 2002-07-17 06:13:39 by youngs]
Tue, 16 Jul 2002 08:18:36 +0000 didierv [xemacs-hg @ 2002-07-16 08:18:35 by didierv]
Sun, 14 Jul 2002 23:09:40 +0000 mta [xemacs-hg @ 2002-07-14 23:09:39 by mta]
Sun, 14 Jul 2002 23:00:16 +0000 mta [xemacs-hg @ 2002-07-14 23:00:15 by mta]
Sun, 14 Jul 2002 14:23:48 +0000 adrian [xemacs-hg @ 2002-07-14 14:23:43 by adrian]
Tue, 09 Jul 2002 09:37:01 +0000 stephent [xemacs-hg @ 2002-07-09 09:36:53 by stephent]
Mon, 08 Jul 2002 08:22:00 +0000 youngs [xemacs-hg @ 2002-07-08 08:21:47 by youngs]
Sat, 06 Jul 2002 05:48:22 +0000 andyp [xemacs-hg @ 2002-07-06 05:48:14 by andyp]
Tue, 02 Jul 2002 19:09:31 +0000 stephent [xemacs-hg @ 2002-07-02 19:09:22 by stephent]
Tue, 02 Jul 2002 15:01:30 +0000 stephent [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
Fri, 28 Jun 2002 14:20:42 +0000 michaels [xemacs-hg @ 2002-06-28 14:20:41 by michaels]
Wed, 26 Jun 2002 00:11:16 +0000 youngs [xemacs-hg @ 2002-06-26 00:11:15 by youngs]
Sun, 23 Jun 2002 22:03:33 +0000 youngs [xemacs-hg @ 2002-06-23 22:03:32 by youngs]
Sun, 23 Jun 2002 09:54:41 +0000 stephent [xemacs-hg @ 2002-06-23 09:54:35 by stephent]
Thu, 20 Jun 2002 21:19:10 +0000 ben [xemacs-hg @ 2002-06-20 21:18:01 by ben]
Tue, 04 Jun 2002 17:40:00 +0000 andyp [xemacs-hg @ 2002-06-04 17:39:43 by andyp]
Tue, 04 Jun 2002 16:45:54 +0000 michaels [xemacs-hg @ 2002-06-04 16:45:42 by michaels]
Tue, 04 Jun 2002 06:05:53 +0000 andyp [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
Mon, 03 Jun 2002 12:24:14 +0000 ben [xemacs-hg @ 2002-06-03 12:23:49 by ben]
Sat, 01 Jun 2002 20:34:01 +0000 youngs [xemacs-hg @ 2002-06-01 20:34:00 by youngs]
Sat, 01 Jun 2002 08:06:55 +0000 ben [xemacs-hg @ 2002-06-01 08:06:46 by ben]
Fri, 31 May 2002 07:14:52 +0000 michaels [xemacs-hg @ 2002-05-31 07:14:51 by michaels]
Tue, 28 May 2002 08:45:36 +0000 ben [xemacs-hg @ 2002-05-28 08:44:22 by ben]
Sat, 25 May 2002 01:55:30 +0000 youngs [xemacs-hg @ 2002-05-25 01:55:29 by youngs]
Thu, 23 May 2002 11:46:46 +0000 ben [xemacs-hg @ 2002-05-23 11:46:08 by ben]
Tue, 21 May 2002 10:29:15 +0000 stephent [xemacs-hg @ 2002-05-21 10:29:07 by stephent]
Fri, 17 May 2002 18:28:45 +0000 adrian [xemacs-hg @ 2002-05-17 18:28:45 by adrian]
Thu, 16 May 2002 13:30:58 +0000 ben [xemacs-hg @ 2002-05-16 13:30:23 by ben]
Wed, 15 May 2002 15:27:58 +0000 stephent [xemacs-hg @ 2002-05-15 15:27:40 by stephent]
Tue, 14 May 2002 09:28:14 +0000 ben [xemacs-hg @ 2002-05-14 09:28:06 by ben]
Tue, 14 May 2002 05:30:36 +0000 adrian [xemacs-hg @ 2002-05-14 05:30:30 by adrian]
Thu, 09 May 2002 08:33:46 +0000 ben [xemacs-hg @ 2002-05-09 08:33:45 by ben]
Tue, 07 May 2002 16:14:04 +0000 stephent [xemacs-hg @ 2002-05-07 16:13:59 by stephent]
Tue, 07 May 2002 15:59:03 +0000 stephent [xemacs-hg @ 2002-05-07 15:58:46 by stephent]
Sun, 05 May 2002 11:33:57 +0000 ben [xemacs-hg @ 2002-05-05 11:30:15 by ben]
Thu, 02 May 2002 14:35:32 +0000 youngs [xemacs-hg @ 2002-05-02 14:35:28 by youngs]
Wed, 01 May 2002 08:25:52 +0000 youngs [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
Tue, 30 Apr 2002 12:46:03 +0000 stephent [xemacs-hg @ 2002-04-30 12:45:55 by stephent]
Sun, 28 Apr 2002 06:40:33 +0000 youngs [xemacs-hg @ 2002-04-28 06:40:26 by youngs]
Thu, 25 Apr 2002 18:04:24 +0000 andyp [xemacs-hg @ 2002-04-25 18:03:23 by andyp]
Thu, 25 Apr 2002 06:09:18 +0000 youngs [xemacs-hg @ 2002-04-25 06:09:11 by youngs]
Sun, 14 Apr 2002 12:43:31 +0000 ben [xemacs-hg @ 2002-04-14 12:41:59 by ben]
Sun, 07 Apr 2002 19:36:14 +0000 wmperry [xemacs-hg @ 2002-04-07 19:36:13 by wmperry]
Sun, 07 Apr 2002 17:10:50 +0000 daiki [xemacs-hg @ 2002-04-07 17:10:48 by daiki]
Fri, 05 Apr 2002 08:57:45 +0000 stephent [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
Mon, 01 Apr 2002 03:59:04 +0000 ben [xemacs-hg @ 2002-04-01 03:58:02 by ben]
Sun, 31 Mar 2002 08:30:17 +0000 ben [xemacs-hg @ 2002-03-31 08:27:14 by ben]
Fri, 29 Mar 2002 04:49:13 +0000 ben [xemacs-hg @ 2002-03-29 04:46:17 by ben]
Sat, 23 Mar 2002 05:08:52 +0000 youngs [xemacs-hg @ 2002-03-23 05:08:47 by youngs]
Thu, 21 Mar 2002 07:31:30 +0000 ben [xemacs-hg @ 2002-03-21 07:29:57 by ben]
Wed, 20 Mar 2002 10:21:23 +0000 ben [xemacs-hg @ 2002-03-20 10:20:48 by ben]
Tue, 19 Mar 2002 03:12:51 +0000 ben [xemacs-hg @ 2002-03-19 03:12:46 by ben]
Mon, 18 Mar 2002 22:22:15 +0000 adrian [xemacs-hg @ 2002-03-18 22:22:15 by adrian]
Mon, 18 Mar 2002 10:07:39 +0000 ben [xemacs-hg @ 2002-03-18 10:07:30 by ben]
Sat, 16 Mar 2002 10:39:19 +0000 ben [xemacs-hg @ 2002-03-16 10:38:59 by ben]
Fri, 15 Mar 2002 11:00:56 +0000 ben [xemacs-hg @ 2002-03-15 11:00:28 by ben]
Fri, 15 Mar 2002 07:43:43 +0000 ben [xemacs-hg @ 2002-03-15 07:43:14 by ben]
Thu, 14 Mar 2002 03:54:28 +0000 stephent [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
Tue, 05 Mar 2002 14:46:15 +0000 stephent [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
Tue, 05 Mar 2002 14:15:06 +0000 stephent [xemacs-hg @ 2002-03-05 14:15:05 by stephent]
Tue, 05 Mar 2002 13:21:22 +0000 stephent [xemacs-hg @ 2002-03-05 13:21:21 by stephent]
Tue, 05 Mar 2002 12:53:11 +0000 stephent [xemacs-hg @ 2002-03-05 12:53:10 by stephent]
Tue, 12 Feb 2002 14:24:40 +0000 stephent [xemacs-hg @ 2002-02-12 14:24:39 by stephent]
Mon, 11 Feb 2002 12:43:23 +0000 michaels [xemacs-hg @ 2002-02-11 12:43:21 by michaels]
Sun, 03 Feb 2002 20:33:35 +0000 adrian [xemacs-hg @ 2002-02-03 20:33:34 by adrian]
Sat, 02 Feb 2002 13:39:59 +0000 wmperry [xemacs-hg @ 2002-02-02 13:39:59 by wmperry]
Sat, 26 Jan 2002 22:02:53 +0000 youngs [xemacs-hg @ 2002-01-26 22:02:52 by youngs]
Tue, 22 Jan 2002 14:16:39 +0000 youngs [xemacs-hg @ 2002-01-22 14:16:38 by youngs]
Sat, 12 Jan 2002 00:19:50 +0000 janv [xemacs-hg @ 2002-01-12 00:19:50 by janv]
Fri, 11 Jan 2002 02:55:06 +0000 youngs [xemacs-hg @ 2002-01-11 02:55:05 by youngs]
Thu, 10 Jan 2002 09:50:50 +0000 stephent [xemacs-hg @ 2002-01-10 09:50:43 by stephent]
Thu, 10 Jan 2002 00:24:29 +0000 youngs [xemacs-hg @ 2002-01-10 00:24:28 by youngs]
Tue, 08 Jan 2002 16:49:56 +0000 stephent [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
Fri, 04 Jan 2002 19:53:34 +0000 adrian [xemacs-hg @ 2002-01-04 19:53:32 by adrian]
Fri, 28 Dec 2001 01:38:42 +0000 youngs [xemacs-hg @ 2001-12-28 01:38:41 by youngs]
Thu, 27 Dec 2001 22:52:26 +0000 adrian [xemacs-hg @ 2001-12-27 22:52:25 by adrian]
Wed, 26 Dec 2001 23:57:56 +0000 youngs [xemacs-hg @ 2001-12-26 23:57:55 by youngs]
Sun, 23 Dec 2001 01:01:46 +0000 wmperry [xemacs-hg @ 2001-12-23 01:01:45 by wmperry]
Sat, 22 Dec 2001 07:20:58 +0000 youngs [xemacs-hg @ 2001-12-22 07:20:57 by youngs]
Thu, 20 Dec 2001 05:49:48 +0000 andyp [xemacs-hg @ 2001-12-20 05:49:28 by andyp]
Wed, 19 Dec 2001 00:40:26 +0000 janv [xemacs-hg @ 2001-12-19 00:40:25 by janv]
Tue, 18 Dec 2001 22:07:14 +0000 janv [xemacs-hg @ 2001-12-18 22:07:13 by janv]
Sat, 15 Dec 2001 11:46:34 +0000 youngs [xemacs-hg @ 2001-12-15 11:46:33 by youngs]
Fri, 14 Dec 2001 02:20:53 +0000 youngs [xemacs-hg @ 2001-12-14 02:20:52 by youngs]
Mon, 10 Dec 2001 07:43:34 +0000 yoshiki [xemacs-hg @ 2001-12-10 07:43:33 by yoshiki]
Thu, 06 Dec 2001 09:35:50 +0000 michaels [xemacs-hg @ 2001-12-06 09:35:50 by michaels]
Wed, 05 Dec 2001 12:29:17 +0000 michaels [xemacs-hg @ 2001-12-05 12:29:17 by michaels]
Wed, 05 Dec 2001 04:09:25 +0000 youngs [xemacs-hg @ 2001-12-05 04:09:24 by youngs]
Mon, 03 Dec 2001 18:02:50 +0000 didierv [xemacs-hg @ 2001-12-03 18:02:47 by didierv]
Mon, 03 Dec 2001 06:49:11 +0000 youngs [xemacs-hg @ 2001-12-03 06:49:11 by youngs]
Sun, 02 Dec 2001 22:06:19 +0000 adrian [xemacs-hg @ 2001-12-02 22:06:19 by adrian]
Sun, 02 Dec 2001 15:27:38 +0000 youngs [xemacs-hg @ 2001-12-02 15:27:37 by youngs]
Sun, 02 Dec 2001 07:27:15 +0000 youngs [xemacs-hg @ 2001-12-02 07:27:14 by youngs]
Thu, 29 Nov 2001 18:48:46 +0000 adrian [xemacs-hg @ 2001-11-29 18:48:46 by adrian]
Thu, 29 Nov 2001 17:00:39 +0000 youngs [xemacs-hg @ 2001-11-29 17:00:38 by youngs]
Tue, 30 Oct 2001 05:13:31 +0000 andyp [xemacs-hg @ 2001-10-30 05:13:26 by andyp]
Sat, 29 Sep 2001 08:03:01 +0000 ben [xemacs-hg @ 2001-09-29 08:02:03 by ben]
Tue, 18 Sep 2001 05:06:57 +0000 ben [xemacs-hg @ 2001-09-18 05:04:26 by ben]
Mon, 17 Sep 2001 07:48:36 +0000 didierv [xemacs-hg @ 2001-09-17 07:48:36 by didierv]
Fri, 07 Sep 2001 09:55:09 +0000 stephent [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
Sun, 26 Aug 2001 10:25:14 +0000 stephent [xemacs-hg @ 2001-08-26 10:25:11 by stephent]
Mon, 13 Aug 2001 04:46:48 +0000 ben [xemacs-hg @ 2001-08-13 04:45:47 by ben]
Wed, 08 Aug 2001 12:15:04 +0000 didierv [xemacs-hg @ 2001-08-08 12:15:04 by didierv]
Wed, 08 Aug 2001 08:40:19 +0000 didierv [xemacs-hg @ 2001-08-08 08:40:19 by didierv]
Mon, 06 Aug 2001 04:40:54 +0000 youngs [xemacs-hg @ 2001-08-06 04:40:51 by youngs]
Sat, 28 Jul 2001 08:14:59 +0000 stephent [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
Fri, 20 Jul 2001 02:41:29 +0000 youngs [xemacs-hg @ 2001-07-20 02:41:28 by youngs]
Wed, 18 Jul 2001 12:44:52 +0000 stephent [xemacs-hg @ 2001-07-18 12:44:51 by stephent]
Sun, 15 Jul 2001 08:18:59 +0000 adrian [xemacs-hg @ 2001-07-15 08:18:59 by adrian]
Sat, 14 Jul 2001 08:42:17 +0000 youngs [xemacs-hg @ 2001-07-14 08:42:16 by youngs]
Sat, 30 Jun 2001 23:07:06 +0000 youngs [xemacs-hg @ 2001-06-30 23:07:06 by youngs]
Fri, 22 Jun 2001 01:50:04 +0000 ben [xemacs-hg @ 2001-06-22 01:49:57 by ben]
Mon, 18 Jun 2001 07:10:32 +0000 ben [xemacs-hg @ 2001-06-18 07:09:50 by ben]
Sun, 10 Jun 2001 10:42:39 +0000 ben [xemacs-hg @ 2001-06-10 10:42:16 by ben]
Sat, 09 Jun 2001 09:02:04 +0000 michaels [xemacs-hg @ 2001-06-09 09:02:03 by michaels]
Fri, 08 Jun 2001 12:21:27 +0000 ben [xemacs-hg @ 2001-06-08 12:21:09 by ben]
Mon, 04 Jun 2001 17:00:02 +0000 wmperry [xemacs-hg @ 2001-06-04 16:59:51 by wmperry]
Fri, 01 Jun 2001 07:46:53 +0000 youngs [xemacs-hg @ 2001-06-01 07:46:53 by youngs]
Thu, 31 May 2001 12:45:41 +0000 ben [xemacs-hg @ 2001-05-31 12:45:27 by ben]
Thu, 31 May 2001 02:05:18 +0000 wmperry [xemacs-hg @ 2001-05-31 02:05:16 by wmperry]
Thu, 24 May 2001 11:01:54 +0000 yoshiki [xemacs-hg @ 2001-05-24 11:01:53 by yoshiki]
Thu, 24 May 2001 07:51:33 +0000 ben [xemacs-hg @ 2001-05-24 07:50:48 by ben]
Wed, 23 May 2001 09:59:48 +0000 ben [xemacs-hg @ 2001-05-23 09:59:33 by ben]