diff options
| author | Richard M. Stallman | 2003-04-14 10:16:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-14 10:16:05 +0000 |
| commit | 51fe665a6eda319d49424ccc9f5db80a42278613 (patch) | |
| tree | 8203db8876f6002178e94629c06f92d0fee40077 /lisp | |
| parent | de6498728a7f043216388a2b7f8d01f5ad990d78 (diff) | |
| download | emacs-51fe665a6eda319d49424ccc9f5db80a42278613.tar.gz emacs-51fe665a6eda319d49424ccc9f5db80a42278613.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 14 |
2 files changed, 23 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d97e80b241..9fd465457eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2003-04-14 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * derived.el (define-derived-mode): Make generated code work in | ||
| 4 | Emacs versions that do not have run-mode-hooks. | ||
| 5 | |||
| 6 | * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): | ||
| 7 | At end of buffer, run the global binding of the same key. | ||
| 8 | |||
| 9 | * international/mule.el (after-insert-file-set-coding): | ||
| 10 | Properly treat INSERTED as number of characters, for both | ||
| 11 | for both the argument and the value. | ||
| 12 | |||
| 13 | * desktop.el (desktop-base-file-name): | ||
| 14 | Renamed from desktop-basefilename. Add defvaralias. | ||
| 15 | |||
| 1 | 2003-04-14 John Paul Wallington <jpw@gnu.org> | 16 | 2003-04-14 John Paul Wallington <jpw@gnu.org> |
| 2 | 17 | ||
| 3 | * international/fontset.el (create-fontset-from-ascii-font): Doc fix. | 18 | * international/fontset.el (create-fontset-from-ascii-font): Doc fix. |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index ceb67da9447..d35bab0532a 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -16566,18 +16566,20 @@ | |||
| 16566 | * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | 16566 | * menu-bar.el (menu-bar-help-menu): Add menu item for non-English |
| 16567 | tutorials. | 16567 | tutorials. |
| 16568 | 16568 | ||
| 16569 | * complete.el (PC-env-vars-alist): New variable. | ||
| 16570 | (PC-complete-as-file-name): New function. | ||
| 16571 | (partial-completion-mode): Initialize PC-env-vars-alist from | ||
| 16572 | process-environment. | ||
| 16573 | (PC-do-completion): Handle completion of env vars. | ||
| 16574 | |||
| 16575 | * info.el (Info-set-mode-line): Show file name in mode line, | 16569 | * info.el (Info-set-mode-line): Show file name in mode line, |
| 16576 | use `*Info*' instead of `Info:'. | 16570 | use `*Info*' instead of `Info:'. |
| 16577 | 16571 | ||
| 16578 | * startup.el (command-line-1): Change copyright messages to year | 16572 | * startup.el (command-line-1): Change copyright messages to year |
| 16579 | 2000. | 16573 | 2000. |
| 16580 | 16574 | ||
| 16575 | 2000-06-15 Ehud Karni <ehud@unix.mvs.co.il> | ||
| 16576 | |||
| 16577 | * complete.el (PC-env-vars-alist): New variable. | ||
| 16578 | (PC-complete-as-file-name): New function. | ||
| 16579 | (partial-completion-mode): Initialize PC-env-vars-alist from | ||
| 16580 | process-environment. | ||
| 16581 | (PC-do-completion): Handle completion of env vars. | ||
| 16582 | |||
| 16581 | 2000-06-15 Dave Love <fx@gnu.org> | 16583 | 2000-06-15 Dave Love <fx@gnu.org> |
| 16582 | 16584 | ||
| 16583 | * net/goto-addr.el (goto-address-fontify): Use keymap property, | 16585 | * net/goto-addr.el (goto-address-fontify): Use keymap property, |