# HG changeset patch # User Dave Love # Date 955654942 0 # Node ID cd5e5a4f25610e6cc2a2872aac1b6d7765a4a967 # Parent a9671bbcef78e4b848290fdd5ca9753f02414e42 *** empty log message *** diff -r a9671bbcef78 -r cd5e5a4f2561 lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 13 19:17:06 2000 +0000 +++ b/lisp/ChangeLog Thu Apr 13 19:42:22 2000 +0000 @@ -1,3 +1,30 @@ +2000-04-13 Dave Love + + * emacs-lisp/trace.el: Change maintainer. Use new backquote + syntax. + + * emacs-lisp/cl-specs.el: Remove when, unless. + + * emacs-lisp/cl-extra.el: Don't quote keywords. + (cl-old-mapc): New variable. + (mapc): Use it. + (cl-map-intervals): Use with-current-buffer. Don't check for + next-property-change. + (cl-map-overlays): Use with-current-buffer. + (cl-expt): Remove. + (copy-tree, remprop): Define unconditionally. + + * emacs-lisp/cl-compat.el (keywordp): Remove. + + * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers + to use keywordp. + (edebug-spec): Enable keywordp. + + * cus-edit.el (custom-sort-items): Avoid symbol-name with new + string-lessp. + + * cus-start.el: Use keywordp. + 2000-04-13 Edward M. Reingold * diary-lib.el (include-other-diary-files): Fix the fix of