Sat, 09 May 2015 00:40:57 +0100 |
Aidan Kehoe |
Use parse_integer() in read_atom(); support bases with ratios like integers
|
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.
|
Sun, 09 Oct 2011 12:55:51 +0100 |
Aidan Kehoe |
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
|
Sun, 09 Oct 2011 10:39:09 +0100 |
Aidan Kehoe |
Change integer to fixnum in a few places where it wasn't possible mechanically.
|
Sun, 09 Oct 2011 09:51:57 +0100 |
Aidan Kehoe |
Mechanically change INT to FIXNUM in our sources.
|
Wed, 07 Sep 2011 16:26:45 +0100 |
Aidan Kehoe |
Improve the implementation, documentation of #'labels, #'flet.
|
Sun, 14 Aug 2011 13:51:14 +0200 |
Mike Sperber |
Reflect change of location of packages to share/
|
Tue, 09 Aug 2011 17:17:44 +0100 |
Aidan Kehoe |
Avoid calling various macros "special operators" in the manuals.
|
Mon, 08 Aug 2011 23:10:47 +0900 |
Stephen J. Turnbull |
Add some working with Mercurial stuff.
|
Sat, 25 Jun 2011 14:00:48 +0100 |
Aidan Kehoe |
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
|
Wed, 25 May 2011 09:15:20 -0600 |
Jerry James |
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
|
Mon, 09 May 2011 20:47:31 +0100 |
Aidan Kehoe |
Merge, restoring Ben's GPLv3 manual changes.
|
Mon, 09 May 2011 19:38:01 +0100 |
Aidan Kehoe |
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
|
Mon, 02 May 2011 10:51:26 +0100 |
Aidan Kehoe |
Merge by hand with the changeset that backed out e82f5b7010fe.
|
Mon, 02 May 2011 10:35:36 +0100 |
Aidan Kehoe |
Backed out changeset e82f5b7010fe, incompatible with extant makeinfo.
|
Sun, 01 May 2011 18:44:03 +0100 |
Aidan Kehoe |
Merge.
|
Fri, 19 Feb 2010 22:39:19 -0600 |
Ben Wing |
Merge some stuff in man, fix up Makefile
|
Fri, 29 Apr 2011 22:57:14 +0900 |
Stephen J. Turnbull |
XEmacs 21.5.31 "ginger" is released.
|
Tue, 26 Apr 2011 23:41:47 +0200 |
Mats Lidell |
Merged with trunk.
|
Sat, 23 Apr 2011 23:47:13 +0200 |
Mats Lidell |
Merge with trunk.
|
Tue, 29 Mar 2011 00:02:47 +0200 |
Mats Lidell |
Merged with trunk.
|
Thu, 17 Mar 2011 23:42:59 +0100 |
Mats Lidell |
Merge with trunk.
|
Tue, 22 Feb 2011 22:56:02 +0100 |
Mats Lidell |
Merge with trunk.
|
Wed, 27 Apr 2011 01:24:28 +0900 |
Stephen J. Turnbull |
XEmacs 21.5.30 "garlic" is released.
r21-5-30
|
Mon, 06 Dec 2010 23:03:25 +0100 |
Mats Lidell |
Added property notice and license to ChangeLogs.
|
Sat, 02 Apr 2011 17:04:38 +0900 |
Stephen J. Turnbull |
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
|
Thu, 24 Mar 2011 11:00:11 -0600 |
Jerry James |
Fix misspelled words, and some grammar, across the entire source tree.
|
Sat, 19 Mar 2011 22:13:14 +0900 |
Stephen J. Turnbull |
Improve support for min-colors req in `defface'.
|
Thu, 17 Mar 2011 20:17:19 +0000 |
Aidan Kehoe |
Merge.
|
Thu, 17 Mar 2011 20:13:00 +0000 |
Aidan Kehoe |
Conditionalise the old-* functions and byte codes at compile time.
|
Thu, 17 Mar 2011 14:35:02 -0400 |
Jeff Sparkes |
Add min-colors specifier to defface, and document it.
|