diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 02 00:06:14 2011 +0000
+++ b/lisp/ChangeLog	Sun Jan 02 02:32:59 2011 +0000
@@ -16,6 +16,21 @@
 
 2010-12-30  Aidan Kehoe  <kehoea@parhasard.net>
 
+	* cl-seq.el:
+	Move the heavy lifting from this file to C. Dump the
+	cl-parsing-keywords macro, but don't use defun* for the functions
+	we define that do take keywords, dynamic scope lossage makes that
+	not practical.
+	* subr.el (sort, fillarray): Move these aliases here.
+	(map-plist): #'nsublis is now built-in, but at this point #'eql
+	isn't necessarily available as a test; use #'eq.
+	* obsolete.el (cl-delete-duplicates): Make this available for old
+	compiler macros and old code.
+	(memql): Document that this is equivalent to #'member*, and worse.
+	* cl.el (adjoin, subst): Removed. These are in C.
+
+2010-12-30  Aidan Kehoe  <kehoea@parhasard.net>
+
 	* simple.el (assoc-ignore-case): Remove a duplicate definition of
 	this function (it's already in subr.el).
 	* iso8859-1.el (char-width):