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