log lisp/ChangeLog @ 5940:c608d4b0b75e cygwin64 tip

age author description
2015-01-03 Mike Sperber Add `noerror' optional argument to `live-move'.
2014-11-10 Mike Sperber Make :package-version in customize right.
2014-10-18 Stephen J. Turnbull Repair invalid GNU-style key-bindings.
2014-10-08 Jerry James Add TLS support. See xemacs-patches message with ID
2014-09-27 Mike Sperber Don't bail out on :package-version in `defcustom'.
2014-09-29 Jerry James Do not insert timestamps into .elcs files for reproducibility. See
2014-08-22 Aidan Kehoe Support control shift u for Unicode input as does GTK.
2014-08-06 Aidan Kehoe Improve style, #'fc-name-parse-harder.
2014-07-14 Aidan Kehoe Preserve extent information in the command builder code.
2014-07-02 Aidan Kehoe Autoload within #'keymapp, as documented.
2014-07-02 Aidan Kehoe Support `function-key-map' in #'read-char{,-exclusive}, sync API with GNU
2014-04-25 Mats Lidell Help buffer behaviour synced with GNU
2014-01-27 Mike Sperber Add font-lock-regexp-grouping-{backslash, construct} from GNU Emacs.
2014-01-27 Mike Sperber Add `check-parents' from GNU Emacs.
2014-01-27 Mike Sperber Add :risky and :safe options to defcustom.
2014-01-18 Mike Sperber Bug fix in menubar.el
2013-12-22 Aidan Kehoe Transform #'princ to #'write-sequence at compile time if appropriate.
2013-12-17 Aidan Kehoe Use a face, show more context around open parenthesis, #'blink-matching-open
2013-12-17 Aidan Kehoe Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
2013-09-15 Mats Lidell Add mode-require-final-newline from GNU. Thanks GNU.
2013-09-15 Stephen J. Turnbull Make fc-name-parse signal on invalid-argument.
2013-08-26 Stephen J. Turnbull Merge in release commits.
2013-06-23 Stephen J. Turnbull XEmacs 21.5.34 "kale" is released. r21-5-34 r21-5-latest-beta
2013-08-21 Aidan Kehoe Remove an errant word in a lisp/ChangeLog entry.
2013-08-21 Aidan Kehoe Use #'call-with-condition-handler, #'normal-top-level, instead of resignalling
2013-08-21 Aidan Kehoe Warn about non-string non-integer ARG to #'gensym, bytecomp.el.
2013-08-05 Aidan Kehoe Avoid throwing an error with misc-user events in isearch-pre-command-hook.
2013-08-05 Aidan Kehoe Correct some spelling and formatting in behavior.el.
2013-08-05 Aidan Kehoe Add a language environment for Azeri.
2013-07-10 Aidan Kehoe Merge.
2013-07-10 Aidan Kehoe Document #'events-to-keys some more, use it less.
2013-07-10 Aidan Kehoe Document #'events-to-keys some more, use it less.
2013-06-21 Stephen J. Turnbull Fix stupid omission of cast to string.
2013-06-21 Stephen J. Turnbull Fix no-Mule build.
2013-06-17 Aidan Kehoe Use new language features in #'call-process-internal now they're available.
2013-06-17 Aidan Kehoe Make #'apply-partially more intelligent still when byte-compiled.
2013-03-02 Mike Sperber Make f?boundp less necessary.
2013-02-20 Mike Sperber Remove obsolete legacy code in `file-remote-p'.
2013-02-20 Mike Sperber Add and use `font-lock-extend-region-functions'.
2013-02-20 Mike Sperber Allow the lhs a syntax-alist entry in `font-lock-defaults' to be a string.
2013-02-16 Stephen J. Turnbull Improve log for last patch.
2013-02-15 Stephen J. Turnbull Improve GNU-compatibility of define-*-alias.
2013-01-23 Jerry James Support :visible in menu specifications.
2013-01-04 Stephen J. Turnbull XEmacs 21.5.33 "horseradish" is released. r21-5-33
2012-12-28 Stephen J. Turnbull Implement and document :active keyword for submenu specs.
2012-12-23 Stephen J. Turnbull menubar-items.el (default-menubar): Reorganize.
2012-12-23 Stephen J. Turnbull Fix ChangeLog ordering.
2012-12-14 Mats Lidell Fix erroneous regular xpression in register.el. Thank you Stephen Turnbull.
2012-11-06 Aidan Kehoe No error from an incorrect number of arguments, recently-added compiler macros
2012-11-06 Aidan Kehoe Handle interactive command remapping a little better than 7371081ce8f7, keymap.c
2012-11-06 Aidan Kehoe Back out 7371081ce8f7, I have a better approach.
2012-10-14 Aidan Kehoe Have command remapping work interactively too, thank you Robert Pluim!
2012-10-12 Mats Lidell Introduce call-process-shell-command from GNU.
2012-09-18 Mats Lidell recenter-top-bottom synced from GNU and new default for C-l
2012-09-08 Aidan Kehoe #'delete-trailing-whitespace needs to work when the region is inactive, too
2012-09-08 Aidan Kehoe Import GNU's #'delete-trailing-whitespace, thank you GNU.
2012-09-07 Aidan Kehoe Unify #'find-coding-system-magic-cookie-in-file, look_for_coding_system_magic_cookie()
2012-09-02 Aidan Kehoe Add command remapping, a more robust alternative to #'substitute-key-definition
2012-08-02 Stephen J. Turnbull XEmacs 21.5.32 "habanero" is released. r21-5-32
2012-07-02 Mike Sperber Update `file-name-remote-p'.
2012-05-14 Aidan Kehoe #'byte-optimize-letX; group constant initialisations together in let forms
2012-05-14 Aidan Kehoe Use #'test-completion, minibuf.el, instead of implementing same.
2012-05-12 Aidan Kehoe Avoid signalling args-out-of-range errors, #'truncate-string-to-width
2012-05-12 Aidan Kehoe Sync #'truncate-string-to-width with GNU, add tests for it.
2012-05-12 Aidan Kehoe Fetch its bytecode before unfolding a compiled function, byte-optimize.el
2012-05-10 Aidan Kehoe Be better about word boundaries with JIT unicode characters, mule-category.el
2012-05-08 Aidan Kehoe Remove a stray parenthesis, cl-macs.el; thank you Vin!
2012-05-07 Aidan Kehoe Add compiler macros for #'equal, #'member, ... where #'eq, #'memq appropriate.
2012-05-06 Aidan Kehoe Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
2012-05-06 Aidan Kehoe Descend special forms more exhaustively, #'byte-optimize-form-code-walker
2012-05-05 Aidan Kehoe Co-operate with the byte-optimizer in the bytecomp.el labels implementation.
2012-05-05 Aidan Kehoe Remove some redundant functions, change others to labels, lisp/
2012-05-01 Aidan Kehoe Avoid #'delq in core Lisp, for the sake of style, a very slightly smaller binary
2012-05-01 Aidan Kehoe Improve for-effect handling in a few places, lisp/
2012-04-23 Mike Sperber Imitate GNU Emacs API for `batch-byte-recompile-directory'.
2012-04-07 Aidan Kehoe Remove some utility functions from the global namespace, lisp/
2012-03-02 Aidan Kehoe select-coercion-alist, not select-conversion-alist, select.el
2012-01-14 Aidan Kehoe Be more careful about non-quoted-symbol TAGs, #'byte-compile-catch
2012-01-09 Vin Shelton Add autoload cookie to custom-set-face-bold
2012-01-08 Aidan Kehoe Call XKeysymToString() much less, it leaks.
2012-01-02 Aidan Kehoe Add an explicit autoload for #'cl-compile-time-init, bytecomp.el.
2012-01-02 Aidan Kehoe Put back compatibility alias for #'cl-puthash, used by 21.4's setf expansion
2011-12-30 Aidan Kehoe Integrate CL code better into core, remove obsolete compatibility code.
2011-12-30 Aidan Kehoe Don't error with a non-list plist, #'copy-symbol
2011-12-27 Didier Verna New "foreback" face property.
2011-12-27 Didier Verna Fix 'face-foreground-name docstring typo.
2011-12-27 Didier Verna Explicitely set zmacs-region to not shrink.
2011-12-27 Didier Verna Shrink the widget-field-face.
2011-12-26 Didier Verna Replace the 'flush face property with the opposite 'shrink one.
2011-12-23 Aidan Kehoe Improve Lisp style in a few places, select.el
2011-12-23 Didier Verna The "flush" face property.
2011-12-22 Aidan Kehoe Move the functionality of #'cl-macroexpand into Fmacroexpand, eval.c
2011-12-21 Aidan Kehoe Call #'cl-macroexpand-all in #'cl-transform-function-property
2011-12-13 Aidan Kehoe Be more careful about what we shadow, #'byte-compile-eval.
2011-12-13 Aidan Kehoe Use the old #'labels implementation if #'lexical-let changes lambdas.
2011-12-10 Aidan Kehoe Correct the docstring for posix-charset-to-coding-system-hash, mule-cmds.el
2011-12-09 Aidan Kehoe Correct and clarify docstring, #'load-time-value
2011-11-21 Vin Shelton ChangeLog cleanup
2011-11-16 Vin Shelton Prevent bogus caching of background in custom-properties
2011-11-09 Aidan Kehoe Mention when compiled functions are built-in, help.el.
2011-11-02 Aidan Kehoe Give the label name when warning or erroring, bytecomp.el
2011-10-18 Aidan Kehoe #'load-terminal-library; load term files correctly for gnuclient consoles.
2011-10-09 Aidan Kehoe Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
2011-10-08 Aidan Kehoe Move macros with shadows in bytecomp.el to the end of the files, cl-macs
2011-10-08 Aidan Kehoe Don't byte-compile at macroexpansion time, load-time-vale.
2011-10-04 Aidan Kehoe Avoid redundant arglist information, #'make-autoload.
2011-10-04 Aidan Kehoe Update a comment with a better understanding of the optimizer, bytecomp.el
2011-10-03 Aidan Kehoe Declare labels as line where appropriate; use #'labels, not #'flet, tests.
2011-10-03 Aidan Kehoe Force unfolding of (funcall #'(lambda () ...) if optimising, bytecomp.el.
2011-10-02 Aidan Kehoe Support inlining labels, bytecomp.el.
2011-09-25 Aidan Kehoe Remove ELC files from `binary-file-regexps', many of them are escape-quoted.
2011-09-21 Aidan Kehoe Include many more files in binary-file-regexps, files.el.
2011-09-21 Aidan Kehoe Strip extent information when passing text to external programs, select.el
2011-09-11 Aidan Kehoe Be more careful still in #'cl-defsubst-expand.
2011-09-10 Aidan Kehoe #'cl-defsubst-expand; avoid mutually-recursive symbol macros.
2011-09-09 Aidan Kehoe Error if byte-compiling a form hasn't wrapped byte-compile-inbuffer.
2011-09-07 Aidan Kehoe Replace #'flet by #'labels where appropriate, core code.
2011-09-07 Aidan Kehoe Improve the implementation, documentation of #'labels, #'flet.
2011-09-06 Aidan Kehoe Pass eighth bit on TTY consoles to coding system if needed.
2011-09-04 Aidan Kehoe Drop cl-macro-environment in favour of byte-compile-macro-environment.
2011-09-04 Aidan Kehoe Add a defsetf for get-char-table, necessary for the tests in the last commit.
2011-09-04 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
2011-08-24 Aidan Kehoe Correct a typo from Mats' merge, process.el, thank you the byte-compiler
2011-08-24 Aidan Kehoe Add an assertion about argument order to #'apply-partially compiler macro
2011-08-12 Aidan Kehoe Add the #'apply-partially API, as used by GNU.
2011-08-10 Aidan Kehoe Add #'event-apply-modifiers, implement #'event-apply-modifiers in terms of it.
2011-08-10 Aidan Kehoe Do the quoted-lambda check when functions take :if, :test, :key arguments, too.
2011-08-08 Stephen J. Turnbull Improve treatment of expected bugs.
2011-08-07 Mats Lidell Merge.
2011-07-30 Mats Lidell shell-command and shell-command-on-region API compliant with FSF 23.3.1
2011-07-19 Mats Lidell Introducing syntax-ppss.el from GNU.
2011-07-03 Aidan Kehoe Allow disabling a symbol macro with a macro environment, #'cl-macroexpand
2011-06-25 Aidan Kehoe Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
2011-06-24 Aidan Kehoe Merge.
2011-06-24 Aidan Kehoe Add a custom group that applies to view-mode-line-string.
2011-06-23 Didier Verna Fix get-other-frame bug.
2011-06-19 Aidan Kehoe Fix a bug in my last commit, symbol macros that expand to themselves hang.
2011-06-19 Aidan Kehoe Style and indentation corrections, behavior.el.
2011-06-19 Aidan Kehoe Improve #'defsubst* a little, document a bug that remains.
2011-06-19 Aidan Kehoe Reimplement a few GNU functions in terms of CL functions, subr.el
2011-06-04 Aidan Kehoe Switch to #'dolist instead of #'mapcar in a couple of places if result not used
2011-05-29 Aidan Kehoe Be a little better about deciding when to add CL docstring argument info.
2011-05-27 Aidan Kehoe Be more reasonable in the implementation of #'make-modeline-command-wrapper.
2011-05-25 Didier Verna Fix CL compliance of [symbol-]macrolet.
2011-05-18 Aidan Kehoe Remove `bind-inits', cl-macs.el, it's no longer used.
2011-05-08 Aidan Kehoe Complete support for macro-declaration-function, bytecomp{,-runtime}.el
2011-05-07 Aidan Kehoe Move #'split-path to subr.el, as was always the intention.
2011-05-07 Aidan Kehoe Drop support for generating code appropriate for Emacs 19, bytecomp.el
2011-05-07 Aidan Kehoe Be better about recognising side-effect-free forms, byte-optimize.el.
2011-05-06 Aidan Kehoe Correct the definition of #'cl-non-fixnum-number-p on 32-bit machines.
2011-05-01 Aidan Kehoe Merge.
2010-02-20 Ben Wing Sync paragraphs.el to FSF 23.1.92
2011-05-01 Aidan Kehoe Remove all autoload cookies from dumped files, they're needless and confusing.
2011-04-30 Didier Verna Import looking-back from GNU Emacs.
2011-04-30 Didier Verna Import special-mode from GNU Emacs.
2011-04-30 Stephen J. Turnbull Fix hg-induced ChangeLog breakage.
2011-04-30 Stephen J. Turnbull [mq]: matchspec
2011-04-29 Stephen J. Turnbull XEmacs 21.5.31 "ginger" is released.
2011-04-26 Mats Lidell Merged with trunk.
2011-04-23 Mats Lidell Merge with trunk.
2011-03-28 Mats Lidell Merged with trunk.
2011-03-17 Mats Lidell Merge with trunk.
2011-02-22 Mats Lidell Merge with trunk.
2011-02-14 Mats Lidell Merge with trunk.
2011-02-07 Mats Lidell Merge with trunk.
2011-01-19 Mats Lidell Merge with trunk.
2011-04-26 Stephen J. Turnbull XEmacs 21.5.30 "garlic" is released. r21-5-30
2011-04-24 Aidan Kehoe Make sure distinct symbol macros with identical names expand distinctly.
2011-04-23 Aidan Kehoe Check types (unless `byte-compile-delete-errors' is t), #'char<, #'char=, etc.
2011-04-23 Aidan Kehoe Replace #'font-hex-string-to-number, #'font-warn with builtins, font.el
2011-01-14 Mats Lidell Merge with trunk.
2011-01-05 Mats Lidell Merged with trunk.
2010-12-30 Mats Lidell Merged with trunk.
2010-12-06 Mats Lidell Added property notice and license to ChangeLogs.
2011-04-17 Aidan Kehoe Add various Common Lisp character functions, making porting CL code easier.
2011-04-12 Aidan Kehoe No longer create windows-874 as a Win32-specific coding system; thanks Mats!
2011-04-08 Aidan Kehoe Drop support for Thai-XTIS, which was always non-standard and never used.
2011-04-02 Aidan Kehoe #'cadr, #'caddr, #'cadddr; document some equivalences.
2011-04-02 Aidan Kehoe Implement #'load-time-value less hackishly, by modifying the byte compiler.
2011-03-29 Aidan Kehoe Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs
2011-03-29 Aidan Kehoe Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon
2011-03-24 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
2011-03-24 Aidan Kehoe #'custom-add-to-group: warn if GROUP is nil.
2011-03-21 Aidan Kehoe Add compiler macros for #'revappend, #'nreconc.
2011-03-21 Aidan Kehoe #'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x40000000
2011-03-19 Stephen J. Turnbull Improve support for min-colors req in `defface'.
2011-03-17 Aidan Kehoe Correct some minor problems in my last change.
2011-03-17 Aidan Kehoe Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el
2011-03-17 Aidan Kehoe Merge.
2011-03-17 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
2011-03-17 Jeff Sparkes Add min-colors specifier to defface, and document it.
2011-03-12 Aidan Kehoe Be better about searching for chars typed via XIM and x-compose.el, isearch
2011-03-10 Aidan Kehoe Eliminate byte-compile warnings, core Lisp.
2011-03-10 Aidan Kehoe Use ', not #', when a given symbol may not have a function binding at read time
2011-03-08 Aidan Kehoe Use Common Lisp-derived builtins in a few more places in core Lisp.
2011-03-08 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
2011-03-08 Aidan Kehoe Remove redundant functions, format.el, use functions from cl*.el instead.
2011-03-08 Aidan Kehoe Make my Lisp a little more sophisticated, select.el.
2011-03-08 Aidan Kehoe Remove various redundant wrapper lambdas, core lisp.
2011-02-16 Aidan Kehoe #'byte-compile-normal-call; only examine properties of (car FORM) if a symbol
2011-02-12 Aidan Kehoe Be better about eliminating `block's that are not `return-from'd, bytecomp.el
2011-02-09 Aidan Kehoe Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
2011-02-07 Aidan Kehoe Improve the lexical scoping in #'block, #'return-from.
2011-01-30 Mike Sperber Unbreak font-lock during `revert-buffer.
2011-01-23 Aidan Kehoe Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
2011-01-22 Aidan Kehoe Don't quote keywords, they've been self-quoting for well over a decade.
2011-01-22 Aidan Kehoe Require that NAME be an unquoted symbol, #'block, #'return-from
2011-01-15 Aidan Kehoe Accept more complex TYPEs in #'concatenate, cl-extra.el
2011-01-14 Aidan Kehoe Move #'delq, #'delete to Lisp, adding support for sequences.
2011-01-10 Aidan Kehoe Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!
2011-01-02 Aidan Kehoe Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list
2011-01-02 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
2011-01-02 Aidan Kehoe Merge.
2010-12-30 Aidan Kehoe Move the heavy lifting from cl-seq.el to C.
2011-01-02 Aidan Kehoe Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
2010-12-30 Aidan Kehoe Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.
2010-12-30 Aidan Kehoe Implement some basic Lisp functions in terms of Common Lisp builtins.
2010-12-30 Aidan Kehoe cl-macs belongs in lisp-files-needed-for-byte-compilation.
2010-12-30 Aidan Kehoe Provide some milquetoast compatibility in our errors, type-error, program-error
2010-12-29 Aidan Kehoe #'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
2010-12-29 Aidan Kehoe #'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
2010-12-29 Aidan Kehoe = < > <= >=: it's OK to use the compiler macro when first, last args side effect
2010-12-29 Aidan Kehoe Unrool a load-time loop at macro expansion time, cl-macs.el
2010-12-29 Aidan Kehoe Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.
2010-12-29 Aidan Kehoe Mark #'remove, #'remq as free of side-effects.
2010-11-17 Aidan Kehoe Handle slightly more complex type specifications, #'coerce, #'typep.
2010-11-14 Aidan Kehoe Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
2010-10-25 Aidan Kehoe Add compiler macros and compilation sanity-checks for functions with keywords.
2010-10-18 Stephen J. Turnbull Merge some permissions corrections to trunk.
2010-10-18 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-10-14 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
2010-10-12 Aidan Kehoe Make the order of preloaded-file-list more sane.
2010-10-10 Aidan Kehoe Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp
2010-10-10 Aidan Kehoe Remove a couple of redundant functions, backquote.el
2010-09-16 Aidan Kehoe Add an omitted comma, Check-Message, test-harness.el.
2010-09-16 Aidan Kehoe Don't uselessly call #'nreverse, #'hash-table-key-list and friends.
2010-09-16 Aidan Kehoe Use #'some, #'every, etc. for composing boolean operations on lists.
2010-09-16 Aidan Kehoe Rephrase the #'the docstring, make it nicer while byte-compiling.
2010-09-16 Aidan Kehoe Avoid byte compiler warnings, some needless consing, descr-text.el
2010-09-16 Aidan Kehoe Change forms like (delq nil (mapcar ...)) to (mapcan ...).
2010-09-16 Aidan Kehoe Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
2010-09-16 Aidan Kehoe Warn at compile time, error at runtime, with (quote X Y), (function X Y).
2010-09-16 Aidan Kehoe Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
2010-09-16 Aidan Kehoe Add an implementation for #'the, cl-macs.el
2010-09-06 Aidan Kehoe Move #'replace to C, add bounds-checking to it and to #'fill.
2010-09-05 Aidan Kehoe Add support for the X11 dead-stroke in x-compose.el.
2010-09-03 Aidan Kehoe Add fixnum as an accepted destination type, #'coerce
2010-09-02 Aidan Kehoe Support process plists, for greater GNU compatibility.
2010-08-20 Mike Sperber Add `save-some-buffers-action-alist'.
2010-08-20 Mike Sperber Recover from merge SNAFU.
2010-08-18 Mike Sperber Add ` diff-buffer-with-file'.
2010-08-15 Aidan Kehoe Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
2010-07-24 Aidan Kehoe Bit vectors are also sequences; enforce this in some CL functions.
2010-06-13 Stephen J. Turnbull Add ChangeLogs for recent address updates in permission notices.
2010-06-08 Aidan Kehoe Fix a misspelling, diagnose.el.
2010-06-08 Aidan Kehoe Move #'purecopy from alloc.c to being an obsolete alias for #'identity
2010-06-07 Aidan Kehoe Remove all support for InfoDock.
2010-06-06 Aidan Kehoe Move #'reduce to fns.c from cl-seq.el.
2010-06-02 Aidan Kehoe Add Common Lisp's #'complement to cl-extra.el.
2010-05-31 Aidan Kehoe Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 1
2010-05-30 Aidan Kehoe Merge.
2010-05-30 Aidan Kehoe Add `float-time', implemented in Lisp.
2010-05-30 Aidan Kehoe Tidying of CL files; make docstrings read better, remove commented-out code
2010-05-16 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
2010-04-29 Aidan Kehoe Implement suggest-key-bindings in terms of teach-extended-commands-p
2010-04-17 Aidan Kehoe Keep around file info for dumped functions and variables without docstrings.
2010-04-15 Aidan Kehoe Check that MODENAME-mode is fboundp before calling it, files.el
2010-04-09 Didier Verna Fix for unavailable arglists in hyper-apropos.
2010-04-07 Didier Verna Add missing CL style fontification.
2010-04-02 Aidan Kehoe Don't error if describe-char-use-cache t and database not readable, descr-text
2010-04-01 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
2010-03-30 Ben Wing merge
2010-02-23 Ben Wing merge
2010-02-22 Ben Wing rename objects* (.c, .h and .el files) to fontcolor*
2010-02-22 Ben Wing rearrange stuff in obsolete.el
2010-03-29 Aidan Kehoe Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos
2010-03-29 Ben Wing merge
2010-03-25 Ben Wing various fixes to memory-usage stats
2010-03-26 Aidan Kehoe open-database.message
2010-03-23 Aidan Kehoe Make iso-left-tab equivalent to shift-tab, XFree86
2010-03-21 Aidan Kehoe Handle (function ...) specially, cl-prettyprint.
2010-03-21 Ben Wing merge
2010-03-21 Ben Wing fix various problems with allocation statistics, track overhead properly
2010-03-19 Ben Wing more cleanups to object-memory-usage stuff
2010-03-18 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
2010-03-20 Aidan Kehoe Correct the notany, notevery compiler macros.
2010-03-15 Ben Wing fix bug in generating display-table entries for error octet characters
2010-03-13 Ben Wing merge
2010-03-13 Ben Wing merge
2010-03-13 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
2010-03-07 Ben Wing merge ben-lisp-object
2010-03-07 Ben Wing merge ben-lisp-object
2010-03-07 Ben Wing merge ben-lisp-object
2010-02-25 Ben Wing merge ben-lisp-object
2010-02-24 Ben Wing merge ben-lisp-object
2009-12-27 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
2009-12-26 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
2010-03-11 Aidan Kehoe Correct the #'delete-duplicates calls, setup-paths.el
2010-03-07 Ben Wing some changes to doc strings/comments in disp-table.el
2010-03-07 Ben Wing merge
2010-03-07 Ben Wing make test backtraces smaller
2010-03-06 Aidan Kehoe Remove #'byte-compile-compiled-obj-to-list, bytecomp.el
2010-03-05 Ben Wing merge
2010-03-05 Ben Wing merge
2010-02-26 Ben Wing fix auto-autoloads when default coding system is utf-8
2010-03-05 Aidan Kehoe Avoid the query-coding-tests.el hang, by fixing a logic bug.
2010-03-04 Aidan Kehoe Use #'subseq, not #'substring, in native-windows-specific code, make-docfile.el
2010-03-03 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
2010-03-02 Aidan Kehoe Handle the :from-end argument correctly, #'delete-duplicates compiler macro.
2010-03-01 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
2010-02-26 Aidan Kehoe Back out revision c673987f5f3d, undump mule/make-coding-system.el.
2010-02-26 Aidan Kehoe Merge.
2010-02-26 Aidan Kehoe Backed out changeset c673987f5f3d
2010-02-25 Didier Verna The background-placement face property.
2010-02-25 Ben Wing merge
2010-02-25 Ben Wing fix issues with display of argument docstrings
2010-02-24 Aidan Kehoe Normally return a compiled function if one argument, #'constantly.
2010-02-23 Ben Wing merge
2010-02-23 Ben Wing fix typo in comment
2010-02-23 Ben Wing fix so that CL docstrings (with &key, etc.) handled properly
2010-02-23 Ben Wing move test-harness to lisp/ directory so it gets byte-compiled
2010-02-23 Ben Wing dump make-coding-system
2010-02-23 Ben Wing add functions `stable-union' and `stable-intersection' to do stable set operations
2010-02-23 Ben Wing add documentation on keywords to cl*.el
2010-02-21 Ben Wing fix memory usage stats to include pdumped objects
2010-02-22 Aidan Kehoe Add #'constantly, as specified by ANSI Common Lisp.
2010-02-09 Ben Wing merge
2010-02-09 Ben Wing remove bogus usage of annotations from help.el
2010-02-07 Aidan Kehoe Do not assume #'format-decode exists in fileio.c.
2010-02-07 Aidan Kehoe #'union doesn't preserve relative order; use #'delete-duplicates instead.
2010-02-06 Aidan Kehoe Merge.
2010-02-03 Aidan Kehoe Move #'some, #'every to C, implementing them with mapcarX.
2010-02-03 Aidan Kehoe Merge.
2010-01-31 Aidan Kehoe Move the various map* functions to C; add #'map-into.
2010-02-06 Ben Wing Automatic merge
2010-02-06 Ben Wing convert some source files to utf-8
2010-02-06 Ben Wing Automatic merge
2010-02-06 Ben Wing make utf-8 default for Cygwin 1.7, rewrite init code determining default coding systems
2010-02-04 Ben Wing Automatic merge
2010-02-01 Ben Wing merge
2010-02-01 Ben Wing merge
2010-01-28 Ben Wing finish doc comment on `lisp-indent-specform'
2010-01-28 Ben Wing merge
2010-01-17 Ben Wing compile-related functions added, for use in Unicode-internal ws
2010-01-25 Ben Wing fix some tests in `make check', also add our own file-tests
2010-01-24 Ben Wing (main branch) redo capitalize-string-as-title
2010-01-24 Ben Wing (main branch) Update make-syntax-table doc
2010-01-22 Ben Wing (for main branch) Indent all `with-*' expressions correctly
2010-02-03 Aidan Kehoe Remove a couple of XEmacs-specific duplicate functions, find-paths.el
2010-02-03 Aidan Kehoe Use DOC for dumped Lisp file names; Xref to source-lisp if readable, symbol-file
2010-02-01 Aidan Kehoe Make canoncase visible to Lisp; use it with chars in internal_equalp.
2010-02-01 Ben Wing merge
2010-02-01 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
2010-01-31 Aidan Kehoe Change "special form" to "special operator" in our sources.
2010-01-30 Aidan Kehoe Make #'find-function behave better with dumped functions, installed XEmacs
2010-01-30 Ben Wing fix reversed old-Cyrillic case mappings
2010-01-26 Aidan Kehoe Merge.
2010-01-24 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
2010-01-26 Aidan Kehoe Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
2010-01-20 Aidan Kehoe Eliminate funcalls, #'handle-pre-motion-command-current-command-is-motion
2010-01-17 Mike Sperber Specifically look for gnuserv in `exec-directory'.
2010-01-13 Ben Wing when `debug', abort when lisp error during loadup
2010-01-12 Ben Wing merge
2010-01-12 Ben Wing imported patch changelog-changes-1-11-10
2010-01-12 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
2010-01-10 Didier Verna Merge with revision 50102dde8ab2
2010-01-10 Didier Verna Cosmetic changes in x-faces.e
2010-01-09 Aidan Kehoe Automated merge with file:///home/aidan/xemacs-21.5-checked-out
2010-01-09 Aidan Kehoe Use keywords, not ordinary symbols, in the structure syntax for hash tables.
2010-01-09 Didier Verna Deactivate obsolete x-face initialization cod
2010-01-09 Didier Verna Handle bitmap files in bitmap directory properly
2010-01-09 Aidan Kehoe Fix a bug I introduced in #'with-trapping-errors.
2010-01-08 Aidan Kehoe Make COLUMN optional in #'indent-region, as in GNU.
2010-01-07 Aidan Kehoe Add a compiler macro for #'map, where CL-TYPE is constant and understood.
2010-01-07 Aidan Kehoe Merge.
2010-01-01 Aidan Kehoe Use uninterned symbols in various information-hiding contexts.
2010-01-07 Aidan Kehoe Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.
2010-01-06 Didier Verna New (Common Lisp) function get-propertie
2009-12-31 Aidan Kehoe Merge.
2009-12-19 Aidan Kehoe Remove attempted support for 1996-era emacs without self-quoting keywords.
2009-12-31 Aidan Kehoe Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
2009-12-31 Aidan Kehoe Fix issue 546, use next-single-char-property-change in list-mode.el
2009-12-22 Jerry James Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
2009-12-21 Adrian Aichner Goodbye dk.xemacs.org
2009-12-21 Aidan Kehoe Dump the arabic-iso8859-6 character set, again.
2009-12-18 Aidan Kehoe Eliminate most core code byte-compile warnings.
2009-12-17 Aidan Kehoe Serialise non-default hash table rehash thresholds correctly; use this.
2009-12-17 Aidan Kehoe Remove Fsave_window_excursion from window.c, it's overridden by Lisp.
2009-12-04 Stephen J. Turnbull Fix log for previous commit.
2009-12-04 Stephen J. Turnbull Avoid calling Xft if not built in.
2009-12-04 Stephen J. Turnbull automatic merge
2009-12-04 Stephen J. Turnbull Prevent font frobbers from operating on TTY specs.
2009-11-18 Jerry James Remove support for obsolete systems. See xemacs-patches message with ID
2009-11-17 Stephen J. Turnbull Fix syntax of some uses of condition-case and with-trapping-errors.
2009-11-15 Aidan Kehoe Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
2009-11-14 Aidan Kehoe Be much more comprehensive in our use of byte-compile-funarg.
2009-11-14 Aidan Kehoe Make #'letf not error if handed a #'values form.
2009-11-14 Aidan Kehoe Fix modeline-mousable, other faces that inherit from modeline, on startup.
2009-11-09 Didier Verna Make switch-to-buffer completion avoid current buffer.
2009-11-01 Aidan Kehoe Don't error if handed a string and a non-string, #'equalp.
2009-11-01 Stephen J. Turnbull Fix typo in font-combine-fonts-internal.
2009-11-01 Stephen J. Turnbull Improve argument names and update docstrings.
2009-11-01 Stephen J. Turnbull Merge improvements in defun-movement docstrings.
2009-10-08 Stephen J. Turnbull Improve docstrings of defun movement functions.
2009-10-30 Aidan Kehoe If STRING is constant, call regexp-quote at compile time.
2009-10-24 Aidan Kehoe Add `file-system-ignore-case-p', use it.
2009-10-19 Aidan Kehoe Make it possible to silence warnings issued when #'mapcar's result is discarded.
2009-10-12 Aidan Kehoe Don't cons with #'mapcar calls where the result is discarded,
2009-10-12 Aidan Kehoe Fix another bug in the delete-duplicates compiler macro.
2009-10-07 Andreas Roehler `beginning-of-defun-function', `end-of-defun-function'
2009-10-05 Jerry James Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
2009-10-05 Jerry James Use giflib or libungif to provide GIF support, instead of using internal
2009-10-03 Aidan Kehoe Handle non-list sequences better, delete-duplicates compiler macro.
2009-09-30 Mike Sperber Unbreak `beginning-of-defun'.
2009-09-28 Mike Sperber Unbreak autoload.el
2009-09-27 Aidan Kehoe Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.
2009-09-22 Andreas Roehler lisp beginning-end-of-defun-function Changelog entry
2009-09-20 Aidan Kehoe Add arglist info for autoloaded functions and macros.
2009-09-20 Aidan Kehoe Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist
2009-09-20 Aidan Kehoe Support last two arguments to #'make-coding-system being optional, again.
2009-09-19 Aidan Kehoe Move the #'query-coding-region implementation to C.
2009-09-19 Mike Sperber Don't set `pre-display-buffer-function'.
2009-09-06 Aidan Kehoe Random (minimal) performance improvements at startup.
2009-09-06 Aidan Kehoe Fix various small issues with the multiple-value implementation.
2009-08-29 It's me FKtPp \;) Do not move cursor position in gnuclient started buffer if user did
2009-08-27 Aidan Kehoe Be more reliable about loading cl-macs at byte-compile time, cl.el.
2009-08-19 Malcolm Purvis Implement turn-off-auto-fill.
2009-08-18 Aidan Kehoe Eliminate 781 funcalls at startup, simple.el
2009-08-11 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
2009-08-16 Aidan Kehoe Support full Common Lisp multiple values in C.
2009-08-16 Aidan Kehoe Make the initialisation of xpm-color-symbols a bit more reasonable.
2009-08-14 Aidan Kehoe Correct an ancient typo workaround, thank you Julian Bradfield!
2009-08-03 Mike Sperber In `set-window-configuration', don't restore frame size unconditionally.
2009-07-29 Mike Sperber Add `set-window-pixel-{width,height} convenience functions.
2009-08-10 Aidan Kehoe Deal with arglist newlines better, #'function-arglist, #'function-documentation
2009-08-09 Aidan Kehoe Remove some extra parentheses, #'set-face-background-pixmap-file.
2009-07-28 Mike Sperber Use `emacs-data-roots' instead of `emacs-roots' where appropriate.
2009-07-28 Mike Sperber Print a few more variables upon --debug-paths.
2009-07-18 Aidan Kehoe Avoid errors in Dired when opening directories.
2009-07-13 Aidan Kehoe #'find-file: set b-f-c-s even on error (cf. non-existent files),
2009-07-12 Aidan Kehoe Kill buffer if directory name misspelled and user doesn't want to create it.
2009-07-12 Aidan Kehoe Mark buffers modified in #'find-file if nonexistent file; fix other bugs.
2009-07-11 Aidan Kehoe Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.
2009-06-29 Jerry James Do not #'split-path on nil #'getenv result. <877hz7lzrt.fsf@yahoo.com.cn>
2009-06-14 Aidan Kehoe Support #'function-arglist with built-in special forms.
2009-06-07 Aidan Kehoe Set buffer-file-coding-system more sensibly with zero-length files.
2009-06-06 Aidan Kehoe Make CDPATH handling portable, accept entries not matching "/$".
2009-06-06 Aidan Kehoe bytecomp.el: always check code in (interactive SEXP) for sanity
2009-05-18 Stephen J. Turnbull XEmacs 21.5.29 "garbanzo" is released. r21-5-29
2009-04-01 Stephen J. Turnbull Improve lisp-mnt documentation.
2009-03-08 Stephen J. Turnbull Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org>
2009-03-01 Aidan Kehoe Vastly expand the characters x-compose.el supports.
2009-02-22 Aidan Kehoe Fix a byte compiler bug with characters above ?\xFF.
2009-02-18 Aidan Kehoe #'check-coding-systems-region: return nil on success, not t.
2009-02-17 Aidan Kehoe Correct a test failure uncovered by the last commit.
2009-02-17 Aidan Kehoe Fix query-coding-tests.el failures, non-mule ELCs, mule build.
2009-02-15 Aidan Kehoe Merge, add a ChangeLog entry.
2009-02-15 Aidan Kehoe Backed out changeset 16c9098dd3d2.
2009-02-13 Aidan Kehoe Add GNU Emacs' name for Mac Roman as an alias.
2009-02-13 Aidan Kehoe Actually use leim-list-file-name, #'init-mule-at-startup.
2009-02-11 Aidan Kehoe Backed out changeset 38e8af61f38d
2009-02-11 Aidan Kehoe Check if env vars are encodable by native coding system, #'setenv
2009-02-11 Aidan Kehoe Correct string offset and arg handling, #'query-coding-string and related.
2009-02-08 Aidan Kehoe Remove duplicate functions, chiefly #'delete-duplicates reimplementations.
2009-02-07 Aidan Kehoe Listen to the byte-compiler, core Lisp.
2009-02-07 Aidan Kehoe Support new IGNORE-INVALID-SEQUENCESP argument, #'query-coding-region.
2009-02-04 Aidan Kehoe Merge.
2009-02-04 Aidan Kehoe Remove any reference to mocklisp as an active technology.
2009-02-04 Aidan Kehoe Correct invalid-sequence-coding-system spec, Roman-alphabet languages.
2009-02-04 Aidan Kehoe Document the force-coding-system-equivalency macro in coding.el.
2009-02-04 Aidan Kehoe Merge.
2009-01-15 Aidan Kehoe Some cosmetic namespace cleanup, glyphs.el, coding.el.
2009-02-04 Aidan Kehoe Fix a couple of bugs, #'query-coding-region, #'query-coding-string.
2009-02-04 Aidan Kehoe Distinguish between special forms and subrs, #'describe-function-1.
2009-01-31 Aidan Kehoe Merge.
2009-01-31 Aidan Kehoe Display control characters using carets, invalid-sequence-coding-system
2009-01-31 Aidan Kehoe Correct a bug in #'display-graphic-p.
2009-01-18 Ville Skyttä Fix docstring copy-pasto.
2009-01-18 Ville Skyttä Docstring spelling fixes.
2009-01-13 Aidan Kehoe Preserve the relation btw. file-name-coding-system & the 'file-name c-s alias.
2009-01-11 Aidan Kehoe Add #'subr-arity, API taken from GNU, implementation our own.
2009-01-01 Stephen J. Turnbull Fix build broken by descr-text.el defcustom.
2008-12-30 Aidan Kehoe Merge.
2008-12-28 Aidan Kehoe Add check-coding-systems-region, test it and others, fix some bugs.
2008-12-28 Aidan Kehoe Merge.
2008-12-28 Aidan Kehoe Add #'query-coding-region tests; do the work necessary to get them running.
2008-08-09 Aidan Kehoe 2008-08-09 Aidan Kehoe <kehoea@parhasard.net>
2008-08-09 Aidan Kehoe Merge.
2008-08-09 Aidan Kehoe Add #'skip-chars-quote to subr.el
2008-07-17 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
2008-07-09 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
2008-06-09 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
2008-05-25 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-05-21 Aidan Kehoe Merge my change of 2008-05-14 to the query-coding-region code.
2008-05-21 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-05-11 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-05-11 Aidan Kehoe Add #'query-coding-clear-highlights.
2008-05-03 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-03-13 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-01-21 Aidan Kehoe Merge.
2008-01-21 Aidan Kehoe First part of interactive checks that coding systems encode regions.
2008-12-30 Aidan Kehoe Check absolute source file names against DOC with #'file-newer-than-file-p.
2008-12-30 Aidan Kehoe Make functions in frame.el more general.
2008-12-27 Aidan Kehoe Correct a misunderstanding of the semantics of #'return in #'symbol-file.
2008-12-27 Aidan Kehoe Fix some bugs in load-history construction, built-in symbol file names.
2008-12-22 Aidan Kehoe Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}
2008-10-29 Stephen J. Turnbull Protect .elc encoding from latin-unity. bytecomp-coding-system-2008-10-29
2008-10-28 Stephen J. Turnbull Fix docstring typo (and commit only this fix).
2008-10-28 Stephen J. Turnbull Backout last patch; forgot to specify file.
2008-10-28 Stephen J. Turnbull Fix docstring typo.
2008-09-30 Stephen J. Turnbull Improve beta-version-name docstring.
2008-09-27 Stephen J. Turnbull Document initial position of point in `with-string-as-buffer-contents'.
2008-08-31 Aidan Kehoe Port #'window-buffer-height, #'fit-window-to-buffer, & window, buf, functions.
2008-08-27 Aidan Kehoe Correct the implementation, add a few basic tests for #'skip-chars-quote.
2008-08-23 Aidan Kehoe Handle varalias chains, custom variables in #'user-variable-p.
2008-08-20 Aidan Kehoe Add #'skip-chars-quote to subr.el
2008-08-09 Aidan Kehoe Remove mule/cyril-util.el from the 21.5 trunk.
2008-08-08 Aidan Kehoe Merge.
2008-08-05 Aidan Kehoe Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
2008-08-08 Aidan Kehoe error-sequence -> invalid-sequence
2008-08-05 Aidan Kehoe Support displaying invalid UTF-8 in language-environment-specific ways.
2008-07-26 Aidan Kehoe Bind function-key-map correctly in device-specific startup code.
2008-07-20 Aidan Kehoe Correct syntax of #'error calls, descr-text.el
2008-07-19 Aidan Kehoe Wrap field descriptions, descr-text.el; name created buffer more uniquely.
2008-07-09 Aidan Kehoe Don't determine whether to call general device-type code at startup,
2008-06-29 Aidan Kehoe Don't leak the Unihan database handle when looking up non-Han characters.
2008-06-04 Aidan Kehoe #'require hyper-apropos in #'describe-property-list, for hyper-apropos-face
2008-05-25 Aidan Kehoe Import and extend GNU's descr-text.el, supporting prefix argument for C-x =
2008-05-15 Stephen J. Turnbull Fix add-to-list.
2008-05-14 Aidan Kehoe Make the #'add-to-list implementation a little conciser and clearer for XEmacs
2008-05-14 Aidan Kehoe Support COMPARE-FN in add-to-list; thank you Brian Palmer.
2008-05-14 Aidan Kehoe Correct coding-category determination for 8-bit-fixed coding systems.
2008-05-13 Aidan Kehoe Handle printing correctly on non-mswindows.
2008-05-11 Aidan Kehoe Small improvements in disp-table.el, mule/cyril-util.el.
2008-05-11 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-05-11 Aidan Kehoe Improve portable sample implementations for #'{put,get}-display-table
2007-12-24 Aidan Kehoe Use char-tables, not vectors, to instantiate the display table specifiers.
2008-05-07 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-01-20 Aidan Kehoe Support #!, to allow XEmacs to be called as a script interpreter.
2008-05-07 Aidan Kehoe Support windows-1250 on Unix as well as Windows.
2008-04-13 Mike Sperber Add `set-window-configuration/mapping' and `save-window-excursion/mapping'.
2008-04-12 Mike Sperber Use `real-split-window', `real-delete-window' in window-config code.
2008-04-09 Aidan Kehoe No doc special-case for autoloads; rely on on #'symbol-file instead.
2008-04-04 Stephen J. Turnbull Fix call to get in custom-theme-reset-internal.
2008-03-12 Mike Sperber Fix window-configuration problem.
2008-03-07 Mike Sperber Quote temp-directory regexp in gnuserv.
2008-03-05 Didier Verna Fix auto-formatting of comments in auto-fill-mode
2008-03-05 Didier Verna Ease customization of faces under point...
2008-02-23 Mike Sperber Move autoload operator definitions to xemacs-base.
2008-02-07 Mike Sperber Use Mercurial changeset hash to identify build version.
2008-02-03 Aidan Kehoe Correct the initialisation of ascii-case-table.
2008-01-21 Aidan Kehoe Support LZMA compression in info.el.
2008-01-17 Mike Sperber 2008-01-13 Michael Sperber <mike@xemacs.org>
2008-01-15 Aidan Kehoe Bind '(shift delete) to #'kill-primary-selection by default.
2008-01-14 Jerry James Make font-lock-{add,remove}-keywords actually work.
2008-01-14 Aidan Kehoe bytecomp.el: bind print-gensym-alist to nil even with non-defvar, defun, [...] forms.
2008-01-11 Aidan Kehoe ChangeLog spelling correction; scrool -> scroll
2008-01-05 Mike Sperber Don't call substitute-in-file-name haphazardly.
2008-01-05 Mike Sperber Improve upon previous patch to minibuf.el.
2008-01-03 Aidan Kehoe Create the containing directory for the custom and init files if necessary.
2008-01-02 Aidan Kehoe Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts.
2008-01-02 Aidan Kehoe Remove x-iso8859-1.el, gtk-iso8859-1.el; they haven't been used for 18 months.
2008-01-02 Mike Sperber Fix problem with file dialog box.
2007-12-31 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2007-12-31 Aidan Kehoe Byte-compile menu lambdas; make the menu of available tutorials more readable.
2007-12-30 Aidan Kehoe Provide 'iso8859-1 again; one file (iso-syntax.el) uses it in the packages.
2007-12-30 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2007-12-30 Aidan Kehoe Add ascii-case-table, #'with-case-table; make iso8859-1.el more comprehensible.
2007-12-30 Aidan Kehoe Handle macros, autoloads correctly in symbol-file. Add an incomplete TYPE arg.
2007-12-27 Aidan Kehoe Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
2007-12-25 Aidan Kehoe Accept strings as glyph instantiators, fix control-arrow-glyph, etc.
2007-12-27 Mike Sperber Compute size for Xft fonts.
2007-12-22 Stephen J. Turnbull Factor out lists of operators specially treated by 'make-autoload'.
2007-12-21 Mike Sperber Rework init-file migration.
2007-12-20 Mike Sperber Merge.
2007-12-18 Aidan Kehoe Within #'describe-function, say what commands are bound to.
2007-12-20 Mike Sperber Insert <immediate> into section header for immediate autoloads.
2007-12-17 Aidan Kehoe Provide %b in #'format; use it for converting between ints and bit vectors.
2007-12-14 Aidan Kehoe Fix a #'setenv bug, merge other changes from GNU's env.el.
2007-12-11 Aidan Kehoe Avoid an error when clicking on Help -> Tutorials
2007-12-09 Aidan Kehoe Specify coding-system-for-write, add a coding cookie in #'write-abbrev-file.
2007-12-09 Aidan Kehoe Eliminate lost docstring warnings on 21.5.
2007-12-09 Aidan Kehoe Create "UTF-8" and "WINDOWS-1252" language environments.
2007-12-08 Aidan Kehoe Bind mouse wheel movements by default,
2007-12-07 Vin Shelton Minor bio update to test new hg repository
2007-12-05 aidan [xemacs-hg @ 2007-12-05 19:22:03 by aidan]
2007-12-04 aidan [xemacs-hg @ 2007-12-04 20:35:30 by aidan]
2007-12-04 aidan [xemacs-hg @ 2007-12-04 20:18:33 by aidan]
2007-12-01 aidan [xemacs-hg @ 2007-12-01 14:24:46 by aidan]
2007-12-01 aidan [xemacs-hg @ 2007-12-01 13:40:06 by aidan]
2007-11-29 aidan [xemacs-hg @ 2007-11-29 13:37:51 by aidan]
2007-11-28 aidan [xemacs-hg @ 2007-11-28 21:23:55 by aidan]
2007-11-28 aidan [xemacs-hg @ 2007-11-28 21:17:45 by aidan]
2007-11-27 aidan [xemacs-hg @ 2007-11-27 22:15:32 by aidan]
2007-11-27 aidan [xemacs-hg @ 2007-11-27 15:38:39 by aidan]
2007-11-23 vins [xemacs-hg @ 2007-11-23 17:27:07 by vins]
2007-11-15 aidan [xemacs-hg @ 2007-11-15 15:24:20 by aidan]
2007-11-14 aidan [xemacs-hg @ 2007-11-14 19:41:04 by aidan]
2007-11-14 aidan [xemacs-hg @ 2007-11-14 19:25:39 by aidan]
2007-11-14 aidan [xemacs-hg @ 2007-11-14 18:51:20 by aidan]
2007-11-08 aidan [xemacs-hg @ 2007-11-08 14:43:38 by aidan]
2007-11-08 michaels [xemacs-hg @ 2007-11-08 07:12:39 by michaels]
2007-10-31 aidan [xemacs-hg @ 2007-10-31 11:21:02 by aidan]
2007-10-26 aidan [xemacs-hg @ 2007-10-26 10:51:02 by aidan]
2007-10-15 aidan [xemacs-hg @ 2007-10-15 10:55:49 by aidan]
2007-10-15 aidan [xemacs-hg @ 2007-10-15 10:53:33 by aidan]
2007-10-15 didierv [xemacs-hg @ 2007-10-15 09:55:43 by didierv]
2007-10-13 aidan [xemacs-hg @ 2007-10-13 14:08:26 by aidan]
2007-10-07 stephent [xemacs-hg @ 2007-10-07 06:54:59 by stephent]
2007-10-03 aidan [xemacs-hg @ 2007-10-03 16:53:38 by aidan]
2007-10-02 aidan [xemacs-hg @ 2007-10-02 20:08:57 by aidan]
2007-10-02 aidan [xemacs-hg @ 2007-10-02 10:33:04 by aidan]
2007-10-02 didierv [xemacs-hg @ 2007-10-02 07:54:07 by didierv]
2007-10-01 stephent [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
2007-09-30 aidan [xemacs-hg @ 2007-09-30 11:59:34 by aidan]
2007-09-26 adrian [xemacs-hg @ 2007-09-26 20:50:07 by adrian]
2007-09-25 adrian [xemacs-hg @ 2007-09-25 21:21:08 by adrian]
2007-09-20 didierv [xemacs-hg @ 2007-09-20 21:18:33 by didierv]
2007-09-19 didierv [xemacs-hg @ 2007-09-19 14:49:07 by didierv]
2007-09-05 michaels [xemacs-hg @ 2007-09-05 06:50:44 by michaels]
2007-09-03 viteno [xemacs-hg @ 2007-09-03 13:16:39 by viteno]
2007-08-31 didierv [xemacs-hg @ 2007-08-31 08:34:25 by didierv]
2007-08-30 michaels [xemacs-hg @ 2007-08-30 07:32:34 by michaels]
2007-08-26 aidan [xemacs-hg @ 2007-08-26 20:00:29 by aidan]
2007-08-22 michaels [xemacs-hg @ 2007-08-22 07:15:24 by michaels]
2007-08-21 aidan [xemacs-hg @ 2007-08-21 12:38:57 by aidan]
2007-08-20 adrian [xemacs-hg @ 2007-08-20 22:29:29 by adrian]
2007-08-18 vins [xemacs-hg @ 2007-08-18 16:33:29 by vins]
2007-08-18 adrian [xemacs-hg @ 2007-08-18 13:38:08 by adrian]
2007-08-15 adrian [xemacs-hg @ 2007-08-15 23:23:30 by adrian]
2007-08-11 michaels [xemacs-hg @ 2007-08-11 14:42:50 by michaels]
2007-08-09 michaels [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
2007-08-07 aidan [xemacs-hg @ 2007-08-07 23:08:47 by aidan]
2007-08-06 aidan [xemacs-hg @ 2007-08-06 07:00:26 by aidan]
2007-08-04 aidan [xemacs-hg @ 2007-08-04 20:00:10 by aidan]
2007-08-02 michaels [xemacs-hg @ 2007-08-02 06:37:48 by michaels]
2007-08-02 michaels [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
2007-08-01 aidan [xemacs-hg @ 2007-08-01 13:53:32 by aidan]
2007-07-28 aidan [xemacs-hg @ 2007-07-28 09:32:26 by aidan]
2007-07-28 aidan [xemacs-hg @ 2007-07-28 08:02:15 by aidan]
2007-07-27 adrian [xemacs-hg @ 2007-07-27 22:25:20 by adrian]
2007-07-27 aidan [xemacs-hg @ 2007-07-27 18:56:45 by aidan]
2007-07-23 aidan [xemacs-hg @ 2007-07-23 14:19:39 by aidan]
2007-07-22 aidan [xemacs-hg @ 2007-07-22 22:03:29 by aidan]
2007-07-16 aidan [xemacs-hg @ 2007-07-16 13:47:41 by aidan]
2007-07-16 aidan [xemacs-hg @ 2007-07-16 12:26:00 by aidan]
2007-06-29 stephent [xemacs-hg @ 2007-06-29 09:44:42 by stephent]
2007-06-29 stephent [xemacs-hg @ 2007-06-29 08:17:44 by stephent]
2007-06-22 adrian [xemacs-hg @ 2007-06-22 23:17:46 by adrian]
2007-06-21 aidan [xemacs-hg @ 2007-06-21 23:27:13 by aidan]
2007-06-21 aidan [xemacs-hg @ 2007-06-21 13:47:55 by aidan]
2007-06-21 aidan [xemacs-hg @ 2007-06-21 13:39:08 by aidan]
2007-06-12 adrian [xemacs-hg @ 2007-06-12 10:32:15 by adrian]
2007-06-03 aidan [xemacs-hg @ 2007-06-03 17:32:28 by aidan]
2007-05-25 michaels [xemacs-hg @ 2007-05-25 15:47:55 by michaels]
2007-05-21 aidan [xemacs-hg @ 2007-05-21 09:25:46 by aidan]
2007-05-21 stephent [xemacs-hg @ 2007-05-21 04:59:52 by stephent] r21-5-28
2007-05-20 aidan [xemacs-hg @ 2007-05-20 20:09:20 by aidan]
2007-05-20 stephent [xemacs-hg @ 2007-05-20 16:04:10 by stephent]
2007-05-20 stephent [xemacs-hg @ 2007-05-20 15:56:30 by stephent]
2007-05-19 adrian [xemacs-hg @ 2007-05-19 18:41:56 by adrian]
2007-05-12 aidan [xemacs-hg @ 2007-05-12 13:12:26 by aidan]
2007-05-12 aidan [xemacs-hg @ 2007-05-12 10:17:00 by aidan]
2007-05-01 stephent [xemacs-hg @ 2007-05-01 14:32:50 by stephent]
2007-04-30 stephent [xemacs-hg @ 2007-04-30 16:16:48 by stephent]
2007-04-29 aidan [xemacs-hg @ 2007-04-29 11:15:01 by aidan]
2007-04-22 aidan [xemacs-hg @ 2007-04-22 19:58:27 by aidan]
2007-04-22 aidan [xemacs-hg @ 2007-04-22 09:24:11 by aidan]
2007-03-30 stephent [xemacs-hg @ 2007-03-30 14:38:39 by stephent]
2007-02-22 stephent [xemacs-hg @ 2007-02-22 16:53:20 by stephent]
2007-02-11 scop [xemacs-hg @ 2007-02-11 18:55:40 by scop]
2007-02-05 michaels [xemacs-hg @ 2007-02-05 15:19:17 by michaels]
2006-12-30 aidan [xemacs-hg @ 2006-12-30 17:04:26 by aidan]
2006-12-29 aidan [xemacs-hg @ 2006-12-29 18:09:38 by aidan]
2006-12-19 stephent [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
2006-12-17 aidan [xemacs-hg @ 2006-12-17 13:41:33 by aidan]
2006-12-17 aidan [xemacs-hg @ 2006-12-17 13:23:34 by aidan]
2006-12-17 aidan [xemacs-hg @ 2006-12-17 11:25:58 by aidan]
2006-12-11 aidan [xemacs-hg @ 2006-12-11 12:39:55 by aidan]
2006-12-06 aidan [xemacs-hg @ 2006-12-06 21:28:47 by aidan]
2006-12-05 michaels [xemacs-hg @ 2006-12-05 08:20:54 by michaels]
2006-11-30 michaels [xemacs-hg @ 2006-11-30 07:29:34 by michaels]
2006-11-29 aidan [xemacs-hg @ 2006-11-29 22:33:36 by aidan]
2006-11-28 aidan [xemacs-hg @ 2006-11-28 21:20:22 by aidan]
2006-11-24 aidan [xemacs-hg @ 2006-11-24 13:45:37 by aidan]
2006-11-22 stephent [xemacs-hg @ 2006-11-22 02:20:20 by stephent]
2006-11-15 aidan [xemacs-hg @ 2006-11-15 21:39:51 by aidan]
2006-11-07 aidan [xemacs-hg @ 2006-11-07 18:51:21 by aidan]
2006-11-05 aidan [xemacs-hg @ 2006-11-05 22:31:31 by aidan]
2006-11-01 adrian [xemacs-hg @ 2006-11-01 23:14:31 by adrian]
2006-11-01 adrian [xemacs-hg @ 2006-11-01 21:35:35 by adrian]
2006-11-01 adrian [xemacs-hg @ 2006-11-01 20:55:09 by adrian]
2006-10-31 michaels [xemacs-hg @ 2006-10-31 09:16:27 by michaels]
2006-10-30 malcolmp [xemacs-hg @ 2006-10-30 11:17:43 by malcolmp]
2006-10-27 aidan [xemacs-hg @ 2006-10-27 19:07:32 by aidan]
2006-10-15 youngs [xemacs-hg @ 2006-10-15 00:50:50 by youngs]
2006-08-11 vins [xemacs-hg @ 2006-08-11 01:30:22 by vins]
2006-08-10 scop [xemacs-hg @ 2006-08-10 12:28:41 by scop]
2006-08-07 aidan [xemacs-hg @ 2006-08-07 20:33:23 by aidan]
2006-08-06 aidan [xemacs-hg @ 2006-08-06 22:14:08 by aidan]
2006-08-04 aidan [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
2006-08-04 aidan [xemacs-hg @ 2006-08-04 20:01:05 by aidan]
2006-07-16 aidan [xemacs-hg @ 2006-07-16 12:23:57 by aidan]
2006-07-13 aidan [xemacs-hg @ 2006-07-13 20:45:48 by aidan]
2006-07-06 james [xemacs-hg @ 2006-07-06 17:07:40 by james]
2006-06-25 aidan [xemacs-hg @ 2006-06-25 17:27:28 by aidan]
2006-06-25 aidan [xemacs-hg @ 2006-06-25 13:58:02 by aidan]
2006-06-18 aidan [xemacs-hg @ 2006-06-18 21:43:38 by aidan]
2006-06-03 aidan [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
2006-06-02 adrian [xemacs-hg @ 2006-06-02 22:18:05 by adrian]
2006-05-29 james [xemacs-hg @ 2006-05-29 21:25:48 by james]
2006-05-23 stephent [xemacs-hg @ 2006-05-23 12:56:19 by stephent]
2006-05-16 stephent [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
2006-05-11 james [xemacs-hg @ 2006-05-11 14:57:04 by james]
2006-04-29 aidan [xemacs-hg @ 2006-04-29 18:55:27 by aidan]
2006-04-29 aidan [xemacs-hg @ 2006-04-29 16:15:21 by aidan]
2006-04-25 scop [xemacs-hg @ 2006-04-25 19:46:23 by scop]
2006-04-25 stephent [xemacs-hg @ 2006-04-25 14:01:52 by stephent]
2006-04-23 aidan [xemacs-hg @ 2006-04-23 20:12:25 by aidan]
2006-04-23 stephent [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
2006-04-16 aidan [xemacs-hg @ 2006-04-16 15:54:16 by aidan]
2006-04-15 aidan [xemacs-hg @ 2006-04-15 14:44:34 by aidan]
2006-03-31 stephent [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
2006-03-31 stephent [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
2006-03-31 crestani [xemacs-hg @ 2006-03-31 08:39:09 by crestani]
2006-03-28 crestani [xemacs-hg @ 2006-03-28 17:43:43 by crestani]
2006-03-25 malcolmp [xemacs-hg @ 2006-03-25 11:20:50 by malcolmp]
2006-03-17 james [xemacs-hg @ 2006-03-17 17:05:06 by james]
2006-03-17 james [xemacs-hg @ 2006-03-17 16:54:59 by james]
2006-03-17 james [xemacs-hg @ 2006-03-17 16:50:03 by james]
2006-03-14 vins [xemacs-hg @ 2006-03-14 00:09:02 by vins]
2006-03-12 crestani [xemacs-hg @ 2006-03-12 09:10:35 by crestani]
2006-02-26 michaels [xemacs-hg @ 2006-02-26 14:29:08 by michaels]
2006-02-26 stephent [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
2006-02-05 aidan [xemacs-hg @ 2006-02-05 19:20:44 by aidan]
2006-02-04 vins [xemacs-hg @ 2006-02-04 01:56:05 by vins]
2006-01-08 aidan [xemacs-hg @ 2006-01-08 20:00:41 by aidan]
2006-01-06 adrian [xemacs-hg @ 2006-01-06 12:24:19 by adrian]
2005-12-30 michaels [xemacs-hg @ 2005-12-30 16:42:35 by michaels]
2005-12-27 michaels [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
2005-12-24 aidan [xemacs-hg @ 2005-12-24 22:31:47 by aidan]
2005-12-24 aidan [xemacs-hg @ 2005-12-24 21:59:18 by aidan]
2005-12-24 aidan [xemacs-hg @ 2005-12-24 21:24:23 by aidan]
2005-12-24 aidan [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
2005-12-23 stephent [xemacs-hg @ 2005-12-23 11:40:32 by stephent]
2005-12-18 stephent [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
2005-12-17 aidan [xemacs-hg @ 2005-12-17 19:46:57 by aidan]
2005-12-16 adrian [xemacs-hg @ 2005-12-16 23:52:22 by adrian]
2005-12-10 malcolmp [xemacs-hg @ 2005-12-10 07:42:59 by malcolmp]
2005-12-05 scop [xemacs-hg @ 2005-12-05 09:43:36 by scop]
2005-11-29 adrian [xemacs-hg @ 2005-11-29 21:00:29 by adrian]
2005-11-29 stephent [xemacs-hg @ 2005-11-29 17:04:05 by stephent]
2005-11-29 stephent [xemacs-hg @ 2005-11-29 14:52:44 by stephent]
2005-11-29 malcolmp [xemacs-hg @ 2005-11-29 12:33:46 by malcolmp]
2005-11-29 stephent [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
2005-11-29 stephent [xemacs-hg @ 2005-11-29 08:22:58 by stephent]
2005-11-26 stephent [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
2005-11-25 crestani [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
2005-11-16 malcolmp [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
2005-11-16 stephent [xemacs-hg @ 2005-11-16 07:22:37 by stephent]
2005-11-13 ben [xemacs-hg @ 2005-11-13 10:57:59 by ben]
2005-11-13 ben [xemacs-hg @ 2005-11-13 10:56:09 by ben]
2005-11-13 ben [xemacs-hg @ 2005-11-13 10:52:47 by ben]
2005-11-13 ben [xemacs-hg @ 2005-11-13 10:51:17 by ben]
2005-11-13 ben [xemacs-hg @ 2005-11-13 07:39:26 by ben]
2005-11-02 crestani [xemacs-hg @ 2005-11-02 03:26:51 by crestani]
2005-10-26 stephent [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
2005-10-25 ben [xemacs-hg @ 2005-10-25 11:28:23 by ben]
2005-10-24 adrian [xemacs-hg @ 2005-10-24 22:40:20 by adrian]
2005-10-24 ben [xemacs-hg @ 2005-10-24 10:07:26 by ben]
2005-10-23 adrian [xemacs-hg @ 2005-10-23 16:56:43 by adrian]
2005-10-21 stephent [xemacs-hg @ 2005-10-21 15:48:28 by stephent]
2005-10-21 stephent [xemacs-hg @ 2005-10-21 10:34:34 by stephent]
2005-10-21 stephent [xemacs-hg @ 2005-10-21 10:23:15 by stephent]
2005-10-18 malcolmp [xemacs-hg @ 2005-10-18 20:49:41 by malcolmp]
2005-10-10 youngs [xemacs-hg @ 2005-10-10 02:45:31 by youngs]
2005-10-09 adrian [xemacs-hg @ 2005-10-09 10:41:37 by adrian]
2005-10-05 stephent [xemacs-hg @ 2005-10-05 04:32:44 by stephent]
2005-10-05 stephent [xemacs-hg @ 2005-10-05 04:11:24 by stephent]
2005-10-04 stephent [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
2005-10-04 stephent [xemacs-hg @ 2005-10-04 16:43:29 by stephent]
2005-09-14 stephent [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
2005-08-06 michaels [xemacs-hg @ 2005-08-06 09:41:58 by michaels]
2005-08-04 michaels [xemacs-hg @ 2005-08-04 17:13:18 by michaels]
2005-07-24 michaels [xemacs-hg @ 2005-07-24 17:53:21 by michaels]
2005-06-26 aidan [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
2005-06-05 adrian [xemacs-hg @ 2005-06-05 22:46:55 by adrian]
2005-05-28 stephent [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
2005-05-15 crestani [xemacs-hg @ 2005-05-15 16:37:52 by crestani]
2005-05-10 aidan [xemacs-hg @ 2005-05-10 17:35:57 by aidan]
2005-05-10 aidan [xemacs-hg @ 2005-05-10 17:14:41 by aidan]
2005-05-10 aidan [xemacs-hg @ 2005-05-10 17:02:52 by aidan]
2005-05-05 aidan [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
2005-05-05 aidan [xemacs-hg @ 2005-05-05 16:55:39 by aidan]
2005-04-14 michaels [xemacs-hg @ 2005-04-14 05:58:45 by michaels]
2005-04-08 crestani [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
2005-04-08 aidan [xemacs-hg @ 2005-04-08 14:06:58 by aidan]
2005-04-03 youngs [xemacs-hg @ 2005-04-03 23:57:36 by youngs]
2005-03-31 aidan [xemacs-hg @ 2005-03-31 11:28:41 by aidan]
2005-03-29 aidan [xemacs-hg @ 2005-03-29 02:58:56 by aidan]
2005-03-28 aidan [xemacs-hg @ 2005-03-28 12:13:59 by aidan]
2005-03-25 aidan [xemacs-hg @ 2005-03-25 16:15:55 by aidan]
2005-03-25 aidan [xemacs-hg @ 2005-03-25 15:58:02 by aidan]
2005-03-17 michaels [xemacs-hg @ 2005-03-17 09:26:07 by michaels]
2005-03-12 aidan [xemacs-hg @ 2005-03-12 20:57:40 by aidan]
2005-03-11 stephent [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
2005-03-04 aidan [xemacs-hg @ 2005-03-04 21:59:42 by aidan]
2005-03-02 adrian [xemacs-hg @ 2005-03-02 21:37:54 by adrian]
2005-02-28 aidan [xemacs-hg @ 2005-02-28 20:21:43 by aidan]
2005-02-28 adrian [xemacs-hg @ 2005-02-28 07:43:17 by adrian]
2005-02-23 adrian [xemacs-hg @ 2005-02-23 22:25:15 by adrian]
2005-02-23 adrian [xemacs-hg @ 2005-02-23 22:09:13 by adrian]
2005-02-22 ben [xemacs-hg @ 2005-02-22 23:38:49 by ben]
2005-02-22 stephent [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
2005-02-19 viteno [xemacs-hg @ 2005-02-19 22:25:12 by viteno]
2005-02-18 stephent [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
2005-02-16 aidan [xemacs-hg @ 2005-02-16 11:07:29 by aidan]
2005-02-10 ben [xemacs-hg @ 2005-02-10 03:26:14 by ben]
2005-02-10 ben [xemacs-hg @ 2005-02-10 03:16:58 by ben]
2005-02-09 aidan [xemacs-hg @ 2005-02-09 18:06:33 by aidan]
2005-02-09 aidan [xemacs-hg @ 2005-02-09 15:29:07 by aidan]
2005-02-08 aidan [xemacs-hg @ 2005-02-08 23:59:50 by aidan]
2005-02-07 ben [xemacs-hg @ 2005-02-07 19:30:07 by ben]
2005-02-04 ben [xemacs-hg @ 2005-02-04 03:57:33 by ben]
2005-02-04 ben [xemacs-hg @ 2005-02-04 02:59:26 by ben]
2005-02-04 ben [xemacs-hg @ 2005-02-04 02:56:42 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 23:59:15 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 23:56:52 by ben]
2005-02-03 james [xemacs-hg @ 2005-02-03 21:27:58 by james]
2005-02-03 james [xemacs-hg @ 2005-02-03 17:33:50 by james]
2005-02-03 ben [xemacs-hg @ 2005-02-03 07:30:21 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 07:15:56 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 07:11:19 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 05:26:39 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 05:03:36 by ben]
2005-02-03 ben [xemacs-hg @ 2005-02-03 04:29:32 by ben]
2005-01-31 ben [xemacs-hg @ 2005-01-31 20:08:32 by ben]
2005-01-28 ben [xemacs-hg @ 2005-01-28 02:58:38 by ben]
2005-01-28 ben [xemacs-hg @ 2005-01-28 02:05:03 by ben]
2005-01-28 ben [xemacs-hg @ 2005-01-28 00:32:17 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 09:57:14 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 09:56:05 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 09:53:28 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 09:51:22 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 04:56:17 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 04:47:13 by ben]
2005-01-26 ben [xemacs-hg @ 2005-01-26 04:18:14 by ben]
2005-01-17 adrian [xemacs-hg @ 2005-01-17 11:23:01 by adrian]
2005-01-15 michaels [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
2005-01-09 adrian [xemacs-hg @ 2005-01-09 14:22:08 by adrian]
2005-01-09 adrian [xemacs-hg @ 2005-01-09 09:44:43 by adrian]
2005-01-03 michaels [xemacs-hg @ 2005-01-03 10:29:11 by michaels]
2004-12-27 michaels [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
2004-12-17 scop [xemacs-hg @ 2004-12-17 18:11:26 by scop]
2004-12-14 stephent [xemacs-hg @ 2004-12-14 09:56:38 by stephent]
2004-12-12 ben [xemacs-hg @ 2004-12-12 02:47:06 by ben]
2004-12-06 ben [xemacs-hg @ 2004-12-06 03:50:53 by ben]
2004-11-15 adrian [xemacs-hg @ 2004-11-15 20:15:18 by adrian]
2004-11-08 stephent [xemacs-hg @ 2004-11-08 14:17:00 by stephent]
2004-11-07 malcolmp [xemacs-hg @ 2004-11-07 12:03:45 by malcolmp]
2004-11-04 ben [xemacs-hg @ 2004-11-04 23:05:23 by ben]
2004-10-28 stephent [xemacs-hg @ 2004-10-28 11:31:09 by stephent]
2004-10-22 stephent [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
2004-09-26 james [xemacs-hg @ 2004-09-26 02:20:30 by james]
2004-09-23 stephent [xemacs-hg @ 2004-09-23 05:44:35 by stephent]
2004-09-23 stephent [xemacs-hg @ 2004-09-23 05:35:04 by stephent]
2004-09-22 james [xemacs-hg @ 2004-09-22 22:14:47 by james]
2004-09-22 stephent [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
2004-09-22 stephent [xemacs-hg @ 2004-09-22 01:10:52 by stephent]
2004-09-21 james [xemacs-hg @ 2004-09-21 14:54:25 by james]
2004-09-20 james [xemacs-hg @ 2004-09-20 19:11:29 by james]
2004-09-20 james [xemacs-hg @ 2004-09-20 18:11:33 by james]
2004-09-15 stephent [xemacs-hg @ 2004-09-15 08:30:25 by stephent]
2004-09-07 youngs [xemacs-hg @ 2004-09-07 00:08:15 by youngs]
2004-08-21 michaels [xemacs-hg @ 2004-08-21 17:05:49 by michaels]
2004-08-13 james [xemacs-hg @ 2004-08-13 21:19:14 by james]
2004-07-07 malcolmp [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
2004-06-26 james [xemacs-hg @ 2004-06-26 21:25:23 by james]
2004-06-25 youngs [xemacs-hg @ 2004-06-25 21:24:36 by youngs]
2004-06-21 adrian [xemacs-hg @ 2004-06-21 18:26:18 by adrian]
2004-06-18 james [xemacs-hg @ 2004-06-18 15:48:38 by james]
2004-06-18 james [xemacs-hg @ 2004-06-18 04:06:49 by james]
2004-06-17 stephent [xemacs-hg @ 2004-06-17 11:29:37 by stephent]
2004-06-17 stephent [xemacs-hg @ 2004-06-17 11:23:09 by stephent]
2004-06-17 james [xemacs-hg @ 2004-06-17 03:08:28 by james]
2004-06-17 james [xemacs-hg @ 2004-06-17 03:01:10 by james]
2004-06-10 adrian [xemacs-hg @ 2004-06-10 12:20:00 by adrian]
2004-06-07 adrian [xemacs-hg @ 2004-06-07 21:50:57 by adrian]
2004-06-06 adrian [xemacs-hg @ 2004-06-06 23:58:40 by adrian]
2004-05-29 adrian [xemacs-hg @ 2004-05-29 23:57:41 by adrian]
2004-05-25 adrian [xemacs-hg @ 2004-05-25 22:13:28 by adrian]
2004-05-21 james [xemacs-hg @ 2004-05-21 20:56:26 by james]
2004-05-15 malcolmp [xemacs-hg @ 2004-05-15 07:31:43 by malcolmp]