comparison lisp/ChangeLog @ 2153:393039450288

[xemacs-hg @ 2004-06-26 21:25:23 by james] Synch with Emacs 21.3.
author james
date Sat, 26 Jun 2004 21:25:24 +0000
parents f33f1487208d
children 95fee4a1420e
comparison
equal deleted inserted replaced
2152:d93fedcbf6be 2153:393039450288
1 2004-06-24 Jerry James <james@xemacs.org>
2
3 * cl-compat.el: Synch with Emacs 21.3.
4 * cl-extra.el: Ditto.
5 * cl-extra.el (cl-push): Removed because superfluous.
6 * cl-extra.el (cl-pop): Removed because superfluous.
7 * cl-extra.el (cl-emacs-type)): Removed because unused.
8 * cl-extra.el (cl-map-keymap): Just alias map-keymap.
9 * cl-extra.el (cl-map-keymap-recursively): Drop Emacs 18 support.
10 * cl-extra.el (cl-copy-tree): Removed because superfluous.
11 * cl-extra.el (cl-remprop): New alias.
12 * cl-extra.el (cl-make-hash-table): New alias.
13 * cl-extra.el (cl-hash-table-p): New alias.
14 * cl-extra.el (cl-hash-table-count): New alias.
15 * cl-macs.el: Synch with Emacs 21.3.
16 * cl-macs.el (cl-push): Removed because superfluous.
17 * cl-macs.el (cl-pop): Removed because superfluous.
18 * cl-macs.el (cl-emacs-type): Removed because unused.
19 * cl-macs.el (cl-compile-time-init): Drop Emacs 18 and 19 support.
20 * cl-macs.el (return): Change arg name to match Emacs and docstring.
21 * cl-macs.el (return-from): Ditto.
22 * cl-macs.el (loop): Check for 'collecting as well as 'collect.
23 * cl-macs.el (define-setf-expander): New alias.
24 * cl-macs.el (caar): New setf method.
25 * cl-macs.el (cadr): New setf method.
26 * cl-macs.el (cdar): New setf method.
27 * cl-macs.el (cddr): New setf method.
28 * cl-macs.el (deftype): Change arg name to match Emacs and docstring.
29 * cl-macs.el (ignore-errors): Change docstring to match arg name.
30 * cl-seq.el: Synch with Emacs 21.3.
31 * cl-seq.el (cl-push): Removed because superfluous.
32 * cl-seq.el (cl-pop): Removed because superfluous.
33 * cl-seq.el (mismatch): Typo fix.
34 * cl.el: Synch with Emacs 21.3.
35 * cl.el (cl-map-extents): Alias map-extents.
36 * cl.el (values): Change from defalias to defsubst to add docstring.
37 * cl.el (values-list): Ditto.
38 * cl.el (multiple-value-list): Ditto.
39 * cl.el (multiple-value-apply): Ditto.
40 * cl.el (nth-value): Ditto.
41 * cl.el (cl-abs): Alias the `abs' builtin instead.
42 * cl.el (svref): New alias.
43 * cl.el (cl-add-hook): Removed due to obsolescence.
44 * cl.el (cl-hack-byte-compiler): Set cl-hacked-flag first for safety.
45
1 2004-06-26 Steve Youngs <steve@youngs.au.com> 46 2004-06-26 Steve Youngs <steve@youngs.au.com>
2 47
3 * package-get.el (package-get-info-name-array): New. 48 * package-get.el (package-get-info-name-array): New.
4 (package-get-info-info-array): New. 49 (package-get-info-info-array): New.
5 (package-get-info): Use them, adding completion. 50 (package-get-info): Use them, adding completion.