summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog6
3 files changed, 16 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 29d160da55b..e410e315417 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
+
+ * enriched.doc: Update for new bindings of `set-left-margin' and
+ `set-right-margin'.
+
2004-10-04 Kim F. Storm <storm@cua.dk>
* DEBUG: Mention pp and ff commands.
diff --git a/etc/NEWS b/etc/NEWS
index 0f3d5b2ce7a..36bc60f7981 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -99,6 +99,11 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
+++
+** In Enriched mode, `set-left-margin' and `set-right-margin' are now
+by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'
+and `C-c C-r'.
+
++++
** In processing a local variables list, Emacs strips the prefix and
suffix are from every line before processing all the lines.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 29abaaf21b8..b2572012798 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
+
+ * textmodes/enriched.el (enriched-mode-map): Give
+ `set-left-margin' and `set-right-margin' bindings that follow the
+ minor mode conventions.
+
2004-10-03 Stefan <monnier@iro.umontreal.ca>
* textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.