aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispref/ChangeLog6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e08a2f39efa..7cfc9b21c1e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,9 +4,7 @@
4 4
52006-04-29 Richard Stallman <rms@gnu.org> 52006-04-29 Richard Stallman <rms@gnu.org>
6 6
7 * bindings.el (mode-line-major-mode-keymap): Move the major mode menu 7 * bindings.el (mode-line-format): help-echo doc fixes.
8 to Mouse-3.
9 (help-echo): help-echo doc fixes.
10 8
11 * net/tramp.el (tramp-file-name-handler-alist): Delete 9 * net/tramp.el (tramp-file-name-handler-alist): Delete
12 expand-file-name and other operations that can cause spurious loading. 10 expand-file-name and other operations that can cause spurious loading.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 1eed9dec592..928790a1a9f 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12006-04-29 Richard Stallman <rms@gnu.org>
2
3 * modes.texi (Multiline Font Lock): Renamed from
4 Multi line Font Lock Elements. Much clarification.
5 (Font Lock Multiline, Region to Fontify): Much clarification.
6
12006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 72006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * variables.texi (File Local Variables): Remove the special case t for 9 * variables.texi (File Local Variables): Remove the special case t for