comparison lisp/ChangeLog @ 5328:dae3d95cf319

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 02:32:59 +0000
parents 60ba780f9078 d1b17a33450b
children 7b391d07b334
comparison
equal deleted inserted replaced
5326:60ba780f9078 5328:dae3d95cf319
11 11
12 * x-misc.el (device-x-display): 12 * x-misc.el (device-x-display):
13 Provide this function, documented in the Lispref for years, but 13 Provide this function, documented in the Lispref for years, but
14 not existing previously. Thank you Julian Bradfield, thank you 14 not existing previously. Thank you Julian Bradfield, thank you
15 Jeff Mincy. 15 Jeff Mincy.
16
17 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
18
19 * cl-seq.el:
20 Move the heavy lifting from this file to C. Dump the
21 cl-parsing-keywords macro, but don't use defun* for the functions
22 we define that do take keywords, dynamic scope lossage makes that
23 not practical.
24 * subr.el (sort, fillarray): Move these aliases here.
25 (map-plist): #'nsublis is now built-in, but at this point #'eql
26 isn't necessarily available as a test; use #'eq.
27 * obsolete.el (cl-delete-duplicates): Make this available for old
28 compiler macros and old code.
29 (memql): Document that this is equivalent to #'member*, and worse.
30 * cl.el (adjoin, subst): Removed. These are in C.
16 31
17 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> 32 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
18 33
19 * simple.el (assoc-ignore-case): Remove a duplicate definition of 34 * simple.el (assoc-ignore-case): Remove a duplicate definition of
20 this function (it's already in subr.el). 35 this function (it's already in subr.el).