aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-14 01:42:09 +0000
committerRichard M. Stallman2002-01-14 01:42:09 +0000
commit00b1ee61319f2f8799d93d72a2b8d8f2f6ff9bb3 (patch)
treeb76e6af5850e0ae0eac5ea08305224fb742921a8
parent5439199019626c4f7f8f66345f0fa86efc438097 (diff)
downloademacs-00b1ee61319f2f8799d93d72a2b8d8f2f6ff9bb3.tar.gz
emacs-00b1ee61319f2f8799d93d72a2b8d8f2f6ff9bb3.zip
*** empty log message ***
-rw-r--r--etc/NEWS13
-rw-r--r--lisp/ChangeLog1
2 files changed, 13 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 61e1a68645b..e246f33b4cd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -58,6 +58,19 @@ width which is the minimum number of pixels necessary to display any
58of the currently defined fringe bitmaps. The width of the built-in 58of the currently defined fringe bitmaps. The width of the built-in
59fringe bitmaps is 8 pixels. 59fringe bitmaps is 8 pixels.
60 60
61** Changes in C-h bindings:
62
63C-h e displays the *Messages* buffer.
64
65C-h followed by a control character is used for displaying files
66 that do not change:
67
68C-h C-f displays the FAQ.
69C-h C-e displays the PROBLEMS file.
70
71The info-search bindings on C-h C-f, C-h C-k and C-h C-i
72have been moved to C-h F, C-h K and C-h S.
73
61** C-w in incremental search now grabs either a character or a word, 74** C-w in incremental search now grabs either a character or a word,
62making the decision in a heuristic way. This new job is done by the 75making the decision in a heuristic way. This new job is done by the
63command `isearch-yank-word-or-char'. To restore the old behavior, 76command `isearch-yank-word-or-char'. To restore the old behavior,
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 393d3c365e4..ee39561b624 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,7 +9,6 @@
9 Move view-emacs-problems from P to C-e. 9 Move view-emacs-problems from P to C-e.
10 Bindings moved here from mule-cmds.el. 10 Bindings moved here from mule-cmds.el.
11 C-l binding for describe-language-environment deleted. 11 C-l binding for describe-language-environment deleted.
12 Bind C-h like h, to view-hello-file.
13 (help-for-help): Update for all these changes. 12 (help-for-help): Update for all these changes.
14 13
15 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional. 14 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.