]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 4 Oct 2004 23:00:13 +0000 (23:00 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 4 Oct 2004 23:00:13 +0000 (23:00 +0000)
etc/ChangeLog
etc/NEWS
lisp/ChangeLog

index 29d160da55b083b9dfa793e894d148c34736481b..e410e315417b696c1ad215d568efc8b27d5b684a 100644 (file)
@@ -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.
index 0f3d5b2ce7a919eb04c40801d3926278cf5e7e9a..36bc60f798147e7bac54ae610d70462daf7b33bb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,11 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * 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.
index 29abaaf21b867ab4ae830efb27bc3c337858484f..b2572012798f7deb4df4546999dc8b9392e118c0 100644 (file)
@@ -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.