Mercurial > hg > xemacs-beta
graph
-
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