Mercurial > hg > xemacs-beta
graph
-
Fix TLS-related build failures. See xemacs-patches message with ID2014-10-08, by Jerry James
-
Add TLS support. See xemacs-patches message with ID2014-10-08, by Jerry James
-
Fix calculation of time zone string in Fencode_time.2014-10-02, by Marcus Crestani
-
Don't bail out on :package-version in `defcustom'.2014-09-27, by Mike Sperber
-
Do not insert timestamps into .elcs files for reproducibility. See2014-09-29, by Jerry James
-
Fix bignum/bigfloat memory leaks. See xemacs-patches message2014-09-23, by Jerry James
-
#'x-store-cutbuffer-internal, correct order of type checks vs. member accesses2014-09-06, by Aidan Kehoe
-
Support control shift u for Unicode input as does GTK.2014-08-22, by Aidan Kehoe
-
Use CPPFLAGS when building modules. See xemacs-patches message2014-08-15, by Jerry James
-
Improve style, #'fc-name-parse-harder.2014-08-06, by Aidan Kehoe
-
buffer.c, pass a character, not a fixnum, as second arg to #'make-string2014-08-03, by Aidan Kehoe
-
Avoid make_uninit_string() for the command builder's echo_buf.2014-08-03, by Aidan Kehoe
-
Preserve extent information in the command builder code.2014-07-14, by Aidan Kehoe
-
Autoload within #'keymapp, as documented.2014-07-02, by Aidan Kehoe
-
Support `function-key-map' in #'read-char{,-exclusive}, sync API with GNU2014-07-02, by Aidan Kehoe
-
Reorder changelog.2014-06-19, by Stephen J. Turnbull
-
Improve docstring of 'case-fold-search.2014-06-19, by Stephen J. Turnbull
-
Correct a couple of small things with my last change.2014-06-18, by Aidan Kehoe
-
If the position of a window's cached point is deleted, use buffer point instead2014-06-17, by Aidan Kehoe
-
Bind print-circle when printing backtraces.2014-05-15, by Jerry James
-
Report lstream errors when encoding/decoding.2014-05-14, by Jerry James
-
Do not build or ship the texinfo info files.2014-05-07, by Jerry James
-
Help buffer behaviour synced with GNU2014-04-25, by Mats Lidell
-
Fix broken texinfo references. See xemacs-beta message with ID2014-03-28, by Jerry James
-
Silence texinfo 5.2 warnings, primarily by adding next, prev, and up2014-03-27, by Jerry James
-
Add font-lock-regexp-grouping-{backslash, construct} from GNU Emacs.2014-01-27, by Mike Sperber
-
Make `define-function' accept docstring, as in GNU Emacs.2014-01-27, by Mike Sperber
-
Add `check-parents' from GNU Emacs.2014-01-27, by Mike Sperber
-
Add :risky and :safe options to defcustom.2014-01-27, by Mike Sperber
-
Correct buffered_bytecount_to_charcount() on non-Mule.2014-01-23, by Aidan Kehoe
-
Correct some partial character accounting, buffered_bytecount_to_charcount().2014-01-23, by Aidan Kehoe
-
Have the result of coding_character_tell() reflect str->convert_to, too.2014-01-22, by Aidan Kehoe
-
Don't return a Charbpos before visible region, start_with_line_at_pixpos()2014-01-21, by Aidan Kehoe
-
Use an explicit hexadecimal constant for READ_BUF_SIZE, correct ChangeLog.2014-01-20, by Aidan Kehoe
-
Use alloca_{rawbytes,ibytes} in #'copy-file, #'insert-file-contents-internal2014-01-20, by Aidan Kehoe
-
Bug fix in menubar.el2014-01-18, by Mike Sperber
-
Use a larger buffering size in #'copy-file too.2014-01-16, by Aidan Kehoe
-
Increase READ_BUF_SIZE, used in #'insert-file-contents-internal, to #x100002014-01-16, by Aidan Kehoe
-
Rework description of no_conversion coding system, avoiding pdump confusion.2014-01-16, by Aidan Kehoe
-
Pass character count from coding systems to buffer insertion code.2014-01-16, by Aidan Kehoe
-
Transform #'princ to #'write-sequence at compile time if appropriate.2013-12-22, by Aidan Kehoe
-
Use skip_ascii() in no_conversion_convert() when encoding.2013-12-19, by Aidan Kehoe
-
Use a face, show more context around open parenthesis, #'blink-matching-open2013-12-17, by Aidan Kehoe
-
Add #'write-sequence, on the model of #'write-char, API from Common Lisp.2013-12-17, by Aidan Kehoe
-
Only make promote_args_lazy() available if WITH_NUMBER_TYPES.2013-12-15, by Aidan Kehoe
-
Check (featurep 'font-mgr) before calling fontconfig functions, tests2013-12-15, by Aidan Kehoe
-
Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().2013-12-15, by Aidan Kehoe
-
Return a fixnum as documented with marker arg, #'max, #'min2013-12-15, by Aidan Kehoe
-
Disable ASLR on Mavericks.2013-10-28, by Marcus Crestani
-
Add mode-require-final-newline from GNU. Thanks GNU.2013-09-15, by Mats Lidell
-
Include uname and configure arguments in stdout.2013-09-15, by Stephen J. Turnbull
-
process-tests should work on all POSIX systems.2013-09-15, by Stephen J. Turnbull
-
Make fc-name-parse signal on invalid-argument.2013-09-15, by Stephen J. Turnbull
-
Eliminate several compiler (clang) warnings.2013-09-15, by Stephen J. Turnbull
-
Fix VDB detection on x86_64 Macs.2013-09-08, by Marcus Crestani
-
Added tag r21-5-latest-beta for changeset 6c2aa9851f5e2013-08-26, by Stephen J. Turnbull
-
Added tag r21-5-34 for changeset 6c2aa9851f5e2013-08-26, by Stephen J. Turnbull
-
Merge in release commits.2013-08-26, by Stephen J. Turnbull
-
Update CHANGES-beta.2013-06-23, by Stephen J. Turnbull
-
Remove an errant word in a lisp/ChangeLog entry.2013-08-21, by Aidan Kehoe
-
Use #'call-with-condition-handler, #'normal-top-level, instead of resignalling2013-08-21, by Aidan Kehoe
-
Warn about non-string non-integer ARG to #'gensym, bytecomp.el.2013-08-21, by Aidan Kehoe
-
Improve coding style, variable names, data.c, sequence.c2013-08-05, by Aidan Kehoe
-
Avoid throwing an error with misc-user events in isearch-pre-command-hook.2013-08-05, by Aidan Kehoe
-
Correct some spelling and formatting in behavior.el.2013-08-05, by Aidan Kehoe
-
Add a language environment for Azeri.2013-08-05, by Aidan Kehoe
-
* configure.ac (makeinfo):2013-07-27, by Stephen J. Turnbull
-
Merge.2013-07-10, by Aidan Kehoe
-
Document #'events-to-keys some more, use it less.2013-07-10, by Aidan Kehoe
-
Document #'events-to-keys some more, use it less.2013-07-10, by Aidan Kehoe
-
Require makeinfo 4.12 or later to build the info files. See xemacs-beta2013-06-25, by Jerry James
-
Merge.2013-06-22, by Stephen J. Turnbull
-
Fix stupid omission of cast to string.2013-06-21, by Stephen J. Turnbull
-
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches2013-06-21, by Jerry James
-
Fix no-Mule build.2013-06-21, by Stephen J. Turnbull
-
Support bignums with MPIR. Add documentation on the bignum, ratio,2013-06-19, by Jerry James
-
Use new language features in #'call-process-internal now they're available.2013-06-17, by Aidan Kehoe
-
Make #'apply-partially more intelligent still when byte-compiled.2013-06-17, by Aidan Kehoe
-
Convert C (un)signed long long values to bignums properly.2013-06-17, by Jerry James
-
Hack in rudimentary group support for WIN32 in support of Mats ID-FORMAT patch2013-04-25, by Vin Shelton
-
Updated ChangeLog about new unit test for file-attributes.2013-04-19, by Mats Lidell
-
Added optional argument ID-FORMAT to file-attributes for GNU compatibility.2013-04-19, by Mats Lidell
-
AC_FUNC_SEEKO is the name of the autoconf macro. HAVE_FSEEKO is the name2013-03-28, by Jerry James
-
Update config.guess, config.sub, and install-sh to their latest versions.2013-03-15, by Jerry James
-
Fix native windows build which sources an unmodified config.h.in2013-03-12, by Vin Shelton
-
Since stack_like_{malloc,free}() are only used when WIN32_ANY,2013-03-08, by Jerry James
-
Fix reversed test for the insert-data-in-exec build rule in2013-03-07, by Jerry James
-
Avoid EOVERFLOW from stat() calls due to overflowing inode numbers.2013-03-06, by Jerry James
-
Merge.2013-03-05, by Mike Sperber
-
Fix the module build by completing removal of need_modules_common, forgotten2013-03-04, by Jerry James
-
Make soft links in src for module source files, if built in to the executable.2013-03-02, by Jerry James
-
Make f?boundp less necessary.2013-03-02, by Mike Sperber
-
Don't complain about throws out of `post-command-hook'.2013-02-22, by Mike Sperber
-
Remove obsolete legacy code in `file-remote-p'.2013-02-20, by Mike Sperber
-
Add and use `font-lock-extend-region-functions'.2013-02-20, by Mike Sperber
-
Allow the lhs a syntax-alist entry in `font-lock-defaults' to be a string.2013-02-20, by Mike Sperber
-
Improve log for last patch.2013-02-16, by Stephen J. Turnbull
-
Improve GNU-compatibility of define-*-alias.2013-02-15, by Stephen J. Turnbull
-
Fix cygwin build on new win32api.2013-02-05, by Vin Shelton
-
Support :visible in menu specifications.2013-01-23, by Jerry James
-
When an error is encountered while converting a Lisp menu specification2013-01-21, by Jerry James
-
Added tag r21-5-33 for changeset bee2e25688282013-01-04, by Stephen J. Turnbull
-
Minor reordering of CHANGES.2013-01-04, by Stephen J. Turnbull
-
Prep 21.5.33.2013-01-04, by Stephen J. Turnbull
-
Belatedly (?) add herald to CHANGES-beta.2013-01-04, by Stephen J. Turnbull
-
Menu accelerator documentation patch2013-01-02, by Vin Shelton
-
Improve description of `mark-defun'.2012-12-28, by Stephen J. Turnbull
-
Implement and document :active keyword for submenu specs.2012-12-28, by Stephen J. Turnbull
-
Update references to repository to reflect current reality.2012-12-28, by Stephen J. Turnbull
-
More corrections to INSTALL by Robert Royer.2012-12-28, by Stephen J. Turnbull
-
Doc typo fix.2012-12-27, by Stephen J. Turnbull
-
Fix last patch.2012-12-24, by Stephen J. Turnbull
-
Allow self-insert-command to be called noninteractively with null argument.2012-12-24, by Stephen J. Turnbull
-
Fix subsetp based on patch by Benson and Steven Mitchell.2012-12-24, by Stephen J. Turnbull
-
Reorganize and update INSTALL.2012-12-23, by Stephen J. Turnbull
-
Improve charset not in table warning message.2012-12-23, by Stephen J. Turnbull
-
menubar-items.el (default-menubar): Reorganize.2012-12-23, by Stephen J. Turnbull
-
Fix ChangeLog ordering.2012-12-23, by Stephen J. Turnbull
-
Fix erroneous regular xpression in register.el. Thank you Stephen Turnbull.2012-12-14, by Mats Lidell
-
No error from an incorrect number of arguments, recently-added compiler macros2012-11-06, by Aidan Kehoe
-
Be more careful about erroring with probable GNU-syntax keysyms, keymap.c2012-11-06, by Aidan Kehoe
-
Handle interactive command remapping a little better than 7371081ce8f7, keymap.c2012-11-06, by Aidan Kehoe
-
Back out 7371081ce8f7, I have a better approach.2012-11-06, by Aidan Kehoe
-
Don't delete configure in modules on distclean2012-10-15, by Mats Lidell
-
Have command remapping work interactively too, thank you Robert Pluim!2012-10-14, by Aidan Kehoe
-
Respect face and display table information for the minibuffer prompt.2012-10-14, by Aidan Kehoe
-
Introduce call-process-shell-command from GNU.2012-10-12, by Mats Lidell
-
recenter-top-bottom synced from GNU and new default for C-l2012-09-18, by Mats Lidell
-
Accept GNU's UNIVERSAL argument to #'format-time-string.2012-09-16, by Aidan Kehoe
-
#'delete-trailing-whitespace needs to work when the region is inactive, too2012-09-08, by Aidan Kehoe
-
Import GNU's #'delete-trailing-whitespace, thank you GNU.2012-09-08, by Aidan Kehoe
-
Unify #'find-coding-system-magic-cookie-in-file, look_for_coding_system_magic_cookie()2012-09-07, by Aidan Kehoe
-
Don't sanity-check commands with (define-key KEYMAP [remap COMMAND1] COMMAND2).2012-09-05, by Aidan Kehoe
-
Pre-emptively update any dirty mirror syntax table before searching2012-09-02, by Aidan Kehoe
-
Add command remapping, a more robust alternative to #'substitute-key-definition2012-09-02, by Aidan Kehoe
-
GC protect a freshly-consed list, define_specifier_tag().2012-08-12, by Aidan Kehoe
-
Adopt GNU's ## syntax for the interned symbol with name "".2012-08-06, by Aidan Kehoe
-
Sanity check package roots in configure.2012-08-04, by Stephen J. Turnbull
-
Added tag r21-5-latest-beta for changeset 900a0a8796c32012-08-02, by Stephen J. Turnbull
-
Added tag r21-5-32 for changeset 900a0a8796c32012-08-02, by Stephen J. Turnbull
-
Update CHANGES-beta with about 26 changesets.2012-08-02, by Stephen J. Turnbull
-
Merge in my release prep stuff.2012-08-02, by Stephen J. Turnbull
-
Prepare for release.2012-08-02, by Stephen J. Turnbull
-
Disable ASLR on Mountain Lion, too.2012-08-02, by Stephen J. Turnbull
-
Update `file-name-remote-p'.2012-07-02, by Mike Sperber
-
#'byte-optimize-letX; group constant initialisations together in let forms2012-05-14, by Aidan Kehoe
-
Use #'test-completion, minibuf.el, instead of implementing same.2012-05-14, by Aidan Kehoe
-
Avoid signalling args-out-of-range errors, #'truncate-string-to-width2012-05-12, by Aidan Kehoe
-
Sync #'truncate-string-to-width with GNU, add tests for it.2012-05-12, by Aidan Kehoe
-
Fetch its bytecode before unfolding a compiled function, byte-optimize.el2012-05-12, by Aidan Kehoe
-
Be better about word boundaries with JIT unicode characters, mule-category.el2012-05-10, by Aidan Kehoe
-
Add cast to Ibyte *, search.c, thank you Jeff Sparkes.2012-05-08, by Aidan Kehoe
-
Remove a stray parenthesis, cl-macs.el; thank you Vin!2012-05-08, by Aidan Kehoe
-
Add compiler macros for #'equal, #'member, ... where #'eq, #'memq appropriate.2012-05-07, by Aidan Kehoe
-
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.2012-05-06, by Aidan Kehoe
-
Descend special forms more exhaustively, #'byte-optimize-form-code-walker2012-05-06, by Aidan Kehoe
-
Co-operate with the byte-optimizer in the bytecomp.el labels implementation.2012-05-05, by Aidan Kehoe
-
Remove some redundant functions, change others to labels, lisp/2012-05-05, by Aidan Kehoe
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2012-05-04, by Aidan Kehoe
-
Support predefined character classes in #'skip-chars-{forward,backward}, too2012-05-04, by Aidan Kehoe
-
Avoid #'delq in core Lisp, for the sake of style, a very slightly smaller binary2012-05-01, by Aidan Kehoe
-
Improve for-effect handling in a few places, lisp/2012-05-01, by Aidan Kehoe
-
Imitate GNU Emacs API for `batch-byte-recompile-directory'.2012-04-23, by Mike Sperber
-
Actually obey POSIX rules in #'posix-string-match, don't ignore them.2012-04-25, by Aidan Kehoe
-
Support non-ASCII correctly in character classes, test this.2012-04-21, by Aidan Kehoe
-
Turn on character classes in regex.c by default; test them in regexp-tests.el2012-04-21, by Aidan Kehoe
-
Remove a redundant double division, number-mp.c:bignum_ceil().2012-04-14, by Aidan Kehoe
-
Remove some utility functions from the global namespace, lisp/2012-04-07, by Aidan Kehoe
-
select-coercion-alist, not select-conversion-alist, select.el2012-03-02, by Aidan Kehoe
-
Remove un-needed include of process.h in sysproc.h under cygwin.2012-02-13, by Vin Shelton
-
Be more careful about non-quoted-symbol TAGs, #'byte-compile-catch2012-01-14, by Aidan Kehoe
-
Fix symbol and string printing in gdb with pobj and NEW_GC. See xemacs-patches2012-01-11, by Jerry James
-
Add autoload cookie to custom-set-face-bold2012-01-09, by Vin Shelton
-
Call XKeysymToString() much less, it leaks.2012-01-08, by Aidan Kehoe
-
Automated merge with ssh://bitbucket.org/xemacs/xemacs2012-01-06, by Aidan Kehoe
-
Add an explicit autoload for #'cl-compile-time-init, bytecomp.el.2012-01-02, by Aidan Kehoe
-
Add missing foreback specifier values to the GUI Element face.2012-01-03, by Didier Verna
-
Put back compatibility alias for #'cl-puthash, used by 21.4's setf expansion2012-01-02, by Aidan Kehoe
-
Support hash COLLECTIONs, #'{all,try}-completion{s,}; add #'test-completion2012-01-01, by Aidan Kehoe
-
No longer use the obsolete function names, hash-table-tests.el2011-12-30, by Aidan Kehoe
-
Integrate CL code better into core, remove obsolete compatibility code.2011-12-30, by Aidan Kehoe
-
Don't error with a non-list plist, #'copy-symbol2011-12-30, by Aidan Kehoe
-
Cons less, be more careful about always using the environment, #'macroexpand2011-12-30, by Aidan Kehoe
-
Don't lose bits in make_fixnum / make_char_1.2011-12-28, by Jerry James
-
text_width methods interface cleanup.2011-12-28, by Didier Verna
-
text_width_single_run cleanup.2011-12-28, by Didier Verna
-
More documentation about glyphs cache coherency problem.2011-12-27, by Didier Verna
-
One comment.2011-12-27, by Didier Verna
-
New "foreback" face property.2011-12-27, by Didier Verna
-
Fix XLIKE_output_blank comment typo.2011-12-27, by Didier Verna
-
Fix 'face-foreground-name docstring typo.2011-12-27, by Didier Verna
-
Explicitely set zmacs-region to not shrink.2011-12-27, by Didier Verna
-
Shrink the widget-field-face.2011-12-27, by Didier Verna
-
Replace the 'flush face property with the opposite 'shrink one.2011-12-26, by Didier Verna
-
Improve Lisp style in a few places, select.el2011-12-23, by Aidan Kehoe
-
The "flush" face property.2011-12-23, by Didier Verna
-
Use va_run_hooks_with_args() for x-sent-selection-hooks, lost-selection-hooks2011-12-22, by Aidan Kehoe
-
Move the functionality of #'cl-macroexpand into Fmacroexpand, eval.c2011-12-22, by Aidan Kehoe
-
Call #'cl-macroexpand-all in #'cl-transform-function-property2011-12-21, by Aidan Kehoe
-
Be more careful about what we shadow, #'byte-compile-eval.2011-12-13, by Aidan Kehoe
-
Use the old #'labels implementation if #'lexical-let changes lambdas.2011-12-13, by Aidan Kehoe
-
Correct the docstring for posix-charset-to-coding-system-hash, mule-cmds.el2011-12-10, by Aidan Kehoe
-
Add the zero, *then* flush, when reading integers for the #N=... syntax.2011-12-10, by Aidan Kehoe
-
Correct and clarify docstring, #'load-time-value2011-12-09, by Aidan Kehoe
-
Fix Windows build by adding sequence.obj to the build list.2011-12-08, by Vin Shelton
-
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.2011-12-04, by Aidan Kehoe
-
Zero-terminate when passing strings to parse_integer(), lread.c2011-12-03, by Aidan Kehoe
-
Accept bignums unambiguously in the syntax for object labels, lread.c.2011-12-03, by Aidan Kehoe
-
Disable ASLR on Mac OS X Lion.2011-11-29, by Marcus Crestani
-
Fixes for building native windows setup kits2011-11-29, by Vin Shelton
-
Support the MP library on recent FreeBSD, have it pass relevant tests.2011-11-26, by Aidan Kehoe
-
Move etc/dbxrc.in to src/.dbxrc.in.2011-11-21, by Marcus Crestani
-
ChangeLog cleanup2011-11-21, by Vin Shelton
-
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>2011-11-21, by Marcus Crestani
-
Fix .gdbinit and .dbxrc when using the new garbage collector.2011-11-21, by Marcus Crestani
-
Prevent bogus caching of background in custom-properties2011-11-16, by Vin Shelton
-
Ignore lazy docstring info, #'built-in-symbol-file; nothing built-in uses it.2011-11-13, by Aidan Kehoe
-
Update tests that have started failing because of changed design decisions.2011-11-09, by Aidan Kehoe
-
Mention when compiled functions are built-in, help.el.2011-11-09, by Aidan Kehoe
-
Give the label name when warning or erroring, bytecomp.el2011-11-02, by Aidan Kehoe
-
Prevent SIGPIPEs in deactivate_process().2011-10-28, by Stephen J. Turnbull
-
Prevent assert at frame.c, l. 6311 by initializing glyph cachels.2011-10-28, by Stephen J. Turnbull
-
Merge refactored Xaw3d configure.ac.2011-10-28, by Stephen J. Turnbull
-
Refactor check for Xaw3d.2011-10-13, by Stephen J. Turnbull
-
#'load-terminal-library; load term files correctly for gnuclient consoles.2011-10-18, by Aidan Kehoe
-
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.2011-10-09, by Aidan Kehoe
-
Change integer to fixnum in a few places where it wasn't possible mechanically.2011-10-09, by Aidan Kehoe
-
Mechanically change INT to FIXNUM in our sources.2011-10-09, by Aidan Kehoe
-
Move macros with shadows in bytecomp.el to the end of the files, cl-macs2011-10-08, by Aidan Kehoe
-
Don't byte-compile at macroexpansion time, load-time-vale.2011-10-08, by Aidan Kehoe
-
Avoid redundant arglist information, #'make-autoload.2011-10-04, by Aidan Kehoe
-
Update a comment with a better understanding of the optimizer, bytecomp.el2011-10-04, by Aidan Kehoe
-
Declare labels as line where appropriate; use #'labels, not #'flet, tests.2011-10-03, by Aidan Kehoe
-
Force unfolding of (funcall #'(lambda () ...) if optimising, bytecomp.el.2011-10-03, by Aidan Kehoe
-
Support inlining labels, bytecomp.el.2011-10-02, by Aidan Kehoe
-
Remove ELC files from `binary-file-regexps', many of them are escape-quoted.2011-09-25, by Aidan Kehoe
-
Include many more files in binary-file-regexps, files.el.2011-09-21, by Aidan Kehoe
-
Strip extent information when passing text to external programs, select.el2011-09-21, by Aidan Kehoe
-
Be more careful still in #'cl-defsubst-expand.2011-09-11, by Aidan Kehoe
-
#'cl-defsubst-expand; avoid mutually-recursive symbol macros.2011-09-10, by Aidan Kehoe
-
Error if byte-compiling a form hasn't wrapped byte-compile-inbuffer.2011-09-09, by Aidan Kehoe
-
Replace #'flet by #'labels where appropriate, core code.2011-09-07, by Aidan Kehoe
-
Improve the implementation, documentation of #'labels, #'flet.2011-09-07, by Aidan Kehoe
-
Pass eighth bit on TTY consoles to coding system if needed.2011-09-06, by Aidan Kehoe
-
Examine $machine more carefully when choosing VDB implementation, NEW_GC2011-09-05, by Aidan Kehoe
-
Don't use MULE-only cases in non-MULE build.2011-09-05, by Stephen J. Turnbull
-
Drop cl-macro-environment in favour of byte-compile-macro-environment.2011-09-04, by Aidan Kehoe
-
Add a defsetf for get-char-table, necessary for the tests in the last commit.2011-09-04, by Aidan Kehoe
-
Implement print-circle, allowing recursive and circular structures to be read.2011-09-04, by Aidan Kehoe
-
Use a better, more portable approach to the shift-F11 problem.2011-08-28, by Aidan Kehoe
-
Backed out changeset 53c066311921, I have a better approach.2011-08-28, by Aidan Kehoe
-
If XLookupKeysym() returned an XFree86 "special key", ignore it. Fixes Sh-F11.2011-08-27, by Aidan Kehoe
-
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.2011-08-24, by Aidan Kehoe
-
Correct a typo from Mats' merge, process.el, thank you the byte-compiler2011-08-24, by Aidan Kehoe
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2011-08-24, by Aidan Kehoe
-
Add an assertion about argument order to #'apply-partially compiler macro2011-08-24, by Aidan Kehoe
-
Fix performance regression in refactored syntax cache setup.2011-08-22, by Stephen J. Turnbull
-
Reflect change of location of packages to share/2011-08-14, by Mike Sperber
-
Add the #'apply-partially API, as used by GNU.2011-08-12, by Aidan Kehoe
-
Add #'event-apply-modifiers, implement #'event-apply-modifiers in terms of it.2011-08-10, by Aidan Kehoe
-
Do the quoted-lambda check when functions take :if, :test, :key arguments, too.2011-08-10, by Aidan Kehoe
-
Avoid calling various macros "special operators" in the manuals.2011-08-09, by Aidan Kehoe
-
Add some working with Mercurial stuff.2011-08-08, by Stephen J. Turnbull
-
Alan Mackenzie's syntax cache bounds fix.2011-08-08, by Stephen J. Turnbull
-
Improve documentation of syntax table internals.2011-08-08, by Stephen J. Turnbull
-
Initialize start and end properly (to new markers, not Qnil).2011-08-08, by Stephen J. Turnbull
-
Correct array bound for syntax_code_spec.2011-08-08, by Stephen J. Turnbull
-
Improve treatment of expected bugs.2011-08-08, by Stephen J. Turnbull
-
Should tests for substitute-in-file-name be in syntax-tests?2011-08-08, by Stephen J. Turnbull
-
Suppress "shadowed global" warnings for floor and ceil from <math.h>.2011-08-08, by Stephen J. Turnbull
-
Suppress a "shadowed global" warning.2011-08-08, by Stephen J. Turnbull
-
Suppress a "shadowed local" warning.2011-08-08, by Stephen J. Turnbull
-
Suppress the "undefined macros" warnings for zlib.2011-08-08, by Stephen J. Turnbull
-
Suppress the "no prototype" warning for pdump_file_try.2011-08-08, by Stephen J. Turnbull
-
Merge.2011-08-07, by Mats Lidell
-
shell-command and shell-command-on-region API compliant with FSF 23.3.12011-07-30, by Mats Lidell
-
Introducing syntax-ppss.el from GNU.2011-07-19, by Mats Lidell
-
Allow disabling a symbol macro with a macro environment, #'cl-macroexpand2011-07-03, by Aidan Kehoe
-
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.2011-06-28, by Aidan Kehoe
-
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings2011-06-25, by Aidan Kehoe
-
Merge.2011-06-24, by Aidan Kehoe
-
Add a custom group that applies to view-mode-line-string.2011-06-24, by Aidan Kehoe
-
Fix get-other-frame bug.2011-06-23, by Didier Verna
-
Fix a bug in my last commit, symbol macros that expand to themselves hang.2011-06-19, by Aidan Kehoe
-
Style and indentation corrections, behavior.el.2011-06-19, by Aidan Kehoe
-
Improve #'defsubst* a little, document a bug that remains.2011-06-19, by Aidan Kehoe
-
Reimplement a few GNU functions in terms of CL functions, subr.el2011-06-19, by Aidan Kehoe
-
Correct a couple of comments, remove a superfluous gcpro1, fns.c2011-06-19, by Aidan Kehoe
-
Expand the documentation of #'eq-hash, mention the CL PRINT-OBJECT protocol2011-06-19, by Aidan Kehoe
-
Switch to #'dolist instead of #'mapcar in a couple of places if result not used2011-06-04, by Aidan Kehoe
-
gnuclient: if TMPDIR was set and connect failed, try again with /tmp2011-06-03, by Aidan Kehoe
-
Backed out changeset fa5fc2e3d9a62011-06-01, by Didier Verna
-
New function OBJECT-ADDRESS.2011-06-01, by Didier Verna
-
Simplify clear_region interface.2011-05-29, by Didier Verna
-
Be a little better about deciding when to add CL docstring argument info.2011-05-29, by Aidan Kehoe
-
Be more reasonable in the implementation of #'make-modeline-command-wrapper.2011-05-27, by Aidan Kehoe
-
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and2011-05-25, by Jerry James
-
Fix CL compliance of [symbol-]macrolet.2011-05-25, by Didier Verna
-
Remove the LOSING_BYTECODE compile-time option, it's been off since 1997.2011-05-20, by Aidan Kehoe
-
Remove `bind-inits', cl-macs.el, it's no longer used.2011-05-18, by Aidan Kehoe
-
Merge, restoring Ben's GPLv3 manual changes.2011-05-09, by Aidan Kehoe
-
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.2011-05-09, by Aidan Kehoe
-
Complete support for macro-declaration-function, bytecomp{,-runtime}.el2011-05-08, by Aidan Kehoe
-
Remove an extraneous #endif, s/netbsd.h, thank you Adam Sjoegren!2011-05-07, by Aidan Kehoe
-
Move #'split-path to subr.el, as was always the intention.2011-05-07, by Aidan Kehoe
-
Drop support for generating code appropriate for Emacs 19, bytecomp.el2011-05-07, by Aidan Kehoe
-
Be better about recognising side-effect-free forms, byte-optimize.el.2011-05-07, by Aidan Kehoe
-
Correct the definition of #'cl-non-fixnum-number-p on 32-bit machines.2011-05-06, by Aidan Kehoe
-
Auto merge.2011-05-03, by Jeff Sparkes
-
Fix for issue745, linking on cygwin 1.7.2011-05-02, by Jeff Sparkes
-
Remove static qualifier from pdump_file_try.2011-05-02, by Stephen J. Turnbull
-
Merge by hand with the changeset that backed out e82f5b7010fe.2011-05-02, by Aidan Kehoe
-
Backed out changeset e82f5b7010fe, incompatible with extant makeinfo.2011-05-02, by Aidan Kehoe
-
Merge.2011-05-01, by Aidan Kehoe
-
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff2010-02-20, by Ben Wing
-
Sync paragraphs.el to FSF 23.1.922010-02-20, by Ben Wing
-
Merge some stuff in man, fix up Makefile2010-02-20, by Ben Wing
-
Merge some stuff in lib-src2010-02-20, by Ben Wing
-
Remove all autoload cookies from dumped files, they're needless and confusing.2011-05-01, by Aidan Kehoe
-
Never pass a leading + to mpz_set_string, parse_integer ().2011-05-01, by Aidan Kehoe
-
Import looking-back from GNU Emacs.2011-04-30, by Didier Verna
-
Import special-mode from GNU Emacs.2011-04-30, by Didier Verna
-
Handle redisplay edge case.2011-04-30, by Mike Kupfer
-
Fix hg-induced ChangeLog breakage.2011-04-30, by Stephen J. Turnbull
-
[mq]: matchspec2011-04-30, by Stephen J. Turnbull
-
Added tags r21-5-31, r21-5-latest-beta, first-gplv3 for changeset 384423af8fb52011-04-30, by Stephen J. Turnbull
-
Added tag r21-5-31 for changeset f5a0b32f46872011-04-29, by Stephen J. Turnbull
-
XEmacs 21.5.31 "ginger" is released.2011-04-29, by Stephen J. Turnbull
-
Insert heralds for 21.5.30 and 21.5.31.2011-04-29, by Stephen J. Turnbull
-
Update CHANGES-beta for 21.5.31.2011-04-29, by Stephen J. Turnbull
-
Last minute notice fixups.2011-04-28, by Stephen J. Turnbull
-
Merged with trunk.2011-04-26, by Mats Lidell
-
Merge with trunk.2011-04-23, by Mats Lidell
-
Merged with trunk.2011-03-28, by Mats Lidell
-
Merge with trunk.2011-03-17, by Mats Lidell
-
Merge with trunk.2011-02-22, by Mats Lidell
-
Merge with trunk.2011-02-14, by Mats Lidell
-
Merge with trunk.2011-02-07, by Mats Lidell
-
License and copyright for src/s/netbsd.h.2011-01-21, by Mats Lidell
-
Merge with trunk.2011-01-19, by Mats Lidell
-
Added tag r21-5-latest-beta for changeset 3600e23880f72011-04-26, by Stephen J. Turnbull
-
Added tag last-gplv2 for changeset 1c87bdc11d652011-04-26, by Stephen J. Turnbull
-
[mq]: CHANGES-beta2011-04-26, by Stephen J. Turnbull
-
Make sure distinct symbol macros with identical names expand distinctly.2011-04-24, by Aidan Kehoe
-
Check types (unless `byte-compile-delete-errors' is t), #'char<, #'char=, etc.2011-04-23, by Aidan Kehoe
-
Automatic merge.2011-04-23, by Stephen J. Turnbull
-
Remove leftover conflict markers.2011-04-23, by Stephen J. Turnbull
-
Replace #'font-hex-string-to-number, #'font-warn with builtins, font.el2011-04-23, by Aidan Kehoe
-
Copyright and license to etc/sample.Xresource.2011-01-14, by Mats Lidell
-
Added copyright and license to modules/common/configure-*2011-01-14, by Mats Lidell
-
Merge with trunk.2011-01-14, by Mats Lidell
-
Win32.cf and site.def removed since not used and part of X11 dist.2011-01-07, by Mats Lidell
-
Copyright and license added to nt/xemacs.dsp.2011-01-07, by Mats Lidell
-
nt/Emacs.ad.h attributed to David Hobley plus license added.2011-01-07, by Mats Lidell
-
License comment terminated.2011-01-07, by Mats Lidell
-
Copyright and license to src/s/sol2.h.2011-01-06, by Mats Lidell
-
Copyright and license for Makefiles in modules/base64 and modules/zlib2011-01-06, by Mats Lidell
-
Merged with trunk.2011-01-05, by Mats Lidell
-
Added copyright and license to etc/xemacs.1.2010-12-31, by Mats Lidell
-
Removed SCO files.2010-12-30, by Mats Lidell
-
Merged with trunk.2010-12-30, by Mats Lidell
-
Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.2010-12-26, by Mats Lidell
-
Removed editclient.sh due to unclear authorship.2010-12-11, by Mats Lidell
-
Copyright and short license added to etc/gtkrc.2010-12-11, by Mats Lidell
-
Added copyright notices and GPLV3 or later license to NEWS files.2010-12-11, by Mats Lidell
-
Added property notice and license to ChangeLogs.2010-12-06, by Mats Lidell
-
Merged with trunk.2010-12-06, by Mats Lidell
-
Merge with 21.5 trunk.2010-11-26, by Mats Lidell
-
Merge with 21.5 trunk.2010-11-15, by Mats Lidell
-
Added GPLv3 or later license to modules/README.2010-11-12, by Mats Lidell
-
Added GPLv3 or later license and copyright notice to GTK ChangeLogs.2010-11-12, by Mats Lidell
-
Added README for the GPLv3 or later conversion.2010-11-07, by Mats Lidell
-
Added copyright notice with year 1998.2010-11-07, by Mats Lidell
-
Merge with trunk.2010-11-06, by Mats Lidell
-
Convert man/texinfo.tex from GPLv2 or later to GPLv3 or later.2010-11-06, by Mats Lidell
-
Use GNU version which is GPLv3 or later.2010-11-06, by Mats Lidell
-
Converted refcard to from GPLv2 or later to GPLv3 or later.2010-11-06, by Mats Lidell
-
Converted gnuserv docs to GPLv3 or later.2010-11-06, by Mats Lidell
-
Sync HELLO with FSF2010-11-05, by Mats Lidell
-
COPYING in etc updated to GPLv3 or later2010-11-04, by Mats Lidell
-
Convert misc remaining files with GPLv2 or later to GPLv3 or later2010-11-04, by Mats Lidell
-
Rebase with removal of netinstall on trunk2010-11-02, by Mats Lidell
-
Migrate the rest of tests/ to GPLv3.2010-10-31, by Mike Sperber
-
Migrate lwlib/ to GPLv3.2010-10-31, by Mike Sperber
-
Clarify the license for the different parts of the unicode folder2010-10-30, by Mats Lidell
-
Rebase with 21.5 trunk.2010-10-28, by Mats Lidell
-
Inserted copyright and GPLv3 or later license as properties in photos2010-10-27, by Mats Lidell
-
Converted modules to GPLv3 or later.2010-10-27, by Mats Lidell
-
Converted the modules samples to GPLv3 or later.2010-10-27, by Mats Lidell
-
Convert to GPLv3 misc files.2010-10-26, by Mats Lidell
-
Added GPLv3 or later notice to png files with art work.2010-10-26, by Mats Lidell
-
Converted to GPLv3 plain text GPLv2 files in etc/unicode2010-10-25, by Mats Lidell
-
Add explicit GPLv3 or later to xpm and xbm graphics.2010-10-23, by Mats Lidell
-
Convert to GPLv3 or later from plain text GPLv2 or later.2010-10-23, by Mats Lidell
-
Converted to GPLv3 or later. Written by Stephen Turnbull hence.GPLv2 or later.2010-10-23, by Mats Lidell
-
Convert aclocal.m4 to GPLv3 as it was GPLv2 by the author.2010-10-20, by Mats Lidell
-
Convert part of root folder to GPLv3.2010-10-20, by Mats Lidell
-
Converted tooltalk to GPLv3 according to GPLv3 source survey analysis.2010-10-19, by Mats Lidell
-
Convert remainder in "tests" with plain text GPLv2 to GPLv32010-10-19, by Mats Lidell
-
Convert lib-src/ to GPLv3.2010-10-18, by Mike Sperber
-
Move src/ to GPLv3.2010-10-15, by Mike Sperber
-
Convert lisp/ to GPLv3.2010-10-15, by Mike Sperber
-
Added -x flag to configure.2010-10-15, by Mike Sperber
-
Changed bulk of GPLv2 or later files identified by script2010-10-14, by Mats Lidell
-
Fix compile issues for C89 compilers. Use log() instead of log2().2011-04-17, by Jeff Sparkes
-
Add various Common Lisp character functions, making porting CL code easier.2011-04-17, by Aidan Kehoe
-
Merge tty display color cells change that I couldn't push.2011-04-14, by Jeff Sparkes
-
issue 757 - tty device metric for num-color-cells2011-03-28, by Jeff Sparkes
-
No longer create windows-874 as a Win32-specific coding system; thanks Mats!2011-04-12, by Aidan Kehoe
-
Drop support for Thai-XTIS, which was always non-standard and never used.2011-04-08, by Aidan Kehoe
-
Correct some interactions of :from-end and :count, #'delete*, #'remove*2011-04-04, by Aidan Kehoe
-
Correct some nesting of GCPRO and UNGCPRO, thank you Mats' buildbot!2011-04-04, by Aidan Kehoe
-
Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c2011-04-03, by Aidan Kehoe
-
#'cadr, #'caddr, #'cadddr; document some equivalences.2011-04-02, by Aidan Kehoe
-
Implement #'load-time-value less hackishly, by modifying the byte compiler.2011-04-02, by Aidan Kehoe
-
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.2011-04-02, by Stephen J. Turnbull
-
Typo fix: use a semicolon instead of a comma at the end of a statement.2011-03-30, by Jerry James
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2011-03-29, by Aidan Kehoe
-
Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs2011-03-29, by Aidan Kehoe
-
Make listu() and listn() assemble lists in forward order. Use them.2011-03-29, by Jerry James
-
Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon2011-03-29, by Aidan Kehoe
-
Fix misspelled words, and some grammar, across the entire source tree.2011-03-24, by Jerry James
-
#'custom-add-to-group: warn if GROUP is nil.2011-03-24, by Aidan Kehoe
-
Remove use of auto keyword. It is default and will be illegal in C++0X.2011-03-22, by Mats Lidell
-
Improve read-only error reporting.2011-03-17, by Didier Verna
-
Add compiler macros for #'revappend, #'nreconc.2011-03-21, by Aidan Kehoe
-
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x400000002011-03-21, by Aidan Kehoe
-
Improve support for min-colors req in `defface'.2011-03-19, by Stephen J. Turnbull
-
Correct some minor problems in my last change.2011-03-17, by Aidan Kehoe
-
Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el2011-03-17, by Aidan Kehoe
-
Merge.2011-03-17, by Aidan Kehoe
-
Conditionalise the old-* functions and byte codes at compile time.2011-03-17, by Aidan Kehoe
-
Add min-colors specifier to defface, and document it.2011-03-17, by Jeff Sparkes
-
Update png_instantiate () to work with more recent versions of libpng.2011-03-14, by Aidan Kehoe
-
Be better about searching for chars typed via XIM and x-compose.el, isearch2011-03-12, by Aidan Kehoe
-
Address the easy test failures in tests/automated.2011-03-11, by Aidan Kehoe
-
Eliminate byte-compile warnings, core Lisp.2011-03-10, by Aidan Kehoe
-
Use ', not #', when a given symbol may not have a function binding at read time2011-03-10, by Aidan Kehoe
-
Use Common Lisp-derived builtins in a few more places in core Lisp.2011-03-08, by Aidan Kehoe
-
Examining the result of #'length: `eql', not `=', it's better style & cheaper2011-03-08, by Aidan Kehoe
-
Remove redundant functions, format.el, use functions from cl*.el instead.2011-03-08, by Aidan Kehoe
-
Make my Lisp a little more sophisticated, select.el.2011-03-08, by Aidan Kehoe
-
Remove various redundant wrapper lambdas, core lisp.2011-03-08, by Aidan Kehoe
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2011-03-01, by Aidan Kehoe
-
Change "special form" to "special operator" in the manuals, too2011-03-01, by Aidan Kehoe
-
#'substring-no-properties: check STRING's type, get_string_range_char won't.2011-02-24, by Aidan Kehoe
-
Document the CL set functions and #'eql in the Lispref, not just cl.texi2011-02-19, by Aidan Kehoe
-
#'byte-compile-normal-call; only examine properties of (car FORM) if a symbol2011-02-16, by Aidan Kehoe
-
xemacs.def.in.in: no longer export acons(), export Facons() instead.2011-02-16, by Aidan Kehoe
-
Be better about eliminating `block's that are not `return-from'd, bytecomp.el2011-02-12, by Aidan Kehoe
-
Correct a bug with circularity checking in #'mapcar*, #'map, etc.2011-02-10, by Aidan Kehoe
-
Remove #'acons from cl.el, make the version in alloc.c visible to Lisp2011-02-09, by Aidan Kehoe
-
Improve the lexical scoping in #'block, #'return-from.2011-02-07, by Aidan Kehoe
-
Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.2011-02-07, by Aidan Kehoe
-
Supply check_string_lessp_nokey explicitly to list_sort(), #'apropos-internal2011-02-06, by Aidan Kehoe
-
Have #'sort*, #'merge use the same test approach as functions from cl-seq.el2011-02-05, by Aidan Kehoe
-
Unbreak font-lock during `revert-buffer.2011-01-30, by Mike Sperber
-
Don't commit suicide when an X device dies.2011-01-30, by Mike Sperber
-
Loop at macroexpansion time when sanity-checking :start, :end keyword args.2011-01-23, by Aidan Kehoe
-
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.2011-01-23, by Aidan Kehoe
-
Use Ben's recently-introduced listu (), where appropriate.2011-01-23, by Aidan Kehoe
-
Don't quote keywords, they've been self-quoting for well over a decade.2011-01-22, by Aidan Kehoe
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2011-01-22, by Aidan Kehoe
-
Require that NAME be an unquoted symbol, #'block, #'return-from2011-01-22, by Aidan Kehoe
-
Zap freebsd.h.2011-01-18, by Mike Sperber
-
Try again, s/usg5-4.h, this type with qxestrcpy_ascii(), etc.2011-01-15, by Aidan Kehoe
-
Accept more complex TYPEs in #'concatenate, cl-extra.el2011-01-15, by Aidan Kehoe
-
Move #'delq, #'delete to Lisp, adding support for sequences.2011-01-14, by Aidan Kehoe
-
Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h2011-01-14, by Aidan Kehoe
-
Pass in the DEFAULT argument to position() as documented, #'find.2011-01-14, by Aidan Kehoe
-
Replace POSIX index(3) with C89 strchr(3), lwlib-fonts.c2011-01-11, by Aidan Kehoe
-
Replace some C++ comments with C89-style /* */ comments, mc-alloc.c2011-01-10, by Aidan Kehoe
-
Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!2011-01-10, by Aidan Kehoe
-
Let's try that last commit again; remove some more duplicate declarations.2011-01-02, by Aidan Kehoe
-
Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c2011-01-02, by Aidan Kehoe
-
Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list2011-01-02, by Aidan Kehoe
-
Tweak a few compiler macros for functions in cl-seq.el.2011-01-02, by Aidan Kehoe
-
Merge.2011-01-02, by Aidan Kehoe
-
Move the heavy lifting from cl-seq.el to C.2010-12-30, by Aidan Kehoe
-
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el2011-01-02, by Aidan Kehoe
-
Be more helpful in printing ephemerons, weak lists, and weak boxes.2011-01-01, by Aidan Kehoe
-
Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.2010-12-30, by Aidan Kehoe
-
Test sanity-checking of :start, :end keyword arguments when appropriate.2010-12-30, by Aidan Kehoe
-
Support up to nine keywords in the PARSE_KEYWORDS() macro.2010-12-30, by Aidan Kehoe
-
Implement some basic Lisp functions in terms of Common Lisp builtins.2010-12-30, by Aidan Kehoe
-
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()2010-12-30, by Aidan Kehoe
-
cl-macs belongs in lisp-files-needed-for-byte-compilation.2010-12-30, by Aidan Kehoe
-
Provide some milquetoast compatibility in our errors, type-error, program-error2010-12-30, by Aidan Kehoe
-
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments2010-12-29, by Aidan Kehoe
-
#'cl-safe-expr-p, forms that start with the symbol lambda are also safe.2010-12-29, by Aidan Kehoe
-
#'float: if handed a bigfloat, give the same bigfloat back.2010-12-29, by Aidan Kehoe
-
= < > <= >=: it's OK to use the compiler macro when first, last args side effect2010-12-29, by Aidan Kehoe
-
Unrool a load-time loop at macro expansion time, cl-macs.el2010-12-29, by Aidan Kehoe
-
Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.2010-12-29, by Aidan Kehoe
-
Mark #'remove, #'remq as free of side-effects.2010-12-29, by Aidan Kehoe
-
Remove gratuitously added version marker from CHANGES-beta.2010-11-30, by Stephen J. Turnbull
-
#'fill; move all declarations before statements, for the Visual Studio build2010-11-30, by Aidan Kehoe
-
Fix my last change when both --with-union-type and --with-xft, thanks Robert.2010-11-24, by Aidan Kehoe
-
Have NATNUMP give t for positive bignums; check limits appropriately.2010-11-20, by Aidan Kehoe
-
Handle bignum N correctly, #'butlast, #'nbutlast.2010-11-17, by Aidan Kehoe
-
Handle slightly more complex type specifications, #'coerce, #'typep.2010-11-17, by Aidan Kehoe
-
Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in2010-11-15, by Aidan Kehoe
-
Fix some bugs in fns.c, discovered in passing while doing other work.2010-11-14, by Aidan Kehoe
-
Correct argument name in docstring, #'random.2010-11-14, by Aidan Kehoe
-
Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el2010-11-14, by Aidan Kehoe
-
Accept sequences generally, not just lists, #'reverse, #'nreverse.2010-11-06, by Aidan Kehoe
-
Error in #'list-length if LIST is dotted; check for this error with #'mapcar2010-11-06, by Aidan Kehoe
-
Remove netinstall.2010-11-02, by Mats Lidell
-
Added tag last-version-with-netinstall for changeset d185fa593d5f2010-11-01, by Mats Lidell
-
Specify ERROR_ME_WARN explicitly in specifier_instance_from_inst_list(). last-version-with-netinstall2010-10-25, by Aidan Kehoe
-
Make sure (format "%b" 0) is non-zero length, print.c2010-10-25, by Aidan Kehoe
-
Add compiler macros and compilation sanity-checks for functions with keywords.2010-10-25, by Aidan Kehoe
-
In emodules_load(), dereference f = dll_variable() once more.2010-10-18, by Stephen J. Turnbull
-
Merge some permissions corrections to trunk.2010-10-18, by Stephen J. Turnbull
-
More permission consistency.2010-10-18, by Stephen J. Turnbull
-
More permission consistency.2010-06-14, by Stephen J. Turnbull
-
More permission consistency.2010-06-14, by Stephen J. Turnbull
-
More permission consistency. (Opps, missed one.)2010-06-14, by Stephen J. Turnbull
-
More permission consistency.2010-06-14, by Stephen J. Turnbull
-
More permission consistency.2010-06-13, by Stephen J. Turnbull
-
Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff2010-10-14, by Aidan Kehoe
-
Make the order of preloaded-file-list more sane.2010-10-12, by Aidan Kehoe
-
Don't share a counter when checking for circularity, list_merge().2010-10-12, by Aidan Kehoe
-
Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp2010-10-10, by Aidan Kehoe
-
Remove a couple of redundant functions, backquote.el2010-10-10, by Aidan Kehoe
-
Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.2010-09-20, by Aidan Kehoe
-
Turns out #elsif is not valid preprocessor syntax, who knew!2010-09-18, by Aidan Kehoe
-
Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().2010-09-18, by Aidan Kehoe
-
Simplify the API of PARSE_KEYWORDS for callers.2010-09-18, by Aidan Kehoe
-
Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.2010-09-18, by Aidan Kehoe
-
Avoid statement-before-declaration problems with strict C89 builds, fns.c2010-09-18, by Aidan Kehoe
-
Add an omitted comma, Check-Message, test-harness.el.2010-09-16, by Aidan Kehoe
-
Accept circular lists where that is useful in #'mapcar*, #'map* and friends.2010-09-16, by Aidan Kehoe
-
Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.2010-09-16, by Aidan Kehoe
-
Don't uselessly call #'nreverse, #'hash-table-key-list and friends.2010-09-16, by Aidan Kehoe
-
Use #'some, #'every, etc. for composing boolean operations on lists.2010-09-16, by Aidan Kehoe
-
Rephrase the #'the docstring, make it nicer while byte-compiling.2010-09-16, by Aidan Kehoe
-
Avoid byte compiler warnings, some needless consing, descr-text.el2010-09-16, by Aidan Kehoe
-
Change forms like (delq nil (mapcar ...)) to (mapcan ...).2010-09-16, by Aidan Kehoe
-
Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=2010-09-16, by Aidan Kehoe
-
Warn at compile time, error at runtime, with (quote X Y), (function X Y).2010-09-16, by Aidan Kehoe
-
Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.2010-09-16, by Aidan Kehoe
-
Add an implementation for #'the, cl-macs.el2010-09-16, by Aidan Kehoe
-
Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.2010-09-07, by Aidan Kehoe
-
Move #'replace to C, add bounds-checking to it and to #'fill.2010-09-06, by Aidan Kehoe
-
Add support for the X11 dead-stroke in x-compose.el.2010-09-05, by Aidan Kehoe
-
Read and print char table defaults, chartab.c2010-09-05, by Aidan Kehoe
-
Add a couple of extra docstring backslashes, #'format-time-string2010-09-05, by Aidan Kehoe
-
Add fixnum as an accepted destination type, #'coerce2010-09-03, by Aidan Kehoe
-
Fix the C++, Visual Studio 2005 builds.2010-09-03, by Aidan Kehoe
-
Support process plists, for greater GNU compatibility.2010-09-02, by Aidan Kehoe
-
Support Roman month numbers, #'format-time-string2010-09-02, by Aidan Kehoe
-
Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()2010-09-01, by Aidan Kehoe
-
Fix style, documentation for rounding functions and multiple values.2010-08-30, by Aidan Kehoe
-
Correct the encoding of asjo@koldfront.dk's name, src/ChangeLog is in2010-08-30, by Aidan Kehoe
-
Apply GIF colormap fix from Adam Sjogren for issues 150 and 7132010-08-27, by Vin Shelton
-
Add `save-some-buffers-action-alist'.2010-08-20, by Mike Sperber
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2010-08-21, by Aidan Kehoe
-
Make Lisp reader errors more informative with over-long hex, octal characters2010-08-21, by Aidan Kehoe
-
Recover from merge SNAFU.2010-08-20, by Mike Sperber
-
Add ` diff-buffer-with-file'.2010-08-18, by Mike Sperber
-
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec2010-08-15, by Aidan Kehoe
-
Print symbols with ratio-like names and the associated ratios distinctly.2010-08-15, by Aidan Kehoe
-
Bit vectors are also sequences; enforce this in some CL functions.2010-07-24, by Aidan Kehoe
-
Be more careful about side-effects from Lisp code, #'reduce2010-07-24, by Aidan Kehoe
-
Merge.2010-07-13, by Mike Sperber
-
Backed out changeset 6466bc9ebf152010-07-13, by Mike Sperber
-
Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.2010-07-05, by Marcus Crestani
-
* console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of2010-06-23, by Jeff Sparkes
-
Add ChangeLogs for recent address updates in permission notices.2010-06-13, by Stephen J. Turnbull
-
Fix up very old FSF address in three Lisp files.2010-06-13, by Stephen J. Turnbull
-
Fix up FSF's Franklin Street address in number.h.2010-06-13, by Stephen J. Turnbull
-
Replace references to GNU Emacs with XEmacs in alpha.h.2010-06-13, by Stephen J. Turnbull
-
Fix typo in permission notice of elhash.c.2010-06-13, by Stephen J. Turnbull
-
Fix up FSF's Franklin Street address in many files.2010-06-13, by Stephen J. Turnbull
-
Fix a misspelling, diagnose.el.2010-06-08, by Aidan Kehoe
-
Move #'purecopy from alloc.c to being an obsolete alias for #'identity2010-06-08, by Aidan Kehoe
-
Remove all support for InfoDock.2010-06-07, by Aidan Kehoe
-
Move #'reduce to fns.c from cl-seq.el.2010-06-06, by Aidan Kehoe
-
Add Common Lisp's #'complement to cl-extra.el.2010-06-02, by Aidan Kehoe
-
Don't throw an error if gnuclient supports GTK and XEmacs doesn't.2010-06-02, by Aidan Kehoe
-
Add #'substring-no-properties, omitting any extent data.2010-06-01, by Aidan Kehoe
-
Remove the definition of Q_data from glyphs.c, fixing C++ build.2010-06-01, by Aidan Kehoe
-
Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 12010-05-31, by Aidan Kehoe
-
Merge.2010-05-30, by Aidan Kehoe
-
Add `float-time', implemented in Lisp.2010-05-30, by Aidan Kehoe
-
Tidying of CL files; make docstrings read better, remove commented-out code2010-05-30, by Aidan Kehoe
-
Use binary search, not linear, for looking up color names, mswindows.2010-05-29, by Aidan Kehoe
-
Unbreak `show-memory-usage' for NEW_GC.2010-05-29, by Marcus Crestani
-
Allocate lrecord arrays in own size class.2010-05-29, by Marcus Crestani
-
Reword the lispref documentation of buffer-display-count.2010-05-28, by Aidan Kehoe
-
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.2010-05-28, by Aidan Kehoe
-
Accept #B<binary>, #O<octal>, and #X<hex>.2010-05-24, by Mike Sperber
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2010-05-16, by Aidan Kehoe
-
Move `default-file-system-ignore-case' to C; fix bug in directory hash tables2010-05-16, by Aidan Kehoe
-
Merge.2010-05-07, by Aidan Kehoe
-
When printing a frame, print its device, making things clearer with gnuserv2010-04-06, by Aidan Kehoe
-
Implement suggest-key-bindings in terms of teach-extended-commands-p2010-04-29, by Aidan Kehoe
-
Error on too many arguments to #'function, #'quote.2010-04-29, by Aidan Kehoe
-
Keep around file info for dumped functions and variables without docstrings.2010-04-17, by Aidan Kehoe
-
merge2010-04-16, by Ben Wing
-
(try to) fix g++ compilation problems2010-04-16, by Ben Wing
-
Check that MODENAME-mode is fboundp before calling it, files.el2010-04-15, by Aidan Kehoe
-
disable specifier memory usage for the moment2010-04-12, by Ben Wing
-
attempt to fix errors in canna_api.c2010-04-12, by Ben Wing
-
port Mule-ization of mule-wnnfns.c from ben-unicode-internal2010-04-12, by Ben Wing
-
merge2010-04-12, by Ben Wing
-
fix spacing in some files2010-04-10, by Ben Wing
-
finish up CHANGES-beta -- all changes thru Apr 9, 20102010-04-09, by Ben Wing
-
Fix compilation --without-debug.2010-04-09, by Didier Verna
-
Fix for unavailable arglists in hyper-apropos.2010-04-09, by Didier Verna
-
Add missing CL style fontification.2010-04-07, by Didier Verna
-
fix cygwin compile, fix warning and style in elhash.c2010-04-07, by Ben Wing
-
Call internal_hash() with its new arg, Win32-specific code, fixing build2010-04-06, by Aidan Kehoe
-
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API2010-04-05, by Aidan Kehoe
-
merge2010-04-05, by Ben Wing
-
Cosmetic XFT-code fixes, some variable renamings2010-04-05, by Ben Wing
-
Be more careful about parentheses and number features, #'equalp tests2010-04-03, by Aidan Kehoe
-
Be much more careful about resizing a string argument, #'fill2010-04-03, by Aidan Kehoe
-
Don't error if describe-char-use-cache t and database not readable, descr-text2010-04-02, by Aidan Kehoe
-
Update CHANGES-beta with my changes to the trunk since 2009-09-20.2010-04-02, by Aidan Kehoe
-
Call init_string_ascii_begin() in #'sort*, #'fill, don't be clever.2010-04-02, by Aidan Kehoe
-
Avoid build failure, Apple's g++-4.0.1, Mac OS 10.4.2010-04-02, by Aidan Kehoe
-
Move #'sort*, #'fill, #'merge to C from cl-seq.el.2010-04-01, by Aidan Kehoe
-
fix C++ compilation2010-03-30, by Ben Wing
-
merge2010-03-30, by Ben Wing
-
add memory usage info for specifiers2010-03-30, by Ben Wing
-
merge2010-03-30, by Ben Wing
-
merge2010-02-23, by Ben Wing
-
rename objects* (.c, .h and .el files) to fontcolor*2010-02-22, by Ben Wing
-
rearrange stuff in obsolete.el2010-02-22, by Ben Wing
-
Support Ben's dynarr changes under native Windows2010-03-29, by Vin Shelton
-
Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos2010-03-29, by Aidan Kehoe
-
merge2010-03-29, by Ben Wing
-
fix further crash in window-mirror finding2010-03-29, by Ben Wing
-
various fixes to memory-usage stats2010-03-25, by Ben Wing
-
extract gap array from extents.c, use in range tables2010-03-23, by Ben Wing
-
clean up, rearrange allocation statistics code2010-03-21, by Ben Wing
-
open-database.message2010-03-26, by Aidan Kehoe
-
Make iso-left-tab equivalent to shift-tab, XFree862010-03-23, by Aidan Kehoe
-
Fix broken compile of window.c under Visual Studio 6.2010-03-22, by Vin Shelton
-
Don't assume a Lisp_Object will fit in a Bytecount, src/alloc.c2010-03-21, by Aidan Kehoe
-
Handle (function ...) specially, cl-prettyprint.2010-03-21, by Aidan Kehoe
-
merge2010-03-21, by Ben Wing
-
fix various problems with allocation statistics, track overhead properly2010-03-21, by Ben Wing
-
merge2010-03-19, by Ben Wing
-
more cleanups to object-memory-usage stuff2010-03-19, by Ben Wing
-
redo memory-usage mechanism, add way of dynamically initializing Lisp objects2010-03-18, by Ben Wing
-
fix crash etc. in tests.c/c-tests.el2010-03-18, by Ben Wing
-
partially update CHANGES-beta2010-03-18, by Ben Wing
-
Remove extraneous stuff in ChangeLog2010-03-16, by Ben Wing
-
Correct the notany, notevery compiler macros.2010-03-20, by Aidan Kehoe
-
merge2010-03-19, by Ben Wing
-
fix compilation problems identified by Robert Delius Royar2010-03-17, by Ben Wing
-
Reflect change from `lib' to `share' in INSTALL.2010-03-18, by Mike Sperber
-
Reflect --with-datadir setting in late-package directories.2010-03-18, by Mike Sperber
-
Reflect change from `lib' to `share' in docs.2010-03-18, by Mike Sperber
-
fix up doc of next-single-char-property-change and friends2010-03-15, by Ben Wing
-
fix bug in generating display-table entries for error octet characters2010-03-15, by Ben Wing
-
merge2010-03-13, by Ben Wing
-
merge2010-03-13, by Ben Wing
-
reduce lcrecord headers to 2 words, rename printing_unreadable_object2010-03-13, by Ben Wing
-
fix issues with finalizers in number.c, postgresql, ldap2010-03-08, by Ben Wing
-
merge2010-03-13, by Ben Wing
-
Clean up prototypes for Lisp variables/symbols. Put decls for them with2010-03-13, by Ben Wing
-
implement absolute background-placement for Windows, sort of2010-03-13, by Ben Wing
-
reindent modules/base64/base64.c2010-03-13, by Ben Wing
-
Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically2010-03-13, by Ben Wing
-
Final merge of branch ben-lisp-object into default branch2010-03-07, by Ben Wing
-
Close branch `ben-lisp-object', work has been integrated into mainline ben-lisp-object2010-03-07, by Ben Wing
-
Merge branch ben-lisp-object into default branch2010-03-07, by Ben Wing
-
separate regular and disksave finalization, print method fixes. ben-lisp-object2010-01-20, by Ben Wing
-
Added tag ben-lisp-object-final-ws-year-2005 for changeset 3742ea8250b5 ben-lisp-object2009-12-30, by Ben Wing
-
Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-20052009-12-26, by Ben Wing
-
Added tag ben-lisp-object-bp for changeset aaf96f4ba6122009-12-26, by Ben Wing
-
Correct the #'delete-duplicates calls, setup-paths.el2010-03-11, by Aidan Kehoe
-
Fix "make check" under native windows2010-03-08, by Vin Shelton
-
some changes to doc strings/comments in disp-table.el2010-03-07, by Ben Wing
-
Added tag ben-lisp-object-bp for changeset aaf96f4ba6122009-12-26, by Ben Wing
-
merge2010-03-07, by Ben Wing
-
make test backtraces smaller2010-03-07, by Ben Wing
-
add a comment about where FRAME_PIXWIDTH/FRAME_PIXHEIGHT is set2010-03-06, by Ben Wing
-
merge2010-03-06, by Stephen J. Turnbull
-
Test escape-quoted for the range U+0000 to U+00FF.2010-03-06, by Stephen J. Turnbull
-
Remove #'byte-compile-compiled-obj-to-list, bytecomp.el2010-03-06, by Aidan Kehoe
-
fix Stephen's bug with frame sizing2010-03-06, by Ben Wing
-
add documentation to frame.c, rearrange some functions to consolidate in related areas2010-03-06, by Ben Wing
-
merge2010-03-05, by Ben Wing
-
merge2010-03-05, by Ben Wing
-
fix auto-autoloads when default coding system is utf-82010-02-26, by Ben Wing
-
fix bad bug with escape-quoted handling2010-03-05, by Ben Wing
-
Avoid the query-coding-tests.el hang, by fixing a logic bug.2010-03-05, by Aidan Kehoe
-
Use #'subseq, not #'substring, in native-windows-specific code, make-docfile.el2010-03-04, by Aidan Kehoe
-
merge2010-03-04, by Ben Wing
-
Updates to internals.texi2010-03-04, by Ben Wing
-
merge2010-03-04, by Ben Wing
-
fix outdated comment2010-03-03, by Ben Wing
-
merge2010-03-03, by Ben Wing
-
move inclusion point of text.h to clean things up a bit2010-03-02, by Ben Wing
-
fix compile errors/warnings2010-03-02, by Ben Wing
-
Further frame-geometry cleanups2010-03-03, by Ben Wing
-
Make #'substring an alias of #'subseq; give the latter the byte code.2010-03-03, by Aidan Kehoe
-
Signal an error upon reading 1/0.2010-03-02, by Jerry James
-
Remove man/custom.texi.2010-03-02, by Jerry James
-
Print multiple values with #<INTERNAL OBJECT (XEmacs bug?) ...>, too2010-03-02, by Aidan Kehoe
-
Handle the :from-end argument correctly, #'delete-duplicates compiler macro.2010-03-02, by Aidan Kehoe
-
Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.2010-03-01, by Aidan Kehoe
-
Back out revision c673987f5f3d, undump mule/make-coding-system.el.2010-02-26, by Aidan Kehoe
-
Merge.2010-02-26, by Aidan Kehoe
-
Backed out changeset c673987f5f3d2010-02-26, by Aidan Kehoe
-
The background-placement face property.2010-02-25, by Didier Verna
-
merge2010-02-25, by Ben Wing
-
fix for clipped minibuffer window2010-02-25, by Ben Wing
-
clean up toolbar/gutter edge geometry2010-02-25, by Ben Wing
-
fix issues with display of argument docstrings2010-02-25, by Ben Wing
-
Normally return a compiled function if one argument, #'constantly.2010-02-24, by Aidan Kehoe
-
Modify XLIKE_get_gc's prototype2010-02-24, by Didier Verna
-
Fixes for bitmap mask files handling2010-02-24, by Didier Verna
-
merge2010-02-23, by Ben Wing
-
fix typo in comment2010-02-23, by Ben Wing
-
fix so that CL docstrings (with &key, etc.) handled properly2010-02-23, by Ben Wing
-
move test-harness to lisp/ directory so it gets byte-compiled2010-02-23, by Ben Wing
-
dump make-coding-system2010-02-23, by Ben Wing
-
add functions `stable-union' and `stable-intersection' to do stable set operations2010-02-23, by Ben Wing
-
add documentation on keywords to cl*.el2010-02-23, by Ben Wing
-
fix expected-buggy test to avoid abort in test file2010-02-23, by Ben Wing
-
remove unused var in test-harness2010-02-23, by Ben Wing
-
merge2010-02-22, by Ben Wing
-
fix compile warning2010-02-22, by Ben Wing
-
merge2010-02-22, by Ben Wing
-
merge2010-02-22, by Ben Wing
-
fix memory usage stats to include pdumped objects2010-02-21, by Ben Wing
-
clean up a bit the object-memory-usage-stats after gc2010-02-21, by Ben Wing
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2010-02-22, by Aidan Kehoe
-
Add #'constantly, as specified by ANSI Common Lisp.2010-02-22, by Aidan Kehoe
-
Simplify assertion in events.c so it will build under Visual Studio 62010-02-22, by Vin Shelton
-
fix build problem with pdump2010-02-22, by Ben Wing
-
fix to assert in extents.c, so `make check' works2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
Fix quick-build, use asserts() in place of ABORT()2010-02-20, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
put width before height consistently, fix a real bug found in the process2010-02-21, by Ben Wing
-
some random fixups2010-02-20, by Ben Wing
-
more frame-sizing cleanups2010-02-16, by Ben Wing
-
remove duplicative code in change_frame_size()2010-02-16, by Ben Wing
-
various frame-geometry fixes2010-02-16, by Ben Wing
-
Fix some compile warnings, make vdb test code conditional on DEBUG_XEMACS2010-02-16, by Ben Wing
-
add regexp-debugging2010-02-16, by Ben Wing
-
fixes to test harness to allow backtracing/debugging of failures2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
major dynarr fixes2010-02-20, by Ben Wing
-
fix c-tests2010-02-20, by Ben Wing
-
Use better types when ESCAPECHAR is specified, split_string_by_ichar_12010-02-19, by Aidan Kehoe
-
Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.2010-02-07, by Aidan Kehoe
-
Fix a multiple-value bug, mapcarX; correct a comment and a label name.2010-02-19, by Aidan Kehoe
-
Remove the unused PDWORD_PTR typedef from syswindows.h2010-02-19, by Aidan Kehoe
-
Fix Windows build by removing reference to no longer existent term.texi file2010-02-19, by Vin Shelton
-
Remove man/term.texi from core.2010-02-17, by Jerry James
-
Winclient updates2010-02-12, by Vin Shelton
-
merge2010-02-10, by Stephen J. Turnbull
-
Add information about repos and VCSes to FAQ.2010-02-10, by Stephen J. Turnbull
-
merge2010-02-10, by Ben Wing
-
revamp DFC comment in text.h, some whitespace cleanup2010-02-10, by Ben Wing
-
Restore Jerry's ChangeLog for src/s/hpux11-shr.h.2010-02-10, by Stephen J. Turnbull
-
merge2010-02-10, by Ben Wing
-
error-checking, Windows shutdown changes2010-02-10, by Ben Wing
-
long comment in syswindows.h about build constants2010-02-10, by Ben Wing
-
fix bad defn of disabled inline assert2010-02-09, by Ben Wing
-
merge2010-02-09, by Ben Wing
-
fix non-Mule build2010-02-09, by Ben Wing
-
add comment about simultaneous window-system consoles2010-02-09, by Ben Wing
-
remove bogus usage of annotations from help.el2010-02-09, by Ben Wing
-
enable more warnings and fix them2010-02-09, by Ben Wing
-
cleanups to debug-print, try harder to make it work during GC2010-02-08, by Ben Wing
-
changes to VOID_TO_LISP et al.2010-02-08, by Ben Wing
-
Remove extra junk from man/ChangeLog2010-02-08, by Ben Wing
-
some internals-manual updates2010-02-08, by Ben Wing
-
Windows fixes for Visual Studio 62010-02-09, by Vin Shelton
-
Miscellaneous small fixes to Windows VS6 build2010-02-09, by Vin Shelton
-
Add license information from Marcus Thiessel.2010-02-09, by Jerry James
-
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See2010-02-09, by Jerry James
-
Instantiate Ben's compile fix for nt.c2010-02-09, by Vin Shelton
-
Cast correctly, Dynarr_verify, Dynarr_verify_mod, no ERROR_CHECK_STRUCTURES2010-02-07, by Aidan Kehoe
-
Do not assume #'format-decode exists in fileio.c.2010-02-07, by Aidan Kehoe
-
#'union doesn't preserve relative order; use #'delete-duplicates instead.2010-02-07, by Aidan Kehoe
-
fix some compile bugs of Aidan's2010-02-07, by Ben Wing
-
Automatic merge2010-02-07, by Ben Wing
-
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files2010-02-07, by Ben Wing
-
fix compile error in mapcarX2010-02-07, by Ben Wing
-
Merge.2010-02-06, by Aidan Kehoe
-
Move #'some, #'every to C, implementing them with mapcarX.2010-02-03, by Aidan Kehoe
-
Merge.2010-02-03, by Aidan Kehoe
-
Move the various map* functions to C; add #'map-into.2010-01-31, by Aidan Kehoe
-
Automatic merge2010-02-06, by Ben Wing
-
convert some source files to utf-82010-02-06, by Ben Wing
-
Automatic merge2010-02-06, by Ben Wing
-
implement configure test for whether ndbm.h prototypes are broken2010-02-06, by Ben Wing
-
Automatic merge2010-02-06, by Ben Wing
-
make utf-8 default for Cygwin 1.7, rewrite init code determining default coding systems2010-02-06, by Ben Wing
-
fix compile problems on Windows native2010-02-06, by Ben Wing
-
Add GPL v2 or later header to s/sco7.h.2010-02-05, by Jerry James
-
Remove old external module test.2010-02-05, by Jerry James
-
Automatic merge2010-02-05, by Ben Wing
-
xlike, doc changes2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends2010-02-05, by Ben Wing
-
Martin Buchholz claims tests/frame.el.2010-02-05, by Jerry James
-
fix bug #668 (compile error, not --with-debug)2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Rename xfree(FOO, TYPE) -> xfree(FOO)2010-02-04, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
fix compile problems in bytecode.c when no error-check-byte-code (issue 666)2010-02-05, by Ben Wing
-
fix compile errors2010-02-05, by Ben Wing
-
change name of lock file to avoid problems with etags, byte-recompile-directory, etc.2010-02-04, by Ben Wing
-
put back patch to get more informative staticpro debugging2010-02-04, by Ben Wing
-
fix compile problems2010-02-04, by Ben Wing
-
Automatic merge2010-02-04, by Ben Wing
-
fix crash in glyph-cachels2010-02-04, by Ben Wing
-
rewrite dynarr code2010-02-04, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
Fix lots of ChangeLog duplication2010-02-01, by Ben Wing
-
fix compile error2010-02-01, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
Change Xft warning in configure.ac to make filtering it more safe2010-02-01, by Ben Wing
-
slight cleanup, move EXFUN of regexp-quote to lisp.h2010-01-30, by Ben Wing
-
merge2010-01-28, by Ben Wing
-
finish doc comment on `lisp-indent-specform'2010-01-28, by Ben Wing
-
merge2010-01-28, by Ben Wing
-
fix compile errors due to mismatched string pointer types2010-01-28, by Ben Wing
-
turn on load-ignore-out-of-date-elc-files by default2010-01-27, by Ben Wing
-
fix an obscure crash reading from stream devices2010-01-27, by Ben Wing
-
function renamings to track names of char typedefs2010-01-27, by Ben Wing
-
Mule-izing, various fixes related to char * arguments2010-01-27, by Ben Wing
-
some fixes to gdbinit.in.in2010-01-27, by Ben Wing
-
Random changes to make-msgfile.lex2010-01-27, by Ben Wing
-
compile-related functions added, for use in Unicode-internal ws2010-01-17, by Ben Wing
-
fix some tests in `make check', also add our own file-tests2010-01-25, by Ben Wing
-
Somehow fix-perms.sh didn't get committed2010-01-25, by Ben Wing
-
(main branch) redo capitalize-string-as-title2010-01-24, by Ben Wing
-
(main branch) Update make-syntax-table doc2010-01-24, by Ben Wing
-
Fixes to configure so --with-error-checking=yes works2010-01-23, by Ben Wing
-
rebuild configure2010-01-25, by Ben Wing
-
(for main branch) Indent all `with-*' expressions correctly2010-01-22, by Ben Wing
-
use two hashes for comments in Makefile.in.in2010-01-21, by Ben Wing
-
(for main branch) add long comment about types of magic symbols2010-01-21, by Ben Wing
-
build fixes for gdbinit and config-dependent elc files2010-01-21, by Ben Wing
-
(for main branch) Proper fix for dynarr->largest value assertion failure.2010-01-19, by Ben Wing
-
(for main branch) Also reset dynarr->largest value during pdump.2010-01-19, by Ben Wing
-
modify gdbinit to track Makefile.in.in, add command for update-elc-22010-01-19, by Ben Wing
-
make it easier to debug staticpro crashes.2010-01-19, by Ben Wing
-
merge2010-01-25, by Ben Wing
-
fix compile issues with gcc 42010-01-25, by Ben Wing
-
merge2010-01-21, by Ben Wing
-
fix up comments about finalizers and NEWGC internal objects2010-01-20, by Ben Wing
-
fix dynarr-related crash apparently due to compiler bug2010-01-20, by Ben Wing
-
change text_width method to take a window, in preparation for unicode-internal changes2010-01-19, by Ben Wing
-
Add copyright and license information for Jonathan Harris's contributions.2010-02-03, by Jerry James
-
Add copyright and license information to s/mach-bsd4-3.h.2010-02-03, by Jerry James
-
fix minor compile problem2010-02-03, by Ben Wing
-
temporarily back out part of patch to avoid compile probs2010-02-03, by Ben Wing
-
remove old no-longer-useful kludgy compiled-fun annotations hack2010-02-03, by Ben Wing
-
merge2010-02-03, by Ben Wing
-
add more byte-code assertions and better failure output2010-02-03, by Ben Wing
-
Merge.2010-02-03, by Aidan Kehoe
-
Remove a couple of XEmacs-specific duplicate functions, find-paths.el2010-02-03, by Aidan Kehoe
-
Automatic merge2010-02-03, by Ben Wing
-
xlike cleanup, documentation2010-02-03, by Ben Wing
-
split USE_XFT into HAVE_XFT/USE_XFT2010-02-02, by Ben Wing
-
Use DOC for dumped Lisp file names; Xref to source-lisp if readable, symbol-file2010-02-03, by Aidan Kehoe
-
When aborting due to unknown opcode, output more descriptive msg2010-02-02, by Ben Wing
-
Automated merge with http://hg.debian.org/hg/xemacs/xemacs2010-02-02, by Ben Wing
-
use more specific `scan-error' in scan-lists to be GNU compatible2010-02-02, by Ben Wing
-
Fix Visual Studio 6 build2010-02-01, by Vin Shelton
-
Make canoncase visible to Lisp; use it with chars in internal_equalp.2010-02-01, by Aidan Kehoe
-
fix xft compile error2010-02-01, by Ben Wing
-
various fixes related to gtk, redisplay-xlike-inc.c2010-02-01, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
implement equalp in C, fix case-folding, add equal() method for keymaps2010-02-01, by Ben Wing
-
Change "special form" to "special operator" in our sources.2010-01-31, by Aidan Kehoe
-
Don't compare the same octet with itself if checking for boyer_moore_ok2010-01-31, by Aidan Kehoe
-
fix compile problems in intl-encap* under VS62010-01-31, by Ben Wing
-
fix CRLF line endings in search-tests.el2010-01-31, by Ben Wing
-
Don't use Boyer-Moore if repeated octets & case-insensitive search.2010-01-30, by Aidan Kehoe
-
Add tests for the regexp-ranges-treat-control-1-chars badly bug.2010-01-30, by Aidan Kehoe
-
Make #'find-function behave better with dumped functions, installed XEmacs2010-01-30, by Aidan Kehoe
-
merge2010-01-30, by Ben Wing
-
fix longstanding search bug involving searching for Control-1 chars2010-01-30, by Ben Wing
-
fix reversed old-Cyrillic case mappings2010-01-30, by Ben Wing
-
Automated merge with http://hg.debian.org/hg/xemacs/xemacs2010-01-29, by Ben Wing
-
Add copyright and license information based on Ben's recollections.2010-01-28, by Jerry James
-
Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks.2010-01-28, by Ben Wing
-
Fix the build problem in number.c2010-01-27, by Aidan Kehoe
-
fix failing-case output of Assert-test, add Assert-test-not2010-01-27, by Ben Wing
-
minor comment fix2010-01-27, by Ben Wing
-
Add Unicode-case-table-based torture test to case-tests.el2010-01-27, by Ben Wing
-
merge2010-01-27, by Ben Wing
-
merge2010-01-27, by Ben Wing
-
Merge.2010-01-26, by Aidan Kehoe
-
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums2010-01-24, by Aidan Kehoe
-
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el2010-01-26, by Aidan Kehoe
-
Be more careful about canonical integer forms when dealing with ratios.2010-01-24, by Aidan Kehoe
-
merge most of rest of redisplay-x.c and redisplay-gtk.c into redisplay-xlike-inc.c2010-01-18, by Ben Wing
-
break out common separate-into-runs routines into redisplay-xlike-inc.c2010-01-18, by Ben Wing
-
try harder to avoid crashing when debug-printing2010-01-18, by Ben Wing
-
fix compile errors when --with-msw=no2010-01-16, by Ben Wing
-
commit ChangeLog for PROBLEMS change2010-01-15, by Ben Wing
-
add issue about building on Cygwin with C++, NEWGC and optimization2010-01-15, by Ben Wing
-
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers2010-01-15, by Ben Wing
-
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c2010-01-15, by Ben Wing
-
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers2010-01-12, by Ben Wing
-
Fix Cygwin module builds when --with-msw=no2010-01-15, by Ben Wing
-
rewrite check for bad memory in debug_can_save_memory2010-01-15, by Ben Wing
-
fix compile problems under Visual Studio 62010-01-15, by Ben Wing
-
Eliminate funcalls, #'handle-pre-motion-command-current-command-is-motion2010-01-20, by Aidan Kehoe
-
Merge.2010-01-18, by Mike Sperber
-
Revert cast in check_writable() and fix up macros to use const.2010-01-18, by Vin Shelton
-
Specifically look for gnuserv in `exec-directory'.2010-01-17, by Mike Sperber
-
Always use our rint(), for rounding consistency with the bignum code.2010-01-16, by Aidan Kehoe
-
Fix VS6 build breakage in fileio.c2010-01-15, by Vin Shelton
-
Fix EOVERFLOW breakage under Visual Studio 62010-01-15, by Vin Shelton
-
Modify X11 bgcolor fallback for the default face.2010-01-14, by Didier Verna
-
get make check working again2010-01-14, by Ben Wing
-
fix more build problems2010-01-14, by Ben Wing
-
Move def of CYGWIN_HEADERS to s files2010-01-14, by Ben Wing
-
Add ChangeLog entries for previous changes to tests dir2010-01-14, by Ben Wing
-
Clean up macro Assert2010-01-14, by Ben Wing
-
Create Assert-eq, Assert-equal, etc.2010-01-14, by Ben Wing
-
fix compile problems2010-01-14, by Ben Wing
-
fix build problems2010-01-14, by Ben Wing
-
need to provide debug-xemacs for debug-on-error changes to work2010-01-13, by Ben Wing
-
merge2010-01-13, by Ben Wing
-
Fix executable permissions on source files2010-01-13, by Ben Wing
-
Fix parentheses.2010-01-13, by Jerry James
-
Remove support for non-pdump on Cygwin.2010-01-13, by Jerry James
-
be more careful when printing to check for bad objects2010-01-13, by Ben Wing
-
clean up object print methods2010-01-13, by Ben Wing
-
show description properly in Assert-failure message2010-01-13, by Ben Wing
-
Various cleanups for Dynarr code, from Unicode-internal ws2010-01-13, by Ben Wing
-
add more foo_checking_assert macros2010-01-13, by Ben Wing
-
Use with-FOO consistently instead of enable-FOO2010-01-13, by Ben Wing
-
when `debug', abort when lisp error during loadup2010-01-13, by Ben Wing
-
changes to get old non-pdump dumping on Cygwin to work (sort of)2010-01-13, by Ben Wing
-
fix bad change to default_query_method, rewrite conditional for more correctness2010-01-13, by Ben Wing
-
merge2010-01-12, by Ben Wing
-
imported patch cygwin-headers-cosmetic-1-11-102010-01-12, by Ben Wing
-
stuff got duplicated in the src ChangeLog2010-01-12, by Ben Wing
-
imported patch changelog-changes-1-11-102010-01-12, by Ben Wing
-
merge2010-01-10, by Ben Wing
-
fix messed-up fastmap calculation in charset_mule_not2010-01-10, by Ben Wing
-
fix bug in returning range table ends in unified range table code2010-01-10, by Ben Wing
-
fix typo in query code2010-01-10, by Ben Wing
-
try to fix problems with link errors involving inlined functions2009-12-28, by Ben Wing
-
fix warnings2009-12-28, by Ben Wing
-
more fixes to get a clean compile2009-12-27, by Ben Wing
-
use call3_check_string on all invocations of external handlers in expand-file-name2009-12-27, by Ben Wing
-
merge changes to get things to compile under cygwin2009-12-25, by Ben Wing
-
changes to get things to compile under latest cygwin2009-12-25, by Ben Wing
-
Merge with revision 50102dde8ab22010-01-10, by Didier Verna
-
Cosmetic changes in x-faces.e2010-01-10, by Didier Verna
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2010-01-09, by Aidan Kehoe
-
Use keywords, not ordinary symbols, in the structure syntax for hash tables.2010-01-09, by Aidan Kehoe
-
Deactivate obsolete x-face initialization cod2010-01-09, by Didier Verna
-
Handle bitmap files in bitmap directory properly2010-01-09, by Didier Verna
-
Fix a bug I introduced in #'with-trapping-errors.2010-01-09, by Aidan Kehoe
-
Fix query_string_font lookup domains2010-01-09, by Didier Verna
-
Fix query_string_geometry lookup domain2010-01-09, by Didier Verna
-
Merge.2010-01-08, by Aidan Kehoe
-
Change build_string to build_intstring, fixing the Visual C++ build.2010-01-08, by Aidan Kehoe
-
Make COLUMN optional in #'indent-region, as in GNU.2010-01-08, by Aidan Kehoe
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2010-01-07, by Aidan Kehoe
-
Add a compiler macro for #'map, where CL-TYPE is constant and understood.2010-01-07, by Aidan Kehoe
-
Initialize the result variable passed to FcFontMatch. See xemacs-patches2010-01-07, by Jerry James
-
Ignore file-too-large conditions when stat()ing a file for dired. The size2010-01-07, by Jerry James
-
Merge.2010-01-07, by Aidan Kehoe
-
Use uninterned symbols in various information-hiding contexts.2010-01-01, by Aidan Kehoe
-
Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.2010-01-07, by Aidan Kehoe
-
Unbreak the non-bignum build by only calling reinit_vars_of_number() if2010-01-06, by Jerry James
-
Enable rudimentary support for valgrind, including functions that tell valgrind2010-01-06, by Jerry James
-
Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat2010-01-06, by Jerry James
-
Merge changeset #b828e06dbe38 with tip2010-01-06, by Didier Verna
-
New (Common Lisp) function get-propertie2010-01-06, by Didier Verna
-
Free, rather than discard, the return value of FcNameUnparse. See message2010-01-05, by Jerry James
-
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with2010-01-04, by Jerry James
-
Fix typo in last patch.2010-01-01, by Stephen J. Turnbull
-
Don't args-out-of-range in compare-strings.2010-01-01, by Stephen J. Turnbull
-
#'functionp gives nil for special forms, as in CL and GNU Emacs 23.2010-01-01, by Aidan Kehoe
-
Merge.2009-12-31, by Aidan Kehoe
-
Remove attempted support for 1996-era emacs without self-quoting keywords.2009-12-19, by Aidan Kehoe
-
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.2009-12-31, by Aidan Kehoe
-
Fix issue 546, use next-single-char-property-change in list-mode.el2009-12-31, by Aidan Kehoe
-
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches2009-12-22, by Jerry James
-
Merge Adrian's issue634 commit (fixup ChangeLog).2009-12-22, by Stephen J. Turnbull
-
Merge Adrian's doc commit.2009-12-22, by Stephen J. Turnbull
-
Goodbye dk.xemacs.org2009-12-21, by Adrian Aichner
-
xemacs: fix issue 6342009-11-26, by Adrian Aichner
-
Remove the lib-src/yow binary, which is currently unused anyway. See message2009-12-21, by Jerry James
-
Dump the arabic-iso8859-6 character set, again.2009-12-21, by Aidan Kehoe
-
Eliminate most core code byte-compile warnings.2009-12-18, by Aidan Kehoe
-
Remove more obsolete files. See xemacs-patches message with ID2009-12-18, by Jerry James
-
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with2009-12-18, by Jerry James
-
Call character_to_event on characters received from XIM, event-Xt.c2009-12-17, by Aidan Kehoe
-
Make my last change to elhash.c more kosher, comparing pointers not ints2009-12-17, by Aidan Kehoe
-
Cast enumerations to int before comparing them for the sake of VC++.2009-12-17, by Aidan Kehoe
-
Serialise non-default hash table rehash thresholds correctly; use this.2009-12-17, by Aidan Kehoe
-
Don't attempt to free dumped data, alloc.c:resize_string()2009-12-17, by Aidan Kehoe
-
Remove Fsave_window_excursion from window.c, it's overridden by Lisp.2009-12-17, by Aidan Kehoe
-
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.2009-12-15, by Jerry James
-
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.2009-12-15, by Jerry James
-
Remove unused Wise installer sources.2009-12-14, by Jerry James
-
Remove more obsolete files.2009-12-14, by Jerry James
-
Add missing return value type to unicode_query.2009-12-12, by Stephen J. Turnbull
-
Remove support for pre-X11R5 systems, including systems without Xmu. See2009-12-10, by Jerry James
-
Etags: use memmove instead of strcpy to move characters within a string. See2009-12-09, by Jerry James
-
Fix log for previous commit.2009-12-04, by Stephen J. Turnbull
-
Avoid calling Xft if not built in.2009-12-04, by Stephen J. Turnbull
-
automatic merge2009-12-04, by Stephen J. Turnbull
-
Prevent font frobbers from operating on TTY specs.2009-12-04, by Stephen J. Turnbull
-
Add copyright and license information to files authored by Jan Vroonhof.2009-12-03, by Jerry James
-
Make configure --with-database={dbm|gdbm} work again.2009-12-02, by Mike Alexander
-
Synchronize window point with current point of old buffer.2009-11-22, by Mike Sperber
-
sys_subshell() is needed for WIndows native builds2009-11-19, by Vin Shelton
-
Remove support for obsolete systems. See xemacs-patches message with ID2009-11-18, by Jerry James
-
Implement more of the fontconfig API.2009-11-18, by Stephen J. Turnbull
-
Improve warning and error messages from Xft.2009-11-18, by Stephen J. Turnbull
-
Update charset_table used by Xft.2009-11-18, by Stephen J. Turnbull
-
Fix syntax of some uses of condition-case and with-trapping-errors.2009-11-17, by Stephen J. Turnbull
-
Sun Oct 18 00:27:27 2009 +09002009-11-17, by Stephen J. Turnbull
-
Describe duplicate symbols warning.2009-11-17, by Stephen J. Turnbull
-
Restore some doc changes that got dropped in a merge.2009-11-17, by Stephen J. Turnbull
-
automatic merge2009-11-17, by Stephen J. Turnbull
-
Fix crash in regex.c (closes issue630).2009-11-17, by Stephen J. Turnbull
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2009-11-16, by Aidan Kehoe
-
Fix the union build, setup_ccl_program; thank you Robert Delius Royar.2009-11-15, by Aidan Kehoe
-
Eliminate C asserts from c-tests.2009-11-16, by Stephen J. Turnbull
-
Make test from Adam Sjogren's report.2009-11-16, by Stephen J. Turnbull
-
Resolve the unregistered-CCL-programs-get-garbage-collected problem correctly2009-11-15, by Aidan Kehoe
-
Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.2009-11-15, by Aidan Kehoe
-
Be much more comprehensive in our use of byte-compile-funarg.2009-11-14, by Aidan Kehoe
-
Make #'letf not error if handed a #'values form.2009-11-14, by Aidan Kehoe
-
Fix modeline-mousable, other faces that inherit from modeline, on startup.2009-11-14, by Aidan Kehoe
-
automatic merge2009-11-11, by Stephen J. Turnbull
-
Add permissions notices to sigpipe.c and regressiontest.pl.2009-11-11, by Stephen J. Turnbull
-
Move functionality of s/darwin.h to configure.ac and config.h.in.2009-11-11, by Stephen J. Turnbull
-
Clarify the GPL status of several sample module files. J. Kean Johnston2009-11-09, by Jerry James
-
Fix Win32 native build after my DEFAULT_DIRECTORY_FALLBACK change, thanks Vin!2009-11-09, by Aidan Kehoe
-
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the2009-11-09, by Jerry James
-
Make switch-to-buffer completion avoid current buffer.2009-11-09, by Didier Verna
-
No need to fatal () on startup if $PWD doesn't exist; chdir to "/" instead.2009-11-08, by Aidan Kehoe
-
Fix typo in test of equalp and add more tests.2009-11-02, by Stephen J. Turnbull
-
Add test of nil binding of default-process-coding-system.2009-11-02, by Stephen J. Turnbull
-
automatic merge2009-11-02, by Stephen J. Turnbull
-
Fix issue145: accept nil in default-process-coding-system.2009-11-02, by Stephen J. Turnbull
-
Don't error if handed a string and a non-string, #'equalp.2009-11-01, by Aidan Kehoe
-
Fix typo in font-combine-fonts-internal.2009-11-01, by Stephen J. Turnbull
-
Improve argument names and update docstrings.2009-11-01, by Stephen J. Turnbull
-
Merge improvements in defun-movement docstrings.2009-11-01, by Stephen J. Turnbull
-
Improve docstrings of defun movement functions.2009-10-08, by Stephen J. Turnbull
-
If STRING is constant, call regexp-quote at compile time.2009-10-30, by Aidan Kehoe
-
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier2009-10-26, by Jerry James
-
Make readlink_or_correct_case function correctly on Darwin.2009-10-26, by Aidan Kehoe
-
Add `file-system-ignore-case-p', use it.2009-10-24, by Aidan Kehoe
-
Make it possible to silence warnings issued when #'mapcar's result is discarded.2009-10-19, by Aidan Kehoe
-
Don't prevent display objects from being deleted for `post-command-hook'.2009-10-11, by Mike Sperber
-
Properly handle continuable divide-by-zero errors. Fix truncation of a2009-10-12, by Jerry James
-
Don't cons with #'mapcar calls where the result is discarded,2009-10-12, by Aidan Kehoe
-
Fix some test failures, mule-tests.el.2009-10-12, by Aidan Kehoe
-
Fix another bug in the delete-duplicates compiler macro.2009-10-12, by Aidan Kehoe
-
Correct the docstring for #'range-table-type.2009-10-10, by Aidan Kehoe
-
`beginning-of-defun-function', `end-of-defun-function'2009-10-07, by Andreas Roehler
-
Updates for external GIF support on Windows2009-10-07, by Vin Shelton
-
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message2009-10-05, by Jerry James
-
Add explicit GPL v2 or later notices to Bill Perry's code, where such notices2009-10-05, by Jerry James
-
Use giflib or libungif to provide GIF support, instead of using internal2009-10-05, by Jerry James
-
Handle non-list sequences better, delete-duplicates compiler macro.2009-10-03, by Aidan Kehoe
-
Fix `focus-frame'.2009-10-01, by Mike Sperber
-
Unbreak `beginning-of-defun'.2009-09-30, by Mike Sperber
-
Bring `try-completion''s interface closer to GNU Emacs.2009-09-30, by Mike Sperber
-
Register any CCL programs used by fixed-width coding-systems.2009-09-30, by Aidan Kehoe
-
Unbreak autoload.el2009-09-28, by Mike Sperber
-
Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.2009-09-27, by Aidan Kehoe
-
Image instantiator pixmap hotspots are Lisp integers; make it so in GTK.2009-09-24, by Stephen J. Turnbull
-
Check for gdbm/ndbm.h, too.2009-09-24, by Stephen J. Turnbull
-
Fix crash due to mishandling transparency.2009-09-23, by Stephen J. Turnbull
-
lisp beginning-end-of-defun-function Changelog entry2009-09-22, by Andreas Roehler
-
funcall beginning-of-defun-function arg2009-09-21, by andreas roehler
-
Add arglist info for autoloaded functions and macros.2009-09-20, by Aidan Kehoe
-
Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist2009-09-20, by Aidan Kehoe
-
Add argument information to remaining MANY or UNEVALLED C subrs.2009-09-20, by Aidan Kehoe
-
Support last two arguments to #'make-coding-system being optional, again.2009-09-20, by Aidan Kehoe
-
Move Qfrom_unicode to general-slots.h, fix the native Win32 build.2009-09-20, by Aidan Kehoe
-
Move the #'query-coding-region implementation to C.2009-09-19, by Aidan Kehoe
-
Don't set `pre-display-buffer-function'.2009-09-19, by Mike Sperber
-
Fix a bug with Unicode error sequences and very short input strings.2009-09-11, by Aidan Kehoe
-
Random (minimal) performance improvements at startup.2009-09-06, by Aidan Kehoe
-
Fix various small issues with the multiple-value implementation.2009-09-06, by Aidan Kehoe
-
Reproducer for menubar-x.c crash.2009-09-03, by Jerry James
-
Do not move cursor position in gnuclient started buffer if user did2009-08-29, by It's me FKtPp \;)
-
Be more reliable about loading cl-macs at byte-compile time, cl.el.2009-08-27, by Aidan Kehoe
-
Fix build problems on WIN32 platforms caused by the large image crash fix.2009-08-24, by Jerry James
-
Implement turn-off-auto-fill.2009-08-19, by Malcolm Purvis
-
Eliminate 781 funcalls at startup, simple.el2009-08-18, by Aidan Kehoe
-
Test the multiple-value functionality.2009-08-16, by Aidan Kehoe
-
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.2009-08-11, by Aidan Kehoe
-
Support full Common Lisp multiple values in C.2009-08-16, by Aidan Kehoe
-
Make the initialisation of xpm-color-symbols a bit more reasonable.2009-08-16, by Aidan Kehoe
-
Correct an ancient typo workaround, thank you Julian Bradfield!2009-08-14, by Aidan Kehoe
-
In `set-window-configuration', don't restore frame size unconditionally.2009-08-03, by Mike Sperber
-
Add `set-window-pixel-{width,height} convenience functions.2009-07-29, by Mike Sperber
-
Revert to original language environment, tests/automated/mule-tests.el.2009-08-10, by Aidan Kehoe
-
Deal with arglist newlines better, #'function-arglist, #'function-documentation2009-08-10, by Aidan Kehoe
-
Remove some extra parentheses, #'set-face-background-pixmap-file.2009-08-09, by Aidan Kehoe
-
automatic merge2009-07-28, by Stephen J. Turnbull
-
Improve redisplay docs in Internals a bit.2009-07-28, by Stephen J. Turnbull
-
Fix typos in face.c.2009-07-28, by Stephen J. Turnbull
-
Fix incorrect Xft resources in Info docs.2009-07-28, by Stephen J. Turnbull
-
Fix UNUSED and USED_IF parsing in make-docfile.c.2009-07-28, by Stephen J. Turnbull
-
Use `emacs-data-roots' instead of `emacs-roots' where appropriate.2009-07-28, by Mike Sperber
-
Don't install silly symlinks when $(prefix) != $(exec_prefix).2009-07-28, by Mike Sperber
-
Print a few more variables upon --debug-paths.2009-07-28, by Mike Sperber
-
Expand @PREFIX@ in paths.h.2009-07-28, by Mike Sperber
-
More accurate tests for explicitly-set paths.2009-07-28, by Mike Sperber
-
ChangeLog for patch to debug-on-error-docstring.2009-07-26, by Stephen J. Turnbull
-
Add FAQ on network slows (lookup order of DNS and /etc/hosts).2009-07-26, by Stephen J. Turnbull
-
imported patch accept-process-output-docstring2009-07-26, by Stephen J. Turnbull
-
Use correct separator when registering options to _AC_USER_OPTS.2009-07-26, by Stephen J. Turnbull
-
Avoid errors in Dired when opening directories.2009-07-18, by Aidan Kehoe
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs2009-07-14, by Aidan Kehoe
-
?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.2009-07-14, by Aidan Kehoe
-
Fix for issue 5212009-07-12, by Adrian Aichner
-
typo fix2009-04-26, by AichnerAd
-
#'find-file: set b-f-c-s even on error (cf. non-existent files),2009-07-13, by Aidan Kehoe
-
Kill buffer if directory name misspelled and user doesn't want to create it.2009-07-12, by Aidan Kehoe
-
Mark buffers modified in #'find-file if nonexistent file; fix other bugs.2009-07-12, by Aidan Kehoe
-
Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.2009-07-11, by Aidan Kehoe
-
Prevent integer overflow and subsequent crashes when attempting to load large2009-07-01, by Jerry James
-
Do not #'split-path on nil #'getenv result. <877hz7lzrt.fsf@yahoo.com.cn>2009-06-29, by Jerry James
-
Documentment placement restriction. <87d490jb7v.fsf@uwakimon.sk.tsukuba.ac.jp>2009-06-19, by Stephen J. Turnbull
-
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in2009-06-14, by Aidan Kehoe
-
Support #'function-arglist with built-in special forms.2009-06-14, by Aidan Kehoe
-
Set buffer-file-coding-system more sensibly with zero-length files.2009-06-07, by Aidan Kehoe
-
Make CDPATH handling portable, accept entries not matching "/$".2009-06-06, by Aidan Kehoe
-
bytecomp.el: always check code in (interactive SEXP) for sanity2009-06-06, by Aidan Kehoe
-
mswindows_link had off-by-one error. <1vq2brxz.wl_Ron.Isaacson@morganstanley.com>2009-06-05, by Stephen J. Turnbull
-
Added tag r21-5-29 for changeset 5c427ece884b2009-05-18, by Stephen J. Turnbull
-
Update CHANGES-beta for "garbanzo".2009-05-18, by Stephen J. Turnbull
-
Add historical deprecation to PROBLEMS.2009-04-17, by Stephen J. Turnbull
-
Add standard section headers in preparation for 21.5.29.2009-04-17, by Stephen J. Turnbull
-
Add urefs to Lstreams node.2009-04-02, by Stephen J. Turnbull
-
Improve lisp-mnt documentation.2009-04-01, by Stephen J. Turnbull
-
Update FSF address in permissions notice.2009-04-01, by Stephen J. Turnbull
-
Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org>2009-03-08, by Stephen J. Turnbull
-
Vastly expand the characters x-compose.el supports.2009-03-01, by Aidan Kehoe
-
Merge: fixup ChangeLogs.2009-02-26, by Stephen J. Turnbull
-
Meta on Mac. <87prh51rni.fsf@xemacs.org>2009-02-26, by Stephen J. Turnbull
-
Fix typo in comment on skip_debugger.2009-02-03, by Stephen J. Turnbull
-
Fix a byte compiler bug with characters above ?\xFF.2009-02-22, by Aidan Kehoe
-
#'check-coding-systems-region: return nil on success, not t.2009-02-18, by Aidan Kehoe
-
Correct a test failure uncovered by the last commit.2009-02-17, by Aidan Kehoe
-
Make the majority of tests in tests/automated/mule-tests.el work again.2009-02-17, by Aidan Kehoe
-
Fix query-coding-tests.el failures, non-mule ELCs, mule build.2009-02-17, by Aidan Kehoe
-
Merge, add a ChangeLog entry.2009-02-15, by Aidan Kehoe
-
Backed out changeset 16c9098dd3d2.2009-02-15, by Aidan Kehoe
-
Add GNU Emacs' name for Mac Roman as an alias.2009-02-13, by Aidan Kehoe
-
Actually use leim-list-file-name, #'init-mule-at-startup.2009-02-13, by Aidan Kehoe
-
The URLs in our current config.guess and config.sub files are obsolete.2009-02-11, by Jerry James
-
How about if I make a ChangeLog entry for the number-gmp.c change?2009-02-11, by Jerry James
-
Fix the broken bigfloat-to-string conversion function.2009-02-11, by Jerry James
-
Backed out changeset 38e8af61f38d2009-02-11, by Aidan Kehoe
-
Check if env vars are encodable by native coding system, #'setenv2009-02-11, by Aidan Kehoe
-
Correct string offset and arg handling, #'query-coding-string and related.2009-02-11, by Aidan Kehoe
-
Make #$ truly read-only for Lisp; check this in the test suite.2009-02-10, by Aidan Kehoe
-
Remove duplicate functions, chiefly #'delete-duplicates reimplementations.2009-02-08, by Aidan Kehoe
-
Re-generate configure with autoconf 2.61.2009-02-07, by Mike Sperber
-
Listen to the byte-compiler, core Lisp.2009-02-07, by Aidan Kehoe
-
Support new IGNORE-INVALID-SEQUENCESP argument, #'query-coding-region.2009-02-07, by Aidan Kehoe
-
Support VS 2005 manifest files2009-02-06, by Vin Shelton
-
Merge.2009-02-04, by Aidan Kehoe
-
Remove any reference to mocklisp as an active technology.2009-02-04, by Aidan Kehoe
-
Correct invalid-sequence-coding-system spec, Roman-alphabet languages.2009-02-04, by Aidan Kehoe
-
Document the force-coding-system-equivalency macro in coding.el.2009-02-04, by Aidan Kehoe
-
Merge.2009-02-04, by Aidan Kehoe
-
Some cosmetic namespace cleanup, glyphs.el, coding.el.2009-01-15, by Aidan Kehoe
-
Fix a couple of bugs, #'query-coding-region, #'query-coding-string.2009-02-04, by Aidan Kehoe
-
Distinguish between special forms and subrs, #'describe-function-1.2009-02-04, by Aidan Kehoe
-
Update comment.2009-02-02, by Stephen J. Turnbull
-
Set icon resource on frame early enough for openbox to find it.2009-02-02, by Stephen J. Turnbull
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs2009-01-31, by Aidan Kehoe
-
Merge.2009-01-31, by Aidan Kehoe
-
Display control characters using carets, invalid-sequence-coding-system2009-01-31, by Aidan Kehoe
-
YAFMT2009-01-31, by Stephen J. Turnbull
-
Adopt Martin's suggestion of "char **argv" throughout configure.ac.2009-01-31, by Stephen J. Turnbull
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2009-01-31, by Aidan Kehoe
-
Correct a bug in #'display-graphic-p.2009-01-31, by Aidan Kehoe
-
Document non-obvious usages.2008-11-25, by Stephen J. Turnbull
-
Clarify comment in struct x_frame.2008-11-20, by Stephen J. Turnbull
-
Correct little-endian UTF-16 surrogate handling.2009-01-31, by Aidan Kehoe
-
Fix make check after my last change.2009-01-18, by Aidan Kehoe
-
Merge.2009-01-18, by Aidan Kehoe
-
Print char table values correctly.2009-01-18, by Aidan Kehoe
-
Accept msprinter and mswindows, mswindows_font_spec_matches_charset_stage_22009-01-18, by Aidan Kehoe
-
Fix docstring copy-pasto.2009-01-18, by Ville Skyttä
-
Docstring spelling fixes.2009-01-18, by Ville Skyttä
-
Preserve the relation btw. file-name-coding-system & the 'file-name c-s alias.2009-01-13, by Aidan Kehoe
-
Add #'subr-arity, API taken from GNU, implementation our own.2009-01-11, by Aidan Kehoe
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2009-01-03, by Aidan Kehoe
-
Correct the CCL programs used by the coding system in ccl-tests.el.2009-01-03, by Aidan Kehoe
-
Fix build broken by descr-text.el defcustom.2009-01-01, by Stephen J. Turnbull
-
Merge.2008-12-30, by Aidan Kehoe
-
Add check-coding-systems-region, test it and others, fix some bugs.2008-12-28, by Aidan Kehoe
-
Merge.2008-12-28, by Aidan Kehoe
-
Add #'query-coding-region tests; do the work necessary to get them running.2008-12-28, by Aidan Kehoe
-
2008-08-09 Aidan Kehoe <kehoea@parhasard.net>2008-08-09, by Aidan Kehoe
-
Merge.2008-08-09, by Aidan Kehoe
-
Add #'skip-chars-quote to subr.el2008-08-09, by Aidan Kehoe
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2008-07-17, by Aidan Kehoe
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2008-07-09, by Aidan Kehoe
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2008-06-09, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-06-01, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-25, by Aidan Kehoe
-
Merge my change of 2008-05-14 to the query-coding-region code.2008-05-21, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-21, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-13, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-11, by Aidan Kehoe
-
Add #'query-coding-clear-highlights.2008-05-11, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-03, by Aidan Kehoe
-
Correct a docstring2008-05-03, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-03-13, by Aidan Kehoe
-
Fix some bugs.2008-03-13, by Aidan Kehoe
-
Merge.2008-01-21, by Aidan Kehoe
-
First part of interactive checks that coding systems encode regions.2008-01-21, by Aidan Kehoe
-
Call XFreeFontPath appropriately in #'x-get-font-path.2008-12-30, by Aidan Kehoe
-
Check absolute source file names against DOC with #'file-newer-than-file-p.2008-12-30, by Aidan Kehoe
-
Make functions in frame.el more general.2008-12-30, by Aidan Kehoe
-
Merge after pull.2008-12-29, by Stephen J. Turnbull
-
Fix my syntax errors.2008-12-29, by Stephen J. Turnbull
-
Fix my syntax errors.2008-12-29, by Stephen J. Turnbull
-
Add terminating newline to .hgignore.2008-12-29, by Stephen J. Turnbull
-
Merge.2008-12-29, by Aidan Kehoe
-
Correct a misunderstanding of the semantics of #'return in #'symbol-file.2008-12-27, by Aidan Kehoe
-
Fix some bugs in load-history construction, built-in symbol file names.2008-12-27, by Aidan Kehoe
-
Allow compilation under Cygwin 1.72008-12-28, by acs
-
Clarify syntax in configure.ac following Vladimir Ivanovic's change.2008-12-27, by Aidan Kehoe
-
configure,configure.ac: Fixed two typos in args of main: char *v -> char **v2008-12-27, by Vladimir G. Ivanovic
-
Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}2008-12-22, by Aidan Kehoe
-
#'built-in-face-specifiers; document that we're returning a copy.2008-12-22, by Aidan Kehoe
-
Merge.2008-12-22, by Aidan Kehoe
-
Return a list copy in #'built-in-face-specifiers, pre-empting modification. bytecomp-coding-system-2008-10-292008-12-21, by Aidan Kehoe
-
ChangeLogs for G++ warning cleanup. bytecomp-coding-system-2008-10-292008-11-01, by Stephen J. Turnbull
-
Merge bytecomp-coding-system-2008-10-29. bytecomp-coding-system-2008-10-292008-11-01, by Stephen J. Turnbull
-
Protect .elc encoding from latin-unity. bytecomp-coding-system-2008-10-292008-10-29, by Stephen J. Turnbull
-
First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.* g++-warning-removal-2008-10-282008-10-28, by Stephen J. Turnbull
-
Fix at_dot regex under Mule. <87hc6rv53v.fsf@uwakimon.sk.tsukuba.ac.jp>2008-11-01, by Stephen J. Turnbull
-
Fix accidental deletion in src/text.c.2008-11-01, by Stephen J. Turnbull
-
Fix off-by-one error in ccl_driver. <87iqr7v7p0.fsf@uwakimon.sk.tsukuba.ac.jp>2008-11-01, by Stephen J. Turnbull
-
Commit ChangeLog for bbce7f6de2d6.2008-10-28, by Stephen J. Turnbull
-
Fix docstring typo (and commit only this fix).2008-10-28, by Stephen J. Turnbull
-
Backout last patch; forgot to specify file.2008-10-28, by Stephen J. Turnbull
-
Fix docstring typo.2008-10-28, by Stephen J. Turnbull
-
Merge in doc and test changes from September 2008.2008-10-27, by Stephen J. Turnbull
-
Improve beta-version-name docstring.2008-09-30, by Stephen J. Turnbull
-
Add test for at_dot regexp.2008-09-27, by Stephen J. Turnbull
-
Fix up initial condition for skip-chars test.2008-09-27, by Stephen J. Turnbull
-
Document initial position of point in `with-string-as-buffer-contents'.2008-09-27, by Stephen J. Turnbull
-
Fix typo in XtSetValues in xm_update_progress().2008-10-26, by Stephen J. Turnbull
-
Merge in pkg-docs. Fix up ChangeLog.2008-10-25, by Stephen J. Turnbull
-
Merge in ac-fix-2008-10-25. Fix up ChangeLogs.2008-10-25, by Stephen J. Turnbull
-
Fix broken Xft FAQ.2008-10-04, by Stephen J. Turnbull
-
Automated merge with file:///Sources/xemacs-21.5-checked-out2008-09-08, by Aidan Kehoe
-
Port #'window-buffer-height, #'fit-window-to-buffer, & window, buf, functions.2008-08-31, by Aidan Kehoe
-
Document XFT support in the FAQ, better describe XEmacs pronunciation.2008-08-31, by Aidan Kehoe
-
Correct the implementation, add a few basic tests for #'skip-chars-quote.2008-08-27, by Aidan Kehoe
-
Use EQ() and !EQ() in symbols.c, thank you Robert Delius Royar.2008-08-26, by Aidan Kehoe
-
Handle varalias chains, custom variables in #'user-variable-p.2008-08-23, by Aidan Kehoe
-
Add #'skip-chars-quote to subr.el2008-08-20, by Aidan Kehoe
-
Merge.2008-08-20, by Aidan Kehoe
-
Port write-region-inhibit-sync, allowing avoidance of bad FS performance.2008-08-09, by Aidan Kehoe
-
Merge.2008-08-10, by Mats Lidell
-
Rename xft_gauge to xft_gauges.2008-08-03, by Mats Lidell
-
with-xft defaults to xft being used with a default setting.2008-08-03, by Mats Lidell
-
Correct a test failure now the XEmacs-specific Arabic charsets are gone.2008-08-10, by Aidan Kehoe
-
Fix the XFT build, thank you Robert Delius Royar.2008-08-10, by Aidan Kehoe
-
Remove mule/cyril-util.el from the 21.5 trunk.2008-08-09, by Aidan Kehoe
-
Merge.2008-08-08, by Aidan Kehoe
-
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.2008-08-05, by Aidan Kehoe
-
error-sequence -> invalid-sequence2008-08-08, by Aidan Kehoe
-
Support displaying invalid UTF-8 in language-environment-specific ways.2008-08-05, by Aidan Kehoe
-
Spelling fixes.2008-07-26, by Ville Skyttä
-
Remove interactive specs from #'mswindows-{short,long}-file-name,2008-07-26, by Aidan Kehoe
-
Document the error on over-long hex character constants.2008-07-26, by Aidan Kehoe
-
Correct a misspelling and add a space, lispref/variables.texi2008-07-26, by Aidan Kehoe
-
Merge.2008-07-26, by Aidan Kehoe
-
Error on over-long hex character escapes.2008-07-16, by Aidan Kehoe
-
Bind function-key-map correctly in device-specific startup code.2008-07-26, by Aidan Kehoe
-
Correct syntax of #'error calls, descr-text.el2008-07-20, by Aidan Kehoe
-
Wrap field descriptions, descr-text.el; name created buffer more uniquely.2008-07-19, by Aidan Kehoe
-
Revert to the documented behaviour with window-system and noninteractive runs.2008-07-17, by Aidan Kehoe
-
Merge.2008-07-10, by Aidan Kehoe
-
Don't determine whether to call general device-type code at startup,2008-07-09, by Aidan Kehoe
-
Don't try to get text width for the null font instance, mswindows2008-07-10, by Aidan Kehoe
-
autoconf 2.62 compatibility, #3702008-07-06, by Ville Skyttä
-
Don't leak the Unihan database handle when looking up non-Han characters.2008-06-29, by Aidan Kehoe
-
#'require hyper-apropos in #'describe-property-list, for hyper-apropos-face2008-06-04, by Aidan Kehoe
-
Correct an omitted word, expand on bignum equality in the lispref.2008-05-29, by Aidan Kehoe
-
Say explicitly that eq is useful for chars; xref number comparison, lispref2008-05-27, by Aidan Kehoe
-
Correct a thinko in the #'translate-region docstring2008-05-27, by Aidan Kehoe
-
Fill out docstrings for #'translate-region, #'make-char-table.2008-05-25, by Aidan Kehoe
-
Import and extend GNU's descr-text.el, supporting prefix argument for C-x =2008-05-25, by Aidan Kehoe
-
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.2008-05-21, by Aidan Kehoe
-
Prevent #'batch-texinfo-format choking on man/internals/internals.texi2008-05-21, by Aidan Kehoe
-
Document Win32 symlink behaviour; adjust tests to take it into a/c.2008-05-21, by Aidan Kehoe
-
Increase DDE connection retries because waiting for XEmacs to start2008-05-15, by Vin Shelton
-
Fix add-to-list.2008-05-15, by Stephen J. Turnbull
-
Make the #'add-to-list implementation a little conciser and clearer for XEmacs2008-05-14, by Aidan Kehoe
-
Support COMPARE-FN in add-to-list; thank you Brian Palmer.2008-05-14, by Aidan Kehoe
-
Correct coding-category determination for 8-bit-fixed coding systems.2008-05-14, by Aidan Kehoe
-
Handle printing correctly on non-mswindows.2008-05-13, by Aidan Kehoe
-
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing2008-05-13, by Aidan Kehoe
-
#define _CRT_NONSTDC_NO_DEPRECATE on Win322008-05-13, by Aidan Kehoe
-
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c2008-05-13, by Aidan Kehoe
-
Fix path-configuration glitches:2008-05-12, by Mike Sperber
-
Small improvements in disp-table.el, mule/cyril-util.el.2008-05-11, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-11, by Aidan Kehoe
-
Improve portable sample implementations for #'{put,get}-display-table2008-05-11, by Aidan Kehoe
-
Use char-tables, not vectors, to instantiate the display table specifiers.2007-12-24, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-05-07, by Aidan Kehoe
-
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.2008-05-07, by Aidan Kehoe
-
Support #!, to allow XEmacs to be called as a script interpreter.2008-01-20, by Aidan Kehoe
-
Support windows-1250 on Unix as well as Windows.2008-05-07, by Aidan Kehoe
-
Fix problem with `resize-minibuffer-mode'.2008-04-26, by Mike Sperber
-
Add `set-window-configuration/mapping' and `save-window-excursion/mapping'.2008-04-13, by Mike Sperber
-
Use `real-split-window', `real-delete-window' in window-config code.2008-04-12, by Mike Sperber
-
No doc special-case for autoloads; rely on on #'symbol-file instead.2008-04-09, by Aidan Kehoe
-
Regenerate src/depend with LF line endings, not CRLF.2008-04-05, by Aidan Kehoe
-
Fix call to get in custom-theme-reset-internal.2008-04-04, by Stephen J. Turnbull
-
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>2008-04-04, by Stephen J. Turnbull
-
Fix reader crash.2008-03-15, by Mike Sperber
-
Fix window-configuration problem.2008-03-12, by Mike Sperber
-
Fix typo.2008-03-12, by Stephen J. Turnbull
-
Quote temp-directory regexp in gnuserv.2008-03-07, by Mike Sperber
-
Fix auto-formatting of comments in auto-fill-mode2008-03-05, by Didier Verna
-
Ease customization of faces under point...2008-03-05, by Didier Verna
-
Fix old use of rvalue on lhs to placate gcc >4.0.2008-03-05, by Stephen J. Turnbull
-
Fix GTK build-breaking typo.2008-03-05, by Stephen J. Turnbull
-
Added tag r21-5-28 for changeset 1af222c758692008-02-29, by Stephen J. Turnbull
-
Fix instantiate_method prototype2008-02-28, by Didier Verna
-
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>2008-02-27, by Stephen J. Turnbull
-
Improve etc/README.2008-02-27, by Stephen J. Turnbull
-
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>2008-02-27, by Stephen J. Turnbull
-
Fix specifier inheritance behavior2008-02-26, by Didier Verna
-
Move autoload operator definitions to xemacs-base.2008-02-23, by Mike Sperber
-
Look for all x86 machines to determine which write barrier to use on MacOSX.2008-02-15, by Marcus Crestani
-
Correct and extend the previous test, thank you Stephen.2008-02-14, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-02-12, by Aidan Kehoe
-
Fail searches immediately if searching for non-representable characters.2008-02-11, by Aidan Kehoe
-
Update install-sh to version with a clear license.2008-02-12, by Jerry James
-
Use Mercurial changeset hash to identify build version.2008-02-07, by Mike Sperber
-
Use Dynarr_increment instead of Dynarr_add when building a line in place.2008-02-05, by Jerry James
-
Correct the initialisation of ascii-case-table.2008-02-03, by Aidan Kehoe
-
Remove unnecessary call to SET_EVENT_MAGIC_X_EVENT.2008-02-01, by Jerry James
-
case-tests.el: fix it on non-DEBUG_XEMACS; save standard-case-table, use it2008-01-30, by Aidan Kehoe
-
Correct case-insensitive search for non-case, non-ASCII chars. Add tests.2008-01-30, by Aidan Kehoe
-
Fix build problems on Windows.2008-01-28, by Mike Sperber
-
Fix misspelling of option 'gdbm'.2008-01-25, by Stephen J. Turnbull
-
hgignore TAGS.2008-01-25, by Stephen J. Turnbull
-
Document return values for #'puthash, #'clrhash.2008-01-21, by Aidan Kehoe
-
Support LZMA compression in info.el.2008-01-21, by Aidan Kehoe
-
Merge.2008-01-20, by Aidan Kehoe
-
Always use boyer_moore in ASCII or Latin-1 buffers with ASCII search strings.2007-12-26, by Aidan Kehoe
-
Use bignums if necessary for file size in #'file-attributes.2008-01-19, by Aidan Kehoe
-
Use debug version of Intel's math library when debugging.2008-01-19, by Vin Shelton
-
Prevent access to uninitialized variables in x_init_device.2008-01-18, by Jerry James
-
Add support for the Intel compiler under Windows2008-01-18, by Vin Shelton
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs2008-01-17, by Aidan Kehoe
-
Configure fixes from Hans de Graaff, as used in Gentoo.2008-01-17, by Aidan Kehoe
-
2008-01-13 Michael Sperber <mike@xemacs.org>2008-01-17, by Mike Sperber
-
Call #'make-temp-file in mule-tests.el, now it's available.2008-01-16, by Aidan Kehoe
-
Have list hashes depend on the order of the contents, as is the case for vectors.2008-01-16, by Aidan Kehoe
-
Bind '(shift delete) to #'kill-primary-selection by default.2008-01-15, by Aidan Kehoe
-
Don't assume lisp-tests.el will be correctly read as UTF-8.2008-01-15, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2008-01-15, by Aidan Kehoe
-
Avoid clearing print-gensym-alist inappropriately when printing hash tables.2008-01-15, by Aidan Kehoe
-
Make font-lock-{add,remove}-keywords actually work.2008-01-14, by Jerry James
-
bytecomp.el: bind print-gensym-alist to nil even with non-defvar, defun, [...] forms.2008-01-14, by Aidan Kehoe
-
Clarify #'map-range-table docstring.2008-01-12, by Aidan Kehoe
-
ChangeLog spelling correction; scrool -> scroll2008-01-11, by Aidan Kehoe
-
Check that __STDC_VERSION__ is defined before examining it.2008-01-08, by Aidan Kehoe
-
Don't use PATH_MAX_EXTERNAL, non-Win32.2008-01-08, by Aidan Kehoe
-
Adapt INLINE_HEADER to the C99 inline semantics.2008-01-08, by Jerry James
-
Clarify the copyright and license of src/xemacs.def.in.in.2008-01-07, by Jerry James
-
Don't call substitute-in-file-name haphazardly.2008-01-05, by Mike Sperber
-
Improve upon previous patch to minibuf.el.2008-01-05, by Mike Sperber
-
Correct the make-temp-name docstring.2008-01-03, by Aidan Kehoe
-
Create the containing directory for the custom and init files if necessary.2008-01-03, by Aidan Kehoe
-
Improve style and add tests for 'built-in-symbol-file'.2008-01-03, by Stephen J. Turnbull
-
Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts.2008-01-02, by Aidan Kehoe
-
Remove x-iso8859-1.el, gtk-iso8859-1.el; they haven't been used for 18 months.2008-01-02, by Aidan Kehoe
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs2008-01-02, by Aidan Kehoe
-
Fix the union build--check that built-in macro function values are nil, not zero.2008-01-02, by Aidan Kehoe
-
Fix problem with file dialog box.2008-01-02, by Mike Sperber
-
Update window-size computation.2008-01-02, by Mike Sperber
-
Fix incorrect comment convention.2008-01-02, by Stephen J. Turnbull
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-31, by Aidan Kehoe
-
Byte-compile menu lambdas; make the menu of available tutorials more readable.2007-12-31, by Aidan Kehoe
-
Provide 'iso8859-1 again; one file (iso-syntax.el) uses it in the packages.2007-12-30, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-30, by Aidan Kehoe
-
Add ascii-case-table, #'with-case-table; make iso8859-1.el more comprehensible.2007-12-30, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-30, by Aidan Kehoe
-
Handle macros, autoloads correctly in symbol-file. Add an incomplete TYPE arg.2007-12-30, by Aidan Kehoe
-
Move debugging code to usage example.2007-12-30, by Stephen J. Turnbull
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs2007-12-27, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-27, by Aidan Kehoe
-
Accept strings as glyph instantiators, fix control-arrow-glyph, etc.2007-12-25, by Aidan Kehoe
-
Compute size for Xft fonts.2007-12-27, by Mike Sperber
-
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.2007-12-27, by Stephen J. Turnbull
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-26, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-24, by Aidan Kehoe
-
Unify the typed character under X11, using the unicode precedence list2007-12-24, by Aidan Kehoe
-
Make check-available-packages announce where to install packages.2007-12-26, by Stephen J. Turnbull
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs2007-12-24, by Aidan Kehoe
-
Provide a DEFAULT argument in #'intern-soft.2007-12-24, by Aidan Kehoe
-
Add support for installing bundled patches.2007-12-24, by Stephen J. Turnbull
-
Merge an old patch of Ben's, involving font instantiation and charsets.2007-12-23, by Aidan Kehoe
-
Factor out lists of operators specially treated by 'make-autoload'.2007-12-22, by Stephen J. Turnbull
-
Respect the CODESYS argument in #'open-database; don't autodetect EOL.2007-12-22, by Aidan Kehoe
-
Fix typo of "late packages" for "last packages".2007-12-22, by Stephen J. Turnbull
-
Merge.2007-12-22, by Stephen J. Turnbull
-
Commit deletion of file, omitted from earlier commit.2007-12-22, by Stephen J. Turnbull
-
Rework init-file migration.2007-12-21, by Mike Sperber
-
Refactor and rename reproduce-bugs.el to reproduce-crashes.el.2007-12-21, by Stephen J. Turnbull
-
Rename reproduce-bugs.el to reproduce-crashes.el.2007-12-21, by Stephen J. Turnbull
-
Refactor reproduce-bugs.el to usable state.2007-12-21, by Stephen J. Turnbull
-
Fix unused parameter warnings when compiling with ALSA sound support.2007-12-20, by Jerry James
-
Drat. Hashmarks need to be escaped in .hgignore patterns.2007-12-20, by Stephen J. Turnbull
-
Merge.2007-12-20, by Stephen J. Turnbull
-
Make Mercurial ignore patch .rej files, Emacs autosaves, and Emacs lockfiles.2007-12-20, by Stephen J. Turnbull
-
Merge.2007-12-20, by Mike Sperber
-
Sync config.guess and config.sub with the latest upstream versions.2007-12-19, by james
-
#'special-form-p; don't error (thank you Jerry James); flesh out docstring.2007-12-18, by Aidan Kehoe
-
Provide #'special-form-p, for the use of advice.el, perhaps other files.2007-12-18, by Aidan Kehoe
-
Within #'describe-function, say what commands are bound to.2007-12-18, by Aidan Kehoe
-
Automated merge with file:/Sources/xemacs-21.5-checked-out2007-12-18, by Aidan Kehoe
-
Take out some debug code; correct some original code.2007-12-18, by Aidan Kehoe
-
Insert <immediate> into section header for immediate autoloads.2007-12-20, by Mike Sperber
-
Don't use undocumented Xt functions in external widget.2007-12-19, by Mike Sperber
-
Make Mercurial ignore many generated files.2007-12-18, by Mike Sperber
-
Provide %b in #'format; use it for converting between ints and bit vectors.2007-12-17, by Aidan Kehoe
-
Autoconfiscate the recent fontconfig spelling change.2007-12-14, by Aidan Kehoe
-
Fix a #'setenv bug, merge other changes from GNU's env.el.2007-12-14, by Aidan Kehoe
-
Don't let libtiff override the size of a boolean, Win32. From Ron Isaacson.2007-12-11, by Aidan Kehoe
-
Avoid an error when clicking on Help -> Tutorials2007-12-11, by Aidan Kehoe
-
Don't error on unknown environment variables, #'substitute-in-file-name.2007-12-11, by Aidan Kehoe
-
Commit a forgotten chunk of 4d0f773d5e21.2007-12-11, by Aidan Kehoe
-
src/search.c (simple_search): Fix underrun in reverse search.2007-12-10, by Stephen J. Turnbull
-
Resuscitate reproduce-bugs.el.2007-12-10, by Stephen J. Turnbull
-
Spelling fixes.2007-12-09, by Ville Skyttä
-
Specify coding-system-for-write, add a coding cookie in #'write-abbrev-file.2007-12-09, by Aidan Kehoe
-
Fix the test failures introduced by the non-ISO-2022 coding systems.2007-12-09, by Aidan Kehoe
-
Eliminate lost docstring warnings on 21.5.2007-12-09, by Aidan Kehoe
-
Create "UTF-8" and "WINDOWS-1252" language environments.2007-12-09, by Aidan Kehoe
-
Bind mouse wheel movements by default,2007-12-08, by Aidan Kehoe
-
Minor bio update to test new hg repository2007-12-07, by Vin Shelton
-
Forgotten ChangeLog entry for changesets 4311 and 4312.2007-12-07, by Ville Skyttä
-
Spelling fixes.2007-12-06, by Ville Skyttä
-
Spelling fixes.2007-12-06, by Ville Skyttä
-
Fix two Tailor glitches.2007-12-06, by Mike Sperber
-
[xemacs-hg @ 2007-12-05 22:51:09 by viteno]2007-12-05, by viteno
-
[xemacs-hg @ 2007-12-05 19:22:03 by aidan]2007-12-05, by aidan
-
[xemacs-hg @ 2007-12-05 08:26:00 by stephent]2007-12-05, by stephent
-
[xemacs-hg @ 2007-12-04 22:50:59 by viteno]2007-12-04, by viteno
-
[xemacs-hg @ 2007-12-04 20:40:49 by aidan]2007-12-04, by aidan
-
[xemacs-hg @ 2007-12-04 20:35:30 by aidan]2007-12-04, by aidan
-
[xemacs-hg @ 2007-12-04 20:18:33 by aidan]2007-12-04, by aidan
-
[xemacs-hg @ 2007-12-03 22:51:15 by viteno]2007-12-03, by viteno
-
[xemacs-hg @ 2007-12-02 22:50:56 by viteno]2007-12-02, by viteno
-
[xemacs-hg @ 2007-12-01 22:51:16 by viteno]2007-12-01, by viteno
-
[xemacs-hg @ 2007-12-01 14:24:46 by aidan]2007-12-01, by aidan
-
[xemacs-hg @ 2007-12-01 13:40:06 by aidan]2007-12-01, by aidan
-
[xemacs-hg @ 2007-11-30 22:51:05 by viteno]2007-11-30, by viteno
-
[xemacs-hg @ 2007-11-29 22:50:54 by viteno]2007-11-29, by viteno
-
[xemacs-hg @ 2007-11-29 13:37:51 by aidan]2007-11-29, by aidan
-
[xemacs-hg @ 2007-11-28 22:51:17 by viteno]2007-11-28, by viteno
-
[xemacs-hg @ 2007-11-28 21:23:55 by aidan]2007-11-28, by aidan
-
[xemacs-hg @ 2007-11-28 21:17:45 by aidan]2007-11-28, by aidan
-
[xemacs-hg @ 2007-11-27 23:18:25 by aidan]2007-11-27, by aidan
-
[xemacs-hg @ 2007-11-27 22:52:06 by viteno]2007-11-27, by viteno
-
[xemacs-hg @ 2007-11-27 22:15:32 by aidan]2007-11-27, by aidan
-
[xemacs-hg @ 2007-11-27 15:38:39 by aidan]2007-11-27, by aidan
-
[xemacs-hg @ 2007-11-27 13:51:03 by aidan]2007-11-27, by aidan
-
[xemacs-hg @ 2007-11-26 22:51:07 by viteno]2007-11-26, by viteno
-
[xemacs-hg @ 2007-11-25 22:51:02 by viteno]2007-11-25, by viteno
-
[xemacs-hg @ 2007-11-24 22:51:03 by viteno]2007-11-24, by viteno
-
[xemacs-hg @ 2007-11-23 22:50:48 by viteno]2007-11-23, by viteno
-
[xemacs-hg @ 2007-11-23 17:30:48 by vins]2007-11-23, by vins
-
[xemacs-hg @ 2007-11-23 17:27:07 by vins]2007-11-23, by vins
-
[xemacs-hg @ 2007-11-22 22:51:12 by viteno]2007-11-22, by viteno
-
[xemacs-hg @ 2007-11-21 22:50:49 by viteno]2007-11-21, by viteno
-
[xemacs-hg @ 2007-11-20 22:51:09 by viteno]2007-11-20, by viteno
-
[xemacs-hg @ 2007-11-19 22:51:17 by viteno]2007-11-19, by viteno
-
[xemacs-hg @ 2007-11-18 22:51:16 by viteno]2007-11-18, by viteno
-
[xemacs-hg @ 2007-11-17 22:51:05 by viteno]2007-11-17, by viteno
-
[xemacs-hg @ 2007-11-16 22:51:06 by viteno]2007-11-16, by viteno
-
[xemacs-hg @ 2007-11-15 22:51:13 by viteno]2007-11-15, by viteno
-
[xemacs-hg @ 2007-11-15 19:05:47 by aidan]2007-11-15, by aidan
-
[xemacs-hg @ 2007-11-15 15:24:20 by aidan]2007-11-15, by aidan
-
[xemacs-hg @ 2007-11-15 10:05:14 by aidan]2007-11-15, by aidan
-
[xemacs-hg @ 2007-11-14 22:50:59 by viteno]2007-11-14, by viteno
-
[xemacs-hg @ 2007-11-14 19:41:04 by aidan]2007-11-14, by aidan
-
[xemacs-hg @ 2007-11-14 19:25:39 by aidan]2007-11-14, by aidan
-
[xemacs-hg @ 2007-11-14 18:51:20 by aidan]2007-11-14, by aidan
-
[xemacs-hg @ 2007-11-14 18:20:41 by aidan]2007-11-14, by aidan
-
[xemacs-hg @ 2007-11-14 18:06:47 by aidan]2007-11-14, by aidan
-
[xemacs-hg @ 2007-11-13 22:50:51 by viteno]2007-11-13, by viteno
-
[xemacs-hg @ 2007-11-12 22:52:03 by viteno]2007-11-12, by viteno
-
[xemacs-hg @ 2007-11-11 22:51:11 by viteno]2007-11-11, by viteno
-
[xemacs-hg @ 2007-11-10 22:51:43 by viteno]2007-11-10, by viteno
-
[xemacs-hg @ 2007-11-09 22:51:11 by viteno]2007-11-09, by viteno
-
[xemacs-hg @ 2007-11-08 22:51:15 by viteno]2007-11-08, by viteno
-
[xemacs-hg @ 2007-11-08 14:43:38 by aidan]2007-11-08, by aidan
-
[xemacs-hg @ 2007-11-08 07:12:39 by michaels]2007-11-08, by michaels
-
[xemacs-hg @ 2007-11-07 22:51:15 by viteno]2007-11-07, by viteno
-
[xemacs-hg @ 2007-11-06 22:51:11 by viteno]2007-11-06, by viteno
-
[xemacs-hg @ 2007-11-05 22:51:01 by viteno]2007-11-05, by viteno
-
[xemacs-hg @ 2007-11-05 14:59:20 by didierv]2007-11-05, by didierv
-
[xemacs-hg @ 2007-11-04 22:50:59 by viteno]2007-11-04, by viteno
-
[xemacs-hg @ 2007-11-03 22:51:00 by viteno]2007-11-03, by viteno
-
[xemacs-hg @ 2007-11-02 22:50:59 by viteno]2007-11-02, by viteno
-
[xemacs-hg @ 2007-11-01 22:51:01 by viteno]2007-11-01, by viteno
-
[xemacs-hg @ 2007-10-31 22:50:57 by viteno]2007-10-31, by viteno
-
[xemacs-hg @ 2007-10-31 11:21:02 by aidan]2007-10-31, by aidan
-
[xemacs-hg @ 2007-10-30 22:51:13 by viteno]2007-10-30, by viteno
-
[xemacs-hg @ 2007-10-29 22:51:12 by viteno]2007-10-29, by viteno
-
[xemacs-hg @ 2007-10-28 22:51:04 by viteno]2007-10-28, by viteno
-
[xemacs-hg @ 2007-10-27 21:51:18 by viteno]2007-10-27, by viteno
-
[xemacs-hg @ 2007-10-26 21:51:11 by viteno]2007-10-26, by viteno
-
[xemacs-hg @ 2007-10-26 10:51:02 by aidan]2007-10-26, by aidan
-
[xemacs-hg @ 2007-10-25 21:51:20 by viteno]2007-10-25, by viteno
-
[xemacs-hg @ 2007-10-24 21:50:51 by viteno]2007-10-24, by viteno
-
[xemacs-hg @ 2007-10-23 21:51:19 by viteno]2007-10-23, by viteno
-
[xemacs-hg @ 2007-10-22 21:51:03 by viteno]2007-10-22, by viteno
-
[xemacs-hg @ 2007-10-21 21:51:07 by viteno]2007-10-21, by viteno
-
[xemacs-hg @ 2007-10-20 21:51:07 by viteno]2007-10-20, by viteno
-
[xemacs-hg @ 2007-10-19 21:51:10 by viteno]2007-10-19, by viteno
-
[xemacs-hg @ 2007-10-18 21:51:08 by viteno]2007-10-18, by viteno
-
[xemacs-hg @ 2007-10-17 21:51:47 by viteno]2007-10-17, by viteno
-
[xemacs-hg @ 2007-10-16 21:51:06 by viteno]2007-10-16, by viteno
-
[xemacs-hg @ 2007-10-15 21:51:19 by viteno]2007-10-15, by viteno
-
[xemacs-hg @ 2007-10-15 10:55:49 by aidan]2007-10-15, by aidan
-
[xemacs-hg @ 2007-10-15 10:53:33 by aidan]2007-10-15, by aidan
-
[xemacs-hg @ 2007-10-15 09:55:43 by didierv]2007-10-15, by didierv
-
[xemacs-hg @ 2007-10-15 06:54:20 by adrian]2007-10-15, by adrian
-
[xemacs-hg @ 2007-10-14 21:50:50 by viteno]2007-10-14, by viteno
-
[xemacs-hg @ 2007-10-13 21:50:54 by viteno]2007-10-13, by viteno
-
[xemacs-hg @ 2007-10-13 14:08:26 by aidan]2007-10-13, by aidan
-
[xemacs-hg @ 2007-10-12 21:51:07 by viteno]2007-10-12, by viteno
-
[xemacs-hg @ 2007-10-11 21:51:09 by viteno]2007-10-11, by viteno
-
[xemacs-hg @ 2007-10-10 21:51:05 by viteno]2007-10-10, by viteno
-
[xemacs-hg @ 2007-10-09 21:51:05 by viteno]2007-10-09, by viteno
-
[xemacs-hg @ 2007-10-08 21:50:56 by viteno]2007-10-08, by viteno
-
[xemacs-hg @ 2007-10-07 21:51:22 by viteno]2007-10-07, by viteno
-
[xemacs-hg @ 2007-10-07 06:54:59 by stephent]2007-10-07, by stephent
-
[xemacs-hg @ 2007-10-06 21:51:00 by viteno]2007-10-06, by viteno
-
[xemacs-hg @ 2007-10-05 21:50:55 by viteno]2007-10-05, by viteno
-
[xemacs-hg @ 2007-10-04 21:51:06 by viteno]2007-10-04, by viteno
-
[xemacs-hg @ 2007-10-03 21:50:57 by viteno]2007-10-03, by viteno
-
[xemacs-hg @ 2007-10-03 21:31:10 by didierv]2007-10-03, by didierv
-
[xemacs-hg @ 2007-10-03 16:53:38 by aidan]2007-10-03, by aidan
-
[xemacs-hg @ 2007-10-03 13:28:19 by didierv]2007-10-03, by didierv
-
[xemacs-hg @ 2007-10-03 10:06:39 by didierv]2007-10-03, by didierv
-
[xemacs-hg @ 2007-10-02 21:51:44 by viteno]2007-10-02, by viteno
-
[xemacs-hg @ 2007-10-02 20:08:57 by aidan]2007-10-02, by aidan
-
[xemacs-hg @ 2007-10-02 19:49:02 by aidan]2007-10-02, by aidan
-
[xemacs-hg @ 2007-10-02 19:31:30 by aidan]2007-10-02, by aidan
-
[xemacs-hg @ 2007-10-02 10:33:04 by aidan]2007-10-02, by aidan
-
[xemacs-hg @ 2007-10-02 07:54:07 by didierv]2007-10-02, by didierv
-
[xemacs-hg @ 2007-10-01 21:50:59 by viteno]2007-10-01, by viteno
-
[xemacs-hg @ 2007-10-01 08:07:39 by stephent]2007-10-01, by stephent
-
[xemacs-hg @ 2007-09-30 21:50:52 by viteno]2007-09-30, by viteno
-
[xemacs-hg @ 2007-09-30 19:56:42 by aidan]2007-09-30, by aidan
-
[xemacs-hg @ 2007-09-30 15:26:05 by adrian]2007-09-30, by adrian
-
[xemacs-hg @ 2007-09-30 15:13:33 by adrian]2007-09-30, by adrian
-
[xemacs-hg @ 2007-09-30 11:59:34 by aidan]2007-09-30, by aidan
-
[xemacs-hg @ 2007-09-30 11:37:59 by aidan]2007-09-30, by aidan
-
[xemacs-hg @ 2007-09-29 21:51:01 by viteno]2007-09-29, by viteno
-
[xemacs-hg @ 2007-09-28 21:50:55 by viteno]2007-09-28, by viteno
-
[xemacs-hg @ 2007-09-27 21:51:27 by viteno]2007-09-27, by viteno
-
[xemacs-hg @ 2007-09-26 21:50:54 by viteno]2007-09-26, by viteno
-
[xemacs-hg @ 2007-09-26 20:50:07 by adrian]2007-09-26, by adrian
-
[xemacs-hg @ 2007-09-26 13:27:59 by didierv]2007-09-26, by didierv
-
[xemacs-hg @ 2007-09-26 09:36:49 by didierv]2007-09-26, by didierv
-
[xemacs-hg @ 2007-09-25 21:51:22 by viteno]2007-09-25, by viteno
-
[xemacs-hg @ 2007-09-25 21:21:08 by adrian]2007-09-25, by adrian
-
[xemacs-hg @ 2007-09-24 21:51:01 by viteno]2007-09-24, by viteno
-
[xemacs-hg @ 2007-09-23 21:50:57 by viteno]2007-09-23, by viteno
-
[xemacs-hg @ 2007-09-22 21:51:13 by viteno]2007-09-22, by viteno
-
[xemacs-hg @ 2007-09-21 21:51:02 by viteno]2007-09-21, by viteno
-
[xemacs-hg @ 2007-09-20 21:50:53 by viteno]2007-09-20, by viteno
-
[xemacs-hg @ 2007-09-20 21:18:33 by didierv]2007-09-20, by didierv
-
[xemacs-hg @ 2007-09-19 21:50:57 by viteno]2007-09-19, by viteno
-
[xemacs-hg @ 2007-09-19 14:52:18 by didierv]2007-09-19, by didierv
-
[xemacs-hg @ 2007-09-19 14:49:07 by didierv]2007-09-19, by didierv
-
[xemacs-hg @ 2007-09-18 21:51:06 by viteno]2007-09-18, by viteno
-
[xemacs-hg @ 2007-09-18 02:55:29 by james]2007-09-18, by james
-
[xemacs-hg @ 2007-09-17 21:50:52 by viteno]2007-09-17, by viteno
-
[xemacs-hg @ 2007-09-16 21:50:52 by viteno]2007-09-16, by viteno
-
[xemacs-hg @ 2007-09-15 21:50:54 by viteno]2007-09-15, by viteno
-
[xemacs-hg @ 2007-09-15 19:11:54 by viteno]2007-09-15, by viteno
-
[xemacs-hg @ 2007-09-14 21:51:12 by viteno]2007-09-14, by viteno
-
[xemacs-hg @ 2007-09-13 21:51:15 by viteno]2007-09-13, by viteno
-
[xemacs-hg @ 2007-09-06 21:51:29 by viteno]2007-09-06, by viteno
-
[xemacs-hg @ 2007-09-05 21:51:09 by viteno]2007-09-05, by viteno
-
[xemacs-hg @ 2007-09-05 06:50:44 by michaels]2007-09-05, by michaels
-
[xemacs-hg @ 2007-09-04 21:51:35 by viteno]2007-09-04, by viteno
-
[xemacs-hg @ 2007-09-04 21:20:18 by aidan]2007-09-04, by aidan
-
[xemacs-hg @ 2007-09-03 21:51:09 by viteno]2007-09-03, by viteno
-
[xemacs-hg @ 2007-09-03 13:16:39 by viteno]2007-09-03, by viteno
-
[xemacs-hg @ 2007-09-02 21:51:36 by viteno]2007-09-02, by viteno
-
[xemacs-hg @ 2007-09-01 21:51:05 by viteno]2007-09-01, by viteno
-
[xemacs-hg @ 2007-08-31 21:50:51 by viteno]2007-08-31, by viteno
-
[xemacs-hg @ 2007-08-31 08:34:25 by didierv]2007-08-31, by didierv
-
[xemacs-hg @ 2007-08-30 21:51:16 by viteno]2007-08-30, by viteno
-
[xemacs-hg @ 2007-08-30 07:32:34 by michaels]2007-08-30, by michaels
-
[xemacs-hg @ 2007-08-29 21:51:17 by viteno]2007-08-29, by viteno
-
[xemacs-hg @ 2007-08-29 06:19:44 by michaels]2007-08-29, by michaels
-
[xemacs-hg @ 2007-08-28 21:51:26 by viteno]2007-08-28, by viteno
-
[xemacs-hg @ 2007-08-28 09:49:36 by aidan]2007-08-28, by aidan
-
[xemacs-hg @ 2007-08-27 21:51:09 by viteno]2007-08-27, by viteno
-
[xemacs-hg @ 2007-08-27 11:38:52 by michaels]2007-08-27, by michaels
-
[xemacs-hg @ 2007-08-27 10:26:33 by michaels]2007-08-27, by michaels
-
[xemacs-hg @ 2007-08-26 21:51:50 by viteno]2007-08-26, by viteno
-
[xemacs-hg @ 2007-08-26 20:00:29 by aidan]2007-08-26, by aidan
-
[xemacs-hg @ 2007-08-25 21:51:21 by viteno]2007-08-25, by viteno
-
[xemacs-hg @ 2007-08-24 22:26:42 by adrian]2007-08-24, by adrian
-
[xemacs-hg @ 2007-08-24 21:51:26 by viteno]2007-08-24, by viteno
-
[xemacs-hg @ 2007-08-24 13:03:04 by crestani]2007-08-24, by crestani
-
[xemacs-hg @ 2007-08-23 21:51:35 by viteno]2007-08-23, by viteno
-
[xemacs-hg @ 2007-08-23 12:31:32 by vins]2007-08-23, by vins
-
[xemacs-hg @ 2007-08-22 21:51:12 by viteno]2007-08-22, by viteno
-
[xemacs-hg @ 2007-08-22 15:10:10 by aidan]2007-08-22, by aidan
-
[xemacs-hg @ 2007-08-22 07:15:24 by michaels]2007-08-22, by michaels
-
[xemacs-hg @ 2007-08-21 21:51:14 by viteno]2007-08-21, by viteno
-
[xemacs-hg @ 2007-08-21 20:32:33 by aidan]2007-08-21, by aidan
-
[xemacs-hg @ 2007-08-21 12:38:57 by aidan]2007-08-21, by aidan
-
[xemacs-hg @ 2007-08-20 22:29:29 by adrian]2007-08-20, by adrian
-
[xemacs-hg @ 2007-08-20 21:51:24 by viteno]2007-08-20, by viteno
-
[xemacs-hg @ 2007-08-19 21:51:46 by viteno]2007-08-19, by viteno
-
[xemacs-hg @ 2007-08-18 21:51:12 by viteno]2007-08-18, by viteno
-
[xemacs-hg @ 2007-08-18 16:33:29 by vins]2007-08-18, by vins
-
[xemacs-hg @ 2007-08-18 13:38:08 by adrian]2007-08-18, by adrian
-
[xemacs-hg @ 2007-08-17 21:51:21 by viteno]2007-08-17, by viteno
-
[xemacs-hg @ 2007-08-17 10:16:46 by crestani]2007-08-17, by crestani
-
[xemacs-hg @ 2007-08-17 08:08:05 by crestani]2007-08-17, by crestani
-
[xemacs-hg @ 2007-08-17 08:04:25 by crestani]2007-08-17, by crestani
-
[xemacs-hg @ 2007-08-17 08:01:13 by crestani]2007-08-17, by crestani
-
[xemacs-hg @ 2007-08-16 21:52:08 by viteno]2007-08-16, by viteno
-
[xemacs-hg @ 2007-08-15 23:23:30 by adrian]2007-08-15, by adrian
-
[xemacs-hg @ 2007-08-15 21:51:19 by viteno]2007-08-15, by viteno
-
[xemacs-hg @ 2007-08-15 12:28:06 by michaels]2007-08-15, by michaels
-
[xemacs-hg @ 2007-08-15 11:06:02 by crestani]2007-08-15, by crestani
-
[xemacs-hg @ 2007-08-14 21:51:16 by viteno]2007-08-14, by viteno
-
[xemacs-hg @ 2007-08-14 18:58:13 by crestani]2007-08-14, by crestani
-
[xemacs-hg @ 2007-08-13 21:51:24 by viteno]2007-08-13, by viteno
-
[xemacs-hg @ 2007-08-12 21:50:48 by viteno]2007-08-12, by viteno
-
[xemacs-hg @ 2007-08-11 21:51:00 by viteno]2007-08-11, by viteno
-
[xemacs-hg @ 2007-08-11 14:42:50 by michaels]2007-08-11, by michaels
-
[xemacs-hg @ 2007-08-10 21:51:20 by viteno]2007-08-10, by viteno
-
[xemacs-hg @ 2007-08-09 21:51:29 by viteno]2007-08-09, by viteno
-
[xemacs-hg @ 2007-08-09 06:22:51 by michaels]2007-08-09, by michaels
-
[xemacs-hg @ 2007-08-08 21:51:18 by viteno]2007-08-08, by viteno
-
[xemacs-hg @ 2007-08-08 20:52:52 by aidan]2007-08-08, by aidan
-
[xemacs-hg @ 2007-08-08 18:06:11 by stephent]2007-08-08, by stephent
-
[xemacs-hg @ 2007-08-08 14:54:41 by aidan]2007-08-08, by aidan
-
[xemacs-hg @ 2007-08-07 23:08:47 by aidan]2007-08-07, by aidan
-
[xemacs-hg @ 2007-08-07 21:51:12 by viteno]2007-08-07, by viteno
-
[xemacs-hg @ 2007-08-06 21:51:23 by viteno]2007-08-06, by viteno
-
[xemacs-hg @ 2007-08-06 14:50:39 by michaels]2007-08-06, by michaels
-
[xemacs-hg @ 2007-08-06 07:00:26 by aidan]2007-08-06, by aidan
-
[xemacs-hg @ 2007-08-05 21:51:15 by viteno]2007-08-05, by viteno
-
[xemacs-hg @ 2007-08-04 21:51:10 by viteno]2007-08-04, by viteno
-
[xemacs-hg @ 2007-08-04 20:00:10 by aidan]2007-08-04, by aidan
-
[xemacs-hg @ 2007-08-03 21:51:12 by viteno]2007-08-03, by viteno
-
[xemacs-hg @ 2007-08-02 21:51:49 by viteno]2007-08-02, by viteno
-
[xemacs-hg @ 2007-08-02 06:37:48 by michaels]2007-08-02, by michaels
-
[xemacs-hg @ 2007-08-02 06:33:04 by michaels]2007-08-02, by michaels
-
[xemacs-hg @ 2007-08-01 21:51:10 by viteno]2007-08-01, by viteno
-
[xemacs-hg @ 2007-08-01 13:53:32 by aidan]2007-08-01, by aidan
-
[xemacs-hg @ 2007-07-31 21:51:15 by viteno]2007-07-31, by viteno
-
[xemacs-hg @ 2007-07-30 21:51:11 by viteno]2007-07-30, by viteno
-
[xemacs-hg @ 2007-07-29 21:51:25 by viteno]2007-07-29, by viteno
-
[xemacs-hg @ 2007-07-28 21:51:07 by viteno]2007-07-28, by viteno
-
[xemacs-hg @ 2007-07-28 09:32:26 by aidan]2007-07-28, by aidan
-
[xemacs-hg @ 2007-07-28 08:25:40 by aidan]2007-07-28, by aidan
-
[xemacs-hg @ 2007-07-28 08:02:15 by aidan]2007-07-28, by aidan
-
[xemacs-hg @ 2007-07-27 22:25:20 by adrian]2007-07-27, by adrian
-
[xemacs-hg @ 2007-07-27 21:51:15 by viteno]2007-07-27, by viteno
-
[xemacs-hg @ 2007-07-27 18:56:45 by aidan]2007-07-27, by aidan
-
[xemacs-hg @ 2007-07-26 21:51:51 by viteno]2007-07-26, by viteno
-
[xemacs-hg @ 2007-07-26 11:15:04 by aidan]2007-07-26, by aidan
-
[xemacs-hg @ 2007-07-25 21:51:21 by viteno]2007-07-25, by viteno
-
[xemacs-hg @ 2007-07-24 21:51:15 by viteno]2007-07-24, by viteno
-
[xemacs-hg @ 2007-07-23 21:52:43 by viteno]2007-07-23, by viteno
-
[xemacs-hg @ 2007-07-23 21:52:00 by viteno]2007-07-23, by viteno
-
[xemacs-hg @ 2007-07-23 14:19:39 by aidan]2007-07-23, by aidan
-
[xemacs-hg @ 2007-07-22 22:03:29 by aidan]2007-07-22, by aidan
-
[xemacs-hg @ 2007-07-22 21:53:08 by viteno]2007-07-22, by viteno
-
[xemacs-hg @ 2007-07-21 21:52:16 by viteno]2007-07-21, by viteno
-
[xemacs-hg @ 2007-07-20 21:51:05 by viteno]2007-07-20, by viteno
-
[xemacs-hg @ 2007-07-19 21:51:46 by viteno]2007-07-19, by viteno
-
[xemacs-hg @ 2007-07-18 21:51:17 by viteno]2007-07-18, by viteno
-
[xemacs-hg @ 2007-07-17 21:51:50 by viteno]2007-07-17, by viteno
-
[xemacs-hg @ 2007-07-16 21:51:31 by viteno]2007-07-16, by viteno
-
[xemacs-hg @ 2007-07-16 13:47:41 by aidan]2007-07-16, by aidan
-
[xemacs-hg @ 2007-07-16 13:34:27 by aidan]2007-07-16, by aidan
-
[xemacs-hg @ 2007-07-16 12:26:00 by aidan]2007-07-16, by aidan
-
[xemacs-hg @ 2007-07-15 21:51:42 by viteno]2007-07-15, by viteno
-
[xemacs-hg @ 2007-07-14 21:50:53 by viteno]2007-07-14, by viteno
-
[xemacs-hg @ 2007-07-13 21:51:14 by viteno]2007-07-13, by viteno
-
[xemacs-hg @ 2007-07-12 21:51:07 by viteno]2007-07-12, by viteno
-
[xemacs-hg @ 2007-07-11 21:51:18 by viteno]2007-07-11, by viteno
-
[xemacs-hg @ 2007-07-10 21:51:09 by viteno]2007-07-10, by viteno
-
[xemacs-hg @ 2007-07-09 21:52:24 by viteno]2007-07-09, by viteno
-
[xemacs-hg @ 2007-07-08 21:52:02 by viteno]2007-07-08, by viteno
-
[xemacs-hg @ 2007-07-07 21:51:08 by viteno]2007-07-07, by viteno
-
[xemacs-hg @ 2007-07-06 21:51:35 by viteno]2007-07-06, by viteno
-
[xemacs-hg @ 2007-07-05 21:51:31 by viteno]2007-07-05, by viteno
-
[xemacs-hg @ 2007-07-04 21:51:11 by viteno]2007-07-04, by viteno
-
[xemacs-hg @ 2007-07-03 21:51:36 by viteno]2007-07-03, by viteno
-
[xemacs-hg @ 2007-07-02 21:52:52 by viteno]2007-07-02, by viteno
-
[xemacs-hg @ 2007-07-01 21:51:03 by viteno]2007-07-01, by viteno
-
[xemacs-hg @ 2007-06-30 21:51:10 by viteno]2007-06-30, by viteno
-
[xemacs-hg @ 2007-06-29 21:51:26 by viteno]2007-06-29, by viteno
-
[xemacs-hg @ 2007-06-29 09:44:42 by stephent]2007-06-29, by stephent
-
[xemacs-hg @ 2007-06-29 08:17:44 by stephent]2007-06-29, by stephent
-
[xemacs-hg @ 2007-06-29 08:00:58 by stephent]2007-06-29, by stephent
-
[xemacs-hg @ 2007-06-28 21:51:50 by viteno]2007-06-28, by viteno
-
[xemacs-hg @ 2007-06-27 21:52:29 by viteno]2007-06-27, by viteno
-
[xemacs-hg @ 2007-06-27 12:19:08 by aidan]2007-06-27, by aidan
-
[xemacs-hg @ 2007-06-26 21:51:52 by viteno]2007-06-26, by viteno
-
[xemacs-hg @ 2007-06-25 21:52:20 by viteno]2007-06-25, by viteno
-
[xemacs-hg @ 2007-06-24 21:51:47 by viteno]2007-06-24, by viteno
-
[xemacs-hg @ 2007-06-23 21:52:09 by viteno]2007-06-23, by viteno
-
[xemacs-hg @ 2007-06-22 23:17:46 by adrian]2007-06-22, by adrian
-
[xemacs-hg @ 2007-06-22 21:51:32 by viteno]2007-06-22, by viteno
-
[xemacs-hg @ 2007-06-22 17:52:13 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 17:50:36 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 17:39:04 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 17:26:20 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 17:15:34 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 16:58:36 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 16:37:37 by stephent]2007-06-22, by stephent
-
[xemacs-hg @ 2007-06-22 00:21:12 by aidan]2007-06-22, by aidan
-
[xemacs-hg @ 2007-06-21 23:27:13 by aidan]2007-06-21, by aidan
-
[xemacs-hg @ 2007-06-21 21:51:24 by viteno]2007-06-21, by viteno
-
[xemacs-hg @ 2007-06-21 13:47:55 by aidan]2007-06-21, by aidan
-
[xemacs-hg @ 2007-06-21 13:39:08 by aidan]2007-06-21, by aidan
-
[xemacs-hg @ 2007-06-20 21:51:09 by viteno]2007-06-20, by viteno
-
[xemacs-hg @ 2007-06-19 21:51:40 by viteno]2007-06-19, by viteno
-
[xemacs-hg @ 2007-06-18 21:51:16 by viteno]2007-06-18, by viteno
-
[xemacs-hg @ 2007-06-17 21:51:15 by viteno]2007-06-17, by viteno
-
[xemacs-hg @ 2007-06-16 21:51:19 by viteno]2007-06-16, by viteno
-
[xemacs-hg @ 2007-06-15 21:51:49 by viteno]2007-06-15, by viteno
-
[xemacs-hg @ 2007-06-14 21:51:34 by viteno]2007-06-14, by viteno
-
[xemacs-hg @ 2007-06-13 21:51:16 by viteno]2007-06-13, by viteno
-
[xemacs-hg @ 2007-06-12 21:51:56 by viteno]2007-06-12, by viteno
-
[xemacs-hg @ 2007-06-12 14:42:14 by adrian]2007-06-12, by adrian
-
[xemacs-hg @ 2007-06-12 14:31:59 by adrian]2007-06-12, by adrian
-
[xemacs-hg @ 2007-06-12 10:32:15 by adrian]2007-06-12, by adrian
-
[xemacs-hg @ 2007-06-11 21:51:53 by viteno]2007-06-11, by viteno
-
[xemacs-hg @ 2007-06-10 21:51:23 by viteno]2007-06-10, by viteno
-
[xemacs-hg @ 2007-06-09 21:51:15 by viteno]2007-06-09, by viteno
-
[xemacs-hg @ 2007-06-08 21:51:37 by viteno]2007-06-08, by viteno
-
[xemacs-hg @ 2007-06-07 21:50:56 by viteno]2007-06-07, by viteno
-
[xemacs-hg @ 2007-06-06 21:51:28 by viteno]2007-06-06, by viteno
-
[xemacs-hg @ 2007-06-05 21:51:28 by viteno]2007-06-05, by viteno
-
[xemacs-hg @ 2007-06-04 21:51:21 by viteno]2007-06-04, by viteno
-
[xemacs-hg @ 2007-06-03 21:51:20 by viteno]2007-06-03, by viteno
-
[xemacs-hg @ 2007-06-03 17:32:28 by aidan]2007-06-03, by aidan
-
[xemacs-hg @ 2007-06-02 21:51:10 by viteno]2007-06-02, by viteno
-
[xemacs-hg @ 2007-06-01 21:51:14 by viteno]2007-06-01, by viteno
-
[xemacs-hg @ 2007-05-31 21:51:31 by viteno]2007-05-31, by viteno
-
[xemacs-hg @ 2007-05-30 21:50:54 by viteno]2007-05-30, by viteno
-
[xemacs-hg @ 2007-05-29 21:51:18 by viteno]2007-05-29, by viteno
-
[xemacs-hg @ 2007-05-29 14:14:49 by stephent]2007-05-29, by stephent
-
[xemacs-hg @ 2007-05-28 21:52:23 by viteno]2007-05-28, by viteno
-
[xemacs-hg @ 2007-05-27 21:51:05 by viteno]2007-05-27, by viteno
-
[xemacs-hg @ 2007-05-26 21:51:28 by viteno]2007-05-26, by viteno
-
[xemacs-hg @ 2007-05-26 19:00:16 by aidan]2007-05-26, by aidan
-
[xemacs-hg @ 2007-05-26 18:28:19 by aidan]2007-05-26, by aidan
-
[xemacs-hg @ 2007-05-25 21:51:11 by viteno]2007-05-25, by viteno
-
[xemacs-hg @ 2007-05-25 16:35:23 by scop]2007-05-25, by scop
-
[xemacs-hg @ 2007-05-25 15:47:55 by michaels]2007-05-25, by michaels
-
[xemacs-hg @ 2007-05-24 21:51:21 by viteno]2007-05-24, by viteno
-
[xemacs-hg @ 2007-05-24 20:18:50 by james]2007-05-24, by james
-
[xemacs-hg @ 2007-05-23 21:52:00 by viteno]2007-05-23, by viteno
-
[xemacs-hg @ 2007-05-22 21:51:24 by viteno]2007-05-22, by viteno
-
[xemacs-hg @ 2007-05-21 21:51:22 by viteno]2007-05-21, by viteno
-
[xemacs-hg @ 2007-05-21 11:39:55 by scop]2007-05-21, by scop
-
[xemacs-hg @ 2007-05-21 09:25:46 by aidan]2007-05-21, by aidan
-
[xemacs-hg @ 2007-05-21 09:25:14 by aidan]2007-05-21, by aidan
-
[xemacs-hg @ 2007-05-21 08:11:37 by aidan]2007-05-21, by aidan
-
[xemacs-hg @ 2007-05-21 03:54:32 by stephent]2007-05-21, by stephent
-
[xemacs-hg @ 2007-05-21 03:51:39 by stephent]2007-05-21, by stephent
-
[xemacs-hg @ 2007-05-21 03:50:13 by stephent]2007-05-21, by stephent
-
[xemacs-hg @ 2007-05-20 21:51:21 by viteno]2007-05-20, by viteno
-
[xemacs-hg @ 2007-05-20 20:09:20 by aidan]2007-05-20, by aidan
-
[xemacs-hg @ 2007-05-20 16:04:10 by stephent]2007-05-20, by stephent
-
[xemacs-hg @ 2007-05-20 15:56:30 by stephent]2007-05-20, by stephent
-
[xemacs-hg @ 2007-05-19 21:51:03 by viteno]2007-05-19, by viteno
-
[xemacs-hg @ 2007-05-19 18:49:15 by adrian]2007-05-19, by adrian
-
[xemacs-hg @ 2007-05-19 18:41:56 by adrian]2007-05-19, by adrian
-
[xemacs-hg @ 2007-05-19 18:04:18 by vins]2007-05-19, by vins
-
[xemacs-hg @ 2007-05-19 17:21:29 by vins]2007-05-19, by vins
-
[xemacs-hg @ 2007-05-18 21:51:18 by viteno]2007-05-18, by viteno
-
[xemacs-hg @ 2007-05-18 13:57:39 by stephent]2007-05-18, by stephent
-
[xemacs-hg @ 2007-05-17 21:51:46 by viteno]2007-05-17, by viteno
-
[xemacs-hg @ 2007-05-17 15:42:10 by stephent]2007-05-17, by stephent
-
[xemacs-hg @ 2007-05-17 15:06:04 by stephent]2007-05-17, by stephent
-
[xemacs-hg @ 2007-05-16 21:51:33 by viteno]2007-05-16, by viteno
-
[xemacs-hg @ 2007-05-15 21:52:02 by viteno]2007-05-15, by viteno
-
[xemacs-hg @ 2007-05-15 10:25:12 by aidan]2007-05-15, by aidan
-
[xemacs-hg @ 2007-05-14 21:51:07 by viteno]2007-05-14, by viteno
-
[xemacs-hg @ 2007-05-13 21:51:22 by viteno]2007-05-13, by viteno
-
[xemacs-hg @ 2007-05-13 11:11:28 by aidan]2007-05-13, by aidan
-
[xemacs-hg @ 2007-05-12 21:51:25 by viteno]2007-05-12, by viteno
-
[xemacs-hg @ 2007-05-12 13:12:26 by aidan]2007-05-12, by aidan
-
[xemacs-hg @ 2007-05-12 10:59:15 by aidan]2007-05-12, by aidan
-
[xemacs-hg @ 2007-05-12 10:17:00 by aidan]2007-05-12, by aidan
-
[xemacs-hg @ 2007-05-11 21:51:38 by viteno]2007-05-11, by viteno
-
[xemacs-hg @ 2007-05-10 21:51:07 by viteno]2007-05-10, by viteno
-
[xemacs-hg @ 2007-05-09 21:51:09 by viteno]2007-05-09, by viteno
-
[xemacs-hg @ 2007-05-08 21:51:39 by viteno]2007-05-08, by viteno
-
[xemacs-hg @ 2007-05-07 21:51:17 by viteno]2007-05-07, by viteno
-
[xemacs-hg @ 2007-05-06 21:51:36 by viteno]2007-05-06, by viteno
-
[xemacs-hg @ 2007-05-05 21:51:16 by viteno]2007-05-05, by viteno
-
[xemacs-hg @ 2007-05-04 21:51:10 by viteno]2007-05-04, by viteno
-
[xemacs-hg @ 2007-05-03 21:51:17 by viteno]2007-05-03, by viteno
-
[xemacs-hg @ 2007-05-02 21:51:39 by viteno]2007-05-02, by viteno
-
[xemacs-hg @ 2007-05-01 21:51:25 by viteno]2007-05-01, by viteno
-
[xemacs-hg @ 2007-05-01 14:32:50 by stephent]2007-05-01, by stephent
-
[xemacs-hg @ 2007-05-01 14:22:36 by stephent]2007-05-01, by stephent
-
[xemacs-hg @ 2007-05-01 14:01:46 by stephent]2007-05-01, by stephent
-
[xemacs-hg @ 2007-04-30 21:51:57 by viteno]2007-04-30, by viteno
-
[xemacs-hg @ 2007-04-30 19:50:53 by stephent]2007-04-30, by stephent
-
[xemacs-hg @ 2007-04-30 16:46:29 by stephent]2007-04-30, by stephent
-
[xemacs-hg @ 2007-04-30 16:22:22 by stephent]2007-04-30, by stephent
-
[xemacs-hg @ 2007-04-30 16:16:48 by stephent]2007-04-30, by stephent
-
[xemacs-hg @ 2007-04-29 21:53:05 by viteno]2007-04-29, by viteno
-
[xemacs-hg @ 2007-04-29 13:19:55 by aidan]2007-04-29, by aidan
-
[xemacs-hg @ 2007-04-29 11:15:01 by aidan]2007-04-29, by aidan
-
[xemacs-hg @ 2007-04-28 21:51:34 by viteno]2007-04-28, by viteno
-
[xemacs-hg @ 2007-04-27 21:51:33 by viteno]2007-04-27, by viteno
-
[xemacs-hg @ 2007-04-26 21:52:24 by viteno]2007-04-26, by viteno
-
[xemacs-hg @ 2007-04-25 21:52:25 by viteno]2007-04-25, by viteno
-
[xemacs-hg @ 2007-04-24 21:52:09 by viteno]2007-04-24, by viteno
-
[xemacs-hg @ 2007-04-23 21:54:18 by viteno]2007-04-23, by viteno
-
[xemacs-hg @ 2007-04-22 21:51:43 by viteno]2007-04-22, by viteno
-
[xemacs-hg @ 2007-04-22 19:58:27 by aidan]2007-04-22, by aidan
-
[xemacs-hg @ 2007-04-22 09:24:11 by aidan]2007-04-22, by aidan
-
[xemacs-hg @ 2007-04-21 21:52:15 by viteno]2007-04-21, by viteno
-
[xemacs-hg @ 2007-04-21 14:18:54 by adrian]2007-04-21, by adrian
-
[xemacs-hg @ 2007-04-20 21:51:40 by viteno]2007-04-20, by viteno
-
[xemacs-hg @ 2007-04-19 21:52:14 by viteno]2007-04-19, by viteno
-
[xemacs-hg @ 2007-04-18 21:52:43 by viteno]2007-04-18, by viteno
-
[xemacs-hg @ 2007-04-17 21:54:22 by viteno]2007-04-17, by viteno
-
[xemacs-hg @ 2007-04-16 21:53:34 by viteno]2007-04-16, by viteno
-
[xemacs-hg @ 2007-04-16 14:22:39 by stephent]2007-04-16, by stephent
-
[xemacs-hg @ 2007-04-15 21:53:37 by viteno]2007-04-15, by viteno
-
[xemacs-hg @ 2007-04-14 21:51:44 by viteno]2007-04-14, by viteno
-
[xemacs-hg @ 2007-04-14 16:10:53 by stephent]2007-04-14, by stephent
-
[xemacs-hg @ 2007-04-13 21:52:37 by viteno]2007-04-13, by viteno
-
[xemacs-hg @ 2007-04-12 21:53:17 by viteno]2007-04-12, by viteno
-
[xemacs-hg @ 2007-04-11 21:52:18 by viteno]2007-04-11, by viteno
-
[xemacs-hg @ 2007-04-10 21:53:27 by viteno]2007-04-10, by viteno
-
[xemacs-hg @ 2007-04-09 21:53:06 by viteno]2007-04-09, by viteno
-
[xemacs-hg @ 2007-04-08 21:51:19 by viteno]2007-04-08, by viteno
-
[xemacs-hg @ 2007-04-07 21:51:01 by viteno]2007-04-07, by viteno
-
[xemacs-hg @ 2007-04-06 21:51:54 by viteno]2007-04-06, by viteno
-
[xemacs-hg @ 2007-04-05 21:52:12 by viteno]2007-04-05, by viteno
-
[xemacs-hg @ 2007-04-05 02:27:09 by stephent]2007-04-05, by stephent