summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog22
-rw-r--r--man/mule.texi2
2 files changed, 22 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de200496b4c..95d09c5f392 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
+2002-03-14 Richard M. Stallman <rms@gnu.org>
+
+ * textmodes/picture.el (picture-insert)
+ (picture-clear-column, picture-draw-rectangle):
+ Use move-to-column, not move-to-column-force.
+
+ * dired.el (dired-readin): Clear out undo list.
+ (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
+ (dired-delete-entry): New function.
+ (dired-internal-do-deletions): Use dired-fun-in-all-buffers
+ and dired-delete-entry, to update this buffer (and others).
+
+ * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
+
+ * facemenu.el (facemenu-add-new-face):
+ Pass region args to facemenu-set-face, when there is a region.
+ (facemenu-set-foreground, facemenu-set-background)
+ (facemenu-add-face): Doc fixes.
+
+ * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
+
2002-03-14 Miles Bader <miles@gnu.org>
* net/rlogin.el (rlogin-carriage-filter): Function removed.
@@ -203,7 +224,6 @@
2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
* xml.el (xml-parse-attlist): Accept empty strings.
- From Max Froumentin <mf@w3.org>.
2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
diff --git a/man/mule.texi b/man/mule.texi
index c559795381a..987c8cf2557 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -77,7 +77,7 @@ will accept those characters. Latin-1 characters can also be input by
using the @kbd{C-x 8} prefix, see @ref{Single-Byte Character Support,
C-x 8}. On X Window systems, your locale should be set to an
appropriate value to make sure Emacs interprets keyboard input
-correctly, see @ref{Language Environments, locales}.
+correctly; see @ref{Language Environments, locales}.
@end itemize
The rest of this chapter describes these issues in detail.