2010-09-16 |
Aidan Kehoe |
Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
|
2010-09-16 |
Aidan Kehoe |
Add an implementation for #'the, cl-macs.el
|
2010-09-07 |
Aidan Kehoe |
Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
|
2010-09-06 |
Aidan Kehoe |
Move #'replace to C, add bounds-checking to it and to #'fill.
|
2010-09-05 |
Aidan Kehoe |
Add support for the X11 dead-stroke in x-compose.el.
|
2010-09-05 |
Aidan Kehoe |
Read and print char table defaults, chartab.c
|
2010-09-05 |
Aidan Kehoe |
Add a couple of extra docstring backslashes, #'format-time-string
|
2010-09-03 |
Aidan Kehoe |
Add fixnum as an accepted destination type, #'coerce
|
2010-09-03 |
Aidan Kehoe |
Fix the C++, Visual Studio 2005 builds.
|
2010-09-02 |
Aidan Kehoe |
Support process plists, for greater GNU compatibility.
|
2010-09-02 |
Aidan Kehoe |
Support Roman month numbers, #'format-time-string
|
2010-09-01 |
Aidan Kehoe |
Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()
|
2010-08-30 |
Aidan Kehoe |
Fix style, documentation for rounding functions and multiple values.
|
2010-08-30 |
Aidan Kehoe |
Correct the encoding of asjo@koldfront.dk's name, src/ChangeLog is in
|
2010-08-27 |
Vin Shelton |
Apply GIF colormap fix from Adam Sjogren for issues 150 and 713
|
2010-08-20 |
Mike Sperber |
Add `save-some-buffers-action-alist'.
|
2010-08-21 |
Aidan Kehoe |
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
|
2010-08-21 |
Aidan Kehoe |
Make Lisp reader errors more informative with over-long hex, octal characters
|
2010-08-20 |
Mike Sperber |
Recover from merge SNAFU.
|
2010-08-18 |
Mike Sperber |
Add ` diff-buffer-with-file'.
|
2010-08-15 |
Aidan Kehoe |
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
|
2010-08-15 |
Aidan Kehoe |
Print symbols with ratio-like names and the associated ratios distinctly.
|
2010-07-24 |
Aidan Kehoe |
Bit vectors are also sequences; enforce this in some CL functions.
|
2010-07-24 |
Aidan Kehoe |
Be more careful about side-effects from Lisp code, #'reduce
|