comparison lisp/ChangeLog @ 29355:d4b5dd203f46

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Jun 2000 05:07:32 +0000
parents 159b22213a00
children 1279f60766bf
comparison
equal deleted inserted replaced
29354:4ed4a700358b 29355:d4b5dd203f46
1 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/bytecomp.el:
4 * frame.el:
5 * international/mule-cmds.el:
6 * international/mule-util.el:
7 * international/mule.el:
8 * mouse.el:
9 * subr.el:
10 * faces.el: Update calls to make-obsolete with a WHEN argument.
11
12 * byte-run.el (make-obsolete, make-obsolete-variable):
13 Add an optional WHEN argument and change the format of the
14 symbol-property information.
15 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17 new obsolete-symbol-property format and print WHEN if it is provided.
18
1 2000-05-31 Dave Love <fx@gnu.org> 19 2000-05-31 Dave Love <fx@gnu.org>
2 20
3 * loadhist.el (loadhist-hook-functions): Remove 21 * loadhist.el (loadhist-hook-functions): Remove
4 before-change-function, after-change-function. 22 before-change-function, after-change-function.
5 (unload-feature): Deal with symbols which are both bound and 23 (unload-feature): Deal with symbols which are both bound and