comparison lisp/ChangeLog @ 4962:e813cf16c015

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 05:29:05 -0600
parents e4bbe5622a80 9e7f5a77cc84
children 48b63cd88a21
comparison
equal deleted inserted replaced
4961:b90f8cf474e0 4962:e813cf16c015
170 170
171 * cl-macs.el (cl-do-arglist): 171 * cl-macs.el (cl-do-arglist):
172 * cl-compat.el (keyword-of): 172 * cl-compat.el (keyword-of):
173 Remove support in our generated code for emacs versions where 173 Remove support in our generated code for emacs versions where
174 keywords are not self-quoting. 174 keywords are not self-quoting.
175
176 2010-02-01 Ben Wing <ben@xemacs.org>
177
178 * cl-extra.el:
179 * cl-extra.el (cl-string-vector-equalp): Removed.
180 * cl-extra.el (cl-bit-vector-vector-equalp): Removed.
181 * cl-extra.el (cl-vector-array-equalp): Removed.
182 * cl-extra.el (cl-hash-table-contents-equalp): Removed.
183 * cl-extra.el (equalp): Removed.
184 * cl-extra.el (cl-mapcar-many):
185 Comment out the whole `equalp' implementation for the moment;
186 remove once we're sure the C implementation works.
187
188 * cl-macs.el:
189 * cl-macs.el (equalp):
190 Simplify the compiler-macro for `equalp' -- once it's in C,
191 we don't need to try so hard to expand it.
192
193 2010-01-31 Aidan Kehoe <kehoea@parhasard.net>
194
195 * obsolete.el:
196 * loadhist.el (symbol-file):
197 * help.el (describe-function-1):
198 * bytecomp.el: (byte-compile-save-current-buffer):
199 * byte-optimize.el (byte-optimize-form-code-walker):
200 * subr.el (subr-arity):
201 Change "special form" to "special operator" in these files, it's
202 the more logical term.
203
204 * subr.el (special-form-p): Provide this alias for
205 #'special-operator-p.
206
207 2010-01-30 Aidan Kehoe <kehoea@parhasard.net>
208
209 * loadup.el:
210 If any filename in load-history starts with the value of
211 source-lisp, delete that part of the string, so that
212 #'find-function works better with dumped functions in an installed
213 XEmacs (it will look in lisp-directory instead, where it will
214 probably succeed).
215
216 2010-01-29 Ben Wing <ben@xemacs.org>
217
218 * mule/cyrillic.el (for):
219 Upper and lowercase mappings were reversed for some old-Cyrillic
220 chars.
175 221
176 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> 222 2010-01-26 Aidan Kehoe <kehoea@parhasard.net>
177 223
178 * mule/vietnamese.el (viscii): Correct the mapping here, #xA6 is 224 * mule/vietnamese.el (viscii): Correct the mapping here, #xA6 is
179 actually *SMALL* LETTER A WITH CIRCUMFLEX AND HOOK ABOVE. 225 actually *SMALL* LETTER A WITH CIRCUMFLEX AND HOOK ABOVE.