]> git.eshelyaron.com Git - emacs.git/commitdiff
Syntax fix around @ref.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Mar 2002 09:02:11 +0000 (09:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Mar 2002 09:02:11 +0000 (09:02 +0000)
lisp/ChangeLog
man/mule.texi

index de200496b4c0d6dba3791cfb8486ece734df3300..95d09c5f392a9de408fc25489306c08961a8ca5b 100644 (file)
@@ -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.
 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>
 
index c559795381ab545c83bc13c126150a17b9e40258..987c8cf255756f075629b5a324cf8f9b5323771b 100644 (file)
@@ -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.