aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck2004-09-19 01:11:35 +0000
committerLuc Teirlinck2004-09-19 01:11:35 +0000
commit7320911b5c895e62b0e10b32cfcd544dcda96042 (patch)
tree6704a1b1d9cf82db6f82fb2364b16cd78de1d717 /lisp
parentbcd648b07a73a05c8257e81fc378060b13cd97dc (diff)
downloademacs-7320911b5c895e62b0e10b32cfcd544dcda96042.tar.gz
emacs-7320911b5c895e62b0e10b32cfcd544dcda96042.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e86fdd3d19..34418fde798 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12004-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
12004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> 172004-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.