diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 05 07:20:26 2010 -0600
+++ b/lisp/ChangeLog	Fri Mar 05 17:51:36 2010 -0600
@@ -1,3 +1,16 @@
+2010-03-05  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* cl-macs.el (delete-duplicates):
+	Correct the logic of this compiler macro when :from-end is nil,
+	avoiding a hang in query-coding-tests.el. Thanks for the reports,
+	Vin and Mats!
+
+2010-03-04  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* make-docfile.el (process-args):
+	Use #'subseq here, not #'substring, fixing the native Windows
+	build. Thank you for the error report, Vin!
+
 2010-03-03  Aidan Kehoe  <kehoea@parhasard.net>
 
 	Move byte code #o117 to #'subseq, not #'substring.