diff options
| author | Dave Love <fx@gnu.org> | 2000-01-29 18:44:47 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-01-29 18:44:47 +0000 |
| commit | 16215eb016237d7ff7260e10a7a832a37249f79f (patch) | |
| tree | aaadfb1d797b3c45a00a2aa5303a1bf98c462408 | |
| parent | bbd9b56608ff9e354e8f665672cec9bca924a25d (diff) | |
| download | emacs-16215eb016237d7ff7260e10a7a832a37249f79f.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a6b25d31dc..2d859521bc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2000-01-29 Dave Love <fx@gnu.org> + + * facemenu.el: Purecopy various strings. + + * timezone.el (timezone-fix-time): Window against 69 for two-digit + years. Deal with three-digit years. + + * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use + defconst, purecopy. + (help-back-label): Purecopy it. + 2000-01-18 Gerd Moellmann <gerd@gnu.org> * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration |
