diff options
| author | Stefan Monnier | 2000-06-01 05:07:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-01 05:07:32 +0000 |
| commit | 2598a293aee59c687a20a9de623d3b21ef69e76b (patch) | |
| tree | 51eab6c9e51b4f8d3da4d77ad0574fc7aafca387 /lisp/ChangeLog | |
| parent | 342a1e7b200193b4373c8fed3f9ff46a36557637 (diff) | |
| download | emacs-2598a293aee59c687a20a9de623d3b21ef69e76b.tar.gz emacs-2598a293aee59c687a20a9de623d3b21ef69e76b.zip | |
Update calls to make-obsolete with a WHEN argument.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90f215465a8..cd057df253f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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 |