aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lispref/ChangeLog7
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b1404fc4c3e..20bbf741f8a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12004-12-02 Richard M. Stallman <rms@gnu.org> 12004-12-02 Richard M. Stallman <rms@gnu.org>
2 2
3 * progmodes/cc-mode.el (awk-mode autoload):
4 Supply t meaning interactive function.
5
3 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix. 6 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
4 (isearch-mode-map): No special definition for space. 7 (isearch-mode-map): No special definition for space.
5 (isearch-whitespace-chars): Command deleted. 8 (isearch-whitespace-chars): Command deleted.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e1f05b00e47..cb8bc8993d9 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,10 @@
12004-12-03 Richard M. Stallman <rms@gnu.org>
2
3 * windows.texi (Selecting Windows): get-lru-window and
4 get-largest-window don't consider dedicated windows.
5
6 * text.texi (Undo): Document undo-in-progress.
7
12004-11-26 Richard M. Stallman <rms@gnu.org> 82004-11-26 Richard M. Stallman <rms@gnu.org>
2 9
3 * locals.texi (Standard Buffer-Local Variables): Undo prev change. 10 * locals.texi (Standard Buffer-Local Variables): Undo prev change.