comparison lisp/ChangeLog @ 5468:a9094f28f9a9

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Wed, 19 Jan 2011 22:35:23 +0100
parents 7ebbe334061e ba62563ec7c7
children 0af042a0c116
comparison
equal deleted inserted replaced
5457:4ed2dedf36a1 5468:a9094f28f9a9
1 2011-01-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-extra.el (concatenate): Accept more complicated TYPEs in this
4 function, handing the sequences over to #'coerce if we don't
5 understand them here.
6 * cl-macs.el (inline): Don't proclaim #'concatenate as inline, its
7 compiler macro is more useful than doing that.
8
9 2011-01-11 Aidan Kehoe <kehoea@parhasard.net>
10
11 * subr.el (delete, delq, remove, remq): Move #'remove, #'remq
12 here, they don't belong in cl-seq.el; move #'delete, #'delq here
13 from fns.c, implement them in terms of #'delete*, allowing support
14 for sequences generally.
15 * update-elc.el (do-autoload-commands): Use #'delete*, not #'delq
16 here, now the latter's no longer dumped.
17 * cl-macs.el (delete, delq): Add compiler macros transforming
18 #'delete and #'delq to #'delete* calls.
19
1 2011-01-10 Aidan Kehoe <kehoea@parhasard.net> 20 2011-01-10 Aidan Kehoe <kehoea@parhasard.net>
2 21
3 * dialog.el (make-dialog-box): Correct a misplaced parenthesis 22 * dialog.el (make-dialog-box): Correct a misplaced parenthesis
4 here, thank you Mats Lidell in 87zkr9gqrh.fsf@mail.contactor.se ! 23 here, thank you Mats Lidell in 87zkr9gqrh.fsf@mail.contactor.se !
5 24