Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5472:e79980ee5efe
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 22 Feb 2011 22:56:02 +0100 |
parents | 00e79bbbe48f f5a5501814f5 |
children | ac37a5f7e5be |
comparison
equal
deleted
inserted
replaced
5471:00e79bbbe48f | 5472:e79980ee5efe |
---|---|
1 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (Fset_exclusive_or): | |
4 This function accepts the :stable keyword too, document this in | |
5 its arglist. | |
6 | |
7 2011-02-16 Aidan Kehoe <kehoea@parhasard.net> | |
8 | |
9 * xemacs.def.in.in: | |
10 No longer export acons(), export Facons() instead, thank you Mats, | |
11 Jerry and Jeff Sparkes. | |
12 | |
1 2011-02-10 Aidan Kehoe <kehoea@parhasard.net> | 13 2011-02-10 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * fns.c (shortest_length_among_sequences): | 15 * fns.c (shortest_length_among_sequences): |
4 This was buggy, it always errored if the last argument was | 16 This was buggy, it always errored if the last argument was |
5 circular, even if other arguments were non-circular. Correct that. | 17 circular, even if other arguments were non-circular. Correct that. |