Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5103:4129013a3954
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Mar 2010 17:51:36 -0600 |
parents | ec6e767f8fc5 a24f2ab0093b |
children | 8c3671b62dad b24cf478a45e 7be849cb8828 |
comparison
equal
deleted
inserted
replaced
5102:ec6e767f8fc5 | 5103:4129013a3954 |
---|---|
1 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (delete-duplicates): | |
4 Correct the logic of this compiler macro when :from-end is nil, | |
5 avoiding a hang in query-coding-tests.el. Thanks for the reports, | |
6 Vin and Mats! | |
7 | |
8 2010-03-04 Aidan Kehoe <kehoea@parhasard.net> | |
9 | |
10 * make-docfile.el (process-args): | |
11 Use #'subseq here, not #'substring, fixing the native Windows | |
12 build. Thank you for the error report, Vin! | |
13 | |
1 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> | 14 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 15 |
3 Move byte code #o117 to #'subseq, not #'substring. | 16 Move byte code #o117 to #'subseq, not #'substring. |
4 Make #'substring available as an alias for #'subseq in Lisp. | 17 Make #'substring available as an alias for #'subseq in Lisp. |
5 * bytecomp.el (79, subseq, substring): | 18 * bytecomp.el (79, subseq, substring): |