log man/ChangeLog @ 5895:b2709239b1f6

age author description
Mon, 16 Mar 2015 00:28:18 +0000 Aidan Kehoe Add the non-ASCII digit support, now #'parse-integer can handle it.
Mon, 16 Mar 2015 00:09:46 +0000 Aidan Kehoe Provide `char-code-limit', implement the GNU equivalent in terms of it.
Sat, 14 Mar 2015 01:16:45 +0000 Aidan Kehoe event-stream.c, support help-event-list as does GNU.
Mon, 23 Feb 2015 17:13:01 -0800 Mike Kupfer Add notes about pixel_to_glyph_translation and related code.
Wed, 07 May 2014 13:33:50 -0600 Jerry James Do not build or ship the texinfo info files.
Fri, 28 Mar 2014 12:48:12 -0600 Jerry James Fix broken texinfo references. See xemacs-beta message with ID
Thu, 27 Mar 2014 08:59:03 -0600 Jerry James Silence texinfo 5.2 warnings, primarily by adding next, prev, and up
Mon, 16 Sep 2013 00:00:12 +0200 Mats Lidell Add mode-require-final-newline from GNU. Thanks GNU.
Tue, 27 Aug 2013 01:26:29 +0900 Stephen J. Turnbull Merge in release commits.
Mon, 24 Jun 2013 02:08:02 +0900 Stephen J. Turnbull XEmacs 21.5.34 "kale" is released. r21-5-34 r21-5-latest-beta
Tue, 25 Jun 2013 15:31:58 -0600 Jerry James Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Fri, 21 Jun 2013 08:44:33 -0600 Jerry James Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Wed, 19 Jun 2013 09:30:30 -0600 Jerry James Support bignums with MPIR. Add documentation on the bignum, ratio,
Wed, 23 Jan 2013 11:48:46 -0700 Jerry James Support :visible in menu specifications.
Sat, 05 Jan 2013 02:11:22 +0900 Stephen J. Turnbull XEmacs 21.5.33 "horseradish" is released. r21-5-33
Wed, 02 Jan 2013 11:48:52 -0500 Vin Shelton Menu accelerator documentation patch
Fri, 28 Dec 2012 23:11:32 +0900 Stephen J. Turnbull Improve description of `mark-defun'.
Fri, 28 Dec 2012 17:23:25 +0900 Stephen J. Turnbull Implement and document :active keyword for submenu specs.
Fri, 28 Dec 2012 13:03:15 +0900 Stephen J. Turnbull Update references to repository to reflect current reality.
Fri, 28 Dec 2012 02:29:16 +0900 Stephen J. Turnbull Doc typo fix.
Mon, 24 Dec 2012 01:07:25 +0900 Stephen J. Turnbull Fix ChangeLog ordering.
Sat, 13 Oct 2012 01:09:35 +0200 Mats Lidell Introduce call-process-shell-command from GNU.
Tue, 18 Sep 2012 08:58:28 +0200 Mats Lidell recenter-top-bottom synced from GNU and new default for C-l
Sun, 02 Sep 2012 14:31:40 +0100 Aidan Kehoe Add command remapping, a more robust alternative to #'substitute-key-definition
Mon, 06 Aug 2012 13:07:55 +0100 Aidan Kehoe Adopt GNU's ## syntax for the interned symbol with name "".
Fri, 03 Aug 2012 02:43:45 +0900 Stephen J. Turnbull XEmacs 21.5.32 "habanero" is released. r21-5-32
Sun, 06 May 2012 15:29:59 +0100 Aidan Kehoe Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Fri, 04 May 2012 21:12:02 +0100 Aidan Kehoe Support predefined character classes in #'skip-chars-{forward,backward}, too
Fri, 30 Dec 2011 16:05:31 +0000 Aidan Kehoe Integrate CL code better into core, remove obsolete compatibility code.
Sun, 04 Dec 2011 18:42:50 +0000 Aidan Kehoe Refactor out sequence-oriented builtins from fns.c to the new sequence.c.