diff options
| author | Gerd Moellmann | 2000-11-22 22:42:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-22 22:42:51 +0000 |
| commit | 03e757c1bdfc9f8e6aef29c292208dee671675e1 (patch) | |
| tree | e46e3eae94d0a8229205105c061c3f0f7f9198b9 | |
| parent | 771e5387963d48da5ffb86eae4232468f131e3bb (diff) | |
| download | emacs-03e757c1bdfc9f8e6aef29c292208dee671675e1.tar.gz emacs-03e757c1bdfc9f8e6aef29c292208dee671675e1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e73ff7926a2..09ff4f46feb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-confirm-expunge): Default to | ||
| 4 | y-or-n-p. | ||
| 5 | |||
| 1 | 2000-11-22 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2000-11-22 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * textmodes/tex-mode.el (tex-font-lock-keywords-1): | 8 | * textmodes/tex-mode.el (tex-font-lock-keywords-1): |
| @@ -21,11 +26,15 @@ | |||
| 21 | 26 | ||
| 22 | 2000-11-22 Sam Steingold <sds@gnu.org> | 27 | 2000-11-22 Sam Steingold <sds@gnu.org> |
| 23 | 28 | ||
| 24 | * simple.el (delete-trailing-whitespace): New interactive function. | 29 | * simple.el (delete-trailing-whitespace): New interactive |
| 30 | function. | ||
| 31 | |||
| 25 | * progmodes/ada-mode.el (ada-mode): Use it instead of | 32 | * progmodes/ada-mode.el (ada-mode): Use it instead of |
| 26 | `ada-remove-trailing-spaces' | 33 | `ada-remove-trailing-spaces' |
| 27 | (ada-remove-trailing-spaces): Removed. | 34 | (ada-remove-trailing-spaces): Removed. |
| 35 | |||
| 28 | * textmodes/two-column.el (2C-merge): Recommend it in the doc. | 36 | * textmodes/two-column.el (2C-merge): Recommend it in the doc. |
| 37 | |||
| 29 | * textmodes/picture.el (picture-clean): Removed. | 38 | * textmodes/picture.el (picture-clean): Removed. |
| 30 | (picture-mode-exit): Call it instead of `picture-clean'. | 39 | (picture-mode-exit): Call it instead of `picture-clean'. |
| 31 | 40 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 9166bb77b04..dcb69e73c4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * buffer.c (Fmake_indirect_buffer): Don't treat nil as a | ||
| 4 | buffer object. | ||
| 5 | |||
| 3 | * frame.h (struct frame): Replace desired_tool_bar_items, | 6 | * frame.h (struct frame): Replace desired_tool_bar_items, |
| 4 | current_tool_bar_items, n_desired_tool_bar_items, | 7 | current_tool_bar_items, n_desired_tool_bar_items, |
| 5 | n_current_tool_bar_items removed with tool_bar_items and | 8 | n_current_tool_bar_items removed with tool_bar_items and |