summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-03-14 00:09:55 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-03-14 00:09:55 +0000
commited3688469091ed89559ba76c29bd6293e22b8739 (patch)
tree18bdb2375019ced134aa591351d32dbdf6292209
parent82dab959b1b5b4e158f364f09dd03144d230c727 (diff)
downloademacs-ed3688469091ed89559ba76c29bd6293e22b8739.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog1
-rw-r--r--man/ChangeLog4
3 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6c1597e638e..14b86c6d750 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -889,8 +889,9 @@ the normal block-hiding function.
*** The command `hs-show-region' has been removed.
*** The key bindings have changed to fit the Emacs conventions,
-roughly imitating those of Outline mode. See the documentation for
-`hs-minor-mode'.
+roughly imitating those of Outline minor mode. Notably, the prefix
+for all bindings is now `C-c @'. For details, see the documentation
+for `hs-minor-mode'.
** Changes to Change Log mode and Add-Log functions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fc04c7a886e..ea359f9de8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* progmodes/hideshow.el: Update copyright.
(hs-minor-mode-map): Change bindings to use `C-c @' prefix.
+ (hs-minor-mode-hook): Include `:version' in defcustom form.
2001-03-13 Gerd Moellmann <gerd@gnu.org>
diff --git a/man/ChangeLog b/man/ChangeLog
index 2e2c297d3ac..3da209ba8dd 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * programs.texi: Update hideshow key bindings.
+
Francesco Potorti` <pot@gnu.org>
* programs.texi (Tags): Mention that file names are tags. Change by