diff options
| author | Luc Teirlinck | 2004-09-19 01:11:35 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-19 01:11:35 +0000 |
| commit | 7320911b5c895e62b0e10b32cfcd544dcda96042 (patch) | |
| tree | 6704a1b1d9cf82db6f82fb2364b16cd78de1d717 | |
| parent | bcd648b07a73a05c8257e81fc378060b13cd97dc (diff) | |
| download | emacs-7320911b5c895e62b0e10b32cfcd544dcda96042.tar.gz emacs-7320911b5c895e62b0e10b32cfcd544dcda96042.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 16 |
2 files changed, 20 insertions, 0 deletions
| @@ -2242,6 +2242,10 @@ configuration files. | |||
| 2242 | 2242 | ||
| 2243 | * Lisp Changes in Emacs 21.4 | 2243 | * Lisp Changes in Emacs 21.4 |
| 2244 | 2244 | ||
| 2245 | ** Major mode functions now run the new normal hook | ||
| 2246 | `after-change-major-mode-hook', at the end, just before the mode | ||
| 2247 | dependent hooks. | ||
| 2248 | |||
| 2245 | +++ | 2249 | +++ |
| 2246 | ** `auto-save-file-format' has been renamed to | 2250 | ** `auto-save-file-format' has been renamed to |
| 2247 | `buffer-auto-save-file-format' and made into a permanent local. | 2251 | `buffer-auto-save-file-format' and made into a permanent local. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e86fdd3d19..34418fde798 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-09-18 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * textmodes/enriched.el (enriched-rerun-flag): New variable. | ||
| 4 | (enriched-before-change-major-mode): New function. | ||
| 5 | Add it to `change-major-mode-hook'. | ||
| 6 | (enriched-after-change-major-mode): New function. | ||
| 7 | Add it to `after-change-major-mode-hook'. | ||
| 8 | (enriched-mode): Make it work correctly if called from | ||
| 9 | `after-change-major-mode-hook'. | ||
| 10 | No longer set `indent-line-function'. | ||
| 11 | |||
| 12 | * simple.el (fundamental-mode): Run `after-change-major-mode-hook'. | ||
| 13 | |||
| 14 | * subr.el (after-change-major-mode-hook): New variable. | ||
| 15 | (run-mode-hooks): Implement it. | ||
| 16 | |||
| 1 | 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 18 | ||
| 3 | * battery.el (battery-linux-proc-apm): Use string-to-number. | 19 | * battery.el (battery-linux-proc-apm): Use string-to-number. |