diff options
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ae98888017..ca5666e5b7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2002-09-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * custom.el (defcustom): Doc fix. | ||
| 4 | |||
| 5 | 2002-09-28 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * loadhist.el (unload-feature): When undefining a variable, | ||
| 8 | delete its buffer-local bindings. | ||
| 9 | |||
| 10 | 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 11 | |||
| 12 | * subr.el (remove-yank-excluded-properties): Fix bugs in | ||
| 13 | handling of category properties. | ||
| 14 | |||
| 15 | 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 16 | |||
| 17 | * ps-print.el (ps-print-emacs-type): Error if ps-print is | ||
| 18 | activated in Epoch, inLucid or in Emacs v19 or lesser. | ||
| 19 | Value can no longer be `lucid'. | ||
| 20 | (ps-print-version): New version number (6.5.8). | ||
| 21 | (faces): Never do (require 'faces). | ||
| 22 | |||
| 1 | 2002-09-28 Simon Josefsson <jas@extundo.com> | 23 | 2002-09-28 Simon Josefsson <jas@extundo.com> |
| 2 | 24 | ||
| 3 | * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on | 25 | * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on |
| @@ -44,10 +66,7 @@ | |||
| 44 | (uniquify-delay-rationalize-file-buffer-names): Remove useless check. | 66 | (uniquify-delay-rationalize-file-buffer-names): Remove useless check. |
| 45 | (kill-buffer-hook): Don't change globally. | 67 | (kill-buffer-hook): Don't change globally. |
| 46 | 68 | ||
| 47 | 2002-09-27 Colin Walters <walters@verbum.org> | 69 | 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>. |
| 48 | |||
| 49 | The following changes were written by | ||
| 50 | Stefan Monnier <monnier@cs.yale.edu>. | ||
| 51 | 70 | ||
| 52 | * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) | 71 | * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) |
| 53 | (calc-stack-top, calc-always-load-extensions) | 72 | (calc-stack-top, calc-always-load-extensions) |