diff options
| author | Richard M. Stallman | 2002-10-14 01:33:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-10-14 01:33:49 +0000 |
| commit | 411df82f0aa642d89ed427adeb9f52c81d06c30c (patch) | |
| tree | 9da33a04ac50b4acb23e65e1a47b0d941e08a426 | |
| parent | 8c26d7b356a8674c7bf052bcb829a183cc929cc9 (diff) | |
| download | emacs-411df82f0aa642d89ed427adeb9f52c81d06c30c.tar.gz emacs-411df82f0aa642d89ed427adeb9f52c81d06c30c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
2 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bab6efc2a7f..5f9a0032377 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2002-10-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | ||
| 4 | Treat `ignore' specially--prevent warnings about functions | ||
| 5 | called for effect, in its args. | ||
| 6 | Don't warn when `pop' is used for effect. | ||
| 7 | |||
| 8 | * emacs-lisp/autoload.el (autoload-print-form): Cleanup. | ||
| 9 | |||
| 10 | * uniquify.el (uniquify-get-proposed-name): | ||
| 11 | Don't use directory-sep-char. | ||
| 12 | |||
| 13 | * thingatpt.el (read-from-whole-string): Add call to `ignore'. | ||
| 14 | |||
| 15 | * find-file.el (ff-related-file-alist): New alias. | ||
| 16 | (ff-find-related-file): New alias. | ||
| 17 | |||
| 1 | 2002-10-13 Andreas Schwab <schwab@suse.de> | 18 | 2002-10-13 Andreas Schwab <schwab@suse.de> |
| 2 | 19 | ||
| 3 | * dired.el (dired-insert-directory): When looking for existing | 20 | * dired.el (dired-insert-directory): When looking for existing |
diff --git a/src/ChangeLog b/src/ChangeLog index b0c1d0b132d..0363b6c6c8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-10-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (window_scroll): Set immediate_quit. | ||
| 4 | |||
| 5 | * print.c (print): When backquote form is the car of a list, | ||
| 6 | output in old style. Use old_backquote_output to output all | ||
| 7 | comma forms inside it in old style too. | ||
| 8 | |||
| 9 | * buffer.h (struct buffer): Move `undo_list' down below `name'. | ||
| 10 | |||
| 1 | 2002-10-11 Markus Rost <rost@math.ohio-state.edu> | 11 | 2002-10-11 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 12 | ||
| 3 | * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in | 13 | * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in |