aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog16
-rw-r--r--lispref/ChangeLog5
2 files changed, 16 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c5062261c4..44dad961c60 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2
3 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4
5 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6
12005-05-29 Richard M. Stallman <rms@gnu.org> 72005-05-29 Richard M. Stallman <rms@gnu.org>
2 8
3 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): 9 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
@@ -15,7 +21,7 @@
15 21
16 * flyspell.el (flyspell-version): Function deleted. 22 * flyspell.el (flyspell-version): Function deleted.
17 (flyspell-auto-correct-previous-hook): Doc fix. 23 (flyspell-auto-correct-previous-hook): Doc fix.
18 24
19 * jit-lock.el (jit-lock-function, jit-lock-after-change): 25 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20 Do nothing if memory is full. 26 Do nothing if memory is full.
21 27
@@ -32,15 +38,15 @@
32 38
33 * progmodes/which-func.el (which-func-update-1): Turn the mode 39 * progmodes/which-func.el (which-func-update-1): Turn the mode
34 off in case of error by setting which-func-mode. 40 off in case of error by setting which-func-mode.
35 41
362005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change) 422005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
37 43
38 * flyspell.el (flyspell-auto-correct-previous-word): 44 * flyspell.el (flyspell-auto-correct-previous-word):
39 Narrow down to what's on the screen, and recenter overlays 45 Narrow down to what's on the screen, and recenter overlays
40 at the end of the next word. 46 at the end of the next word.
41 47
422005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr> 482005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
43 49
44 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up. 50 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
45 (flyspell-default-delayed-commands): add backward-delete-char-untabify. 51 (flyspell-default-delayed-commands): add backward-delete-char-untabify.
46 (flyspell-abbrev-p): Default to nil. 52 (flyspell-abbrev-p): Default to nil.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 6e8700f1b36..6077deea9bb 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2
3 * modes.texi (Major Mode Conventions): A derived mode only needs
4 to put the call to the parent mode inside `delay-mode-hooks'.
5
12005-05-29 Richard M. Stallman <rms@gnu.org> 62005-05-29 Richard M. Stallman <rms@gnu.org>
2 7
3 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is 8 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is