aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-14 09:02:11 +0000
committerRichard M. Stallman2002-03-14 09:02:11 +0000
commitafcdd7bd284aa9fe8ab4bbf9783750b31bca612d (patch)
treeb5d25500cbfc50b8f89b0400a9b85b288c085a0b
parent996d82f8278c9c82f7e5e1bf1ff09f401ea3204b (diff)
downloademacs-afcdd7bd284aa9fe8ab4bbf9783750b31bca612d.tar.gz
emacs-afcdd7bd284aa9fe8ab4bbf9783750b31bca612d.zip
Syntax fix around @ref.
-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 @@
12002-03-14 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/picture.el (picture-insert)
4 (picture-clear-column, picture-draw-rectangle):
5 Use move-to-column, not move-to-column-force.
6
7 * dired.el (dired-readin): Clear out undo list.
8 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
9 (dired-delete-entry): New function.
10 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
11 and dired-delete-entry, to update this buffer (and others).
12
13 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
14
15 * facemenu.el (facemenu-add-new-face):
16 Pass region args to facemenu-set-face, when there is a region.
17 (facemenu-set-foreground, facemenu-set-background)
18 (facemenu-add-face): Doc fixes.
19
20 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
21
12002-03-14 Miles Bader <miles@gnu.org> 222002-03-14 Miles Bader <miles@gnu.org>
2 23
3 * net/rlogin.el (rlogin-carriage-filter): Function removed. 24 * net/rlogin.el (rlogin-carriage-filter): Function removed.
@@ -203,7 +224,6 @@
2032002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu> 2242002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
204 225
205 * xml.el (xml-parse-attlist): Accept empty strings. 226 * xml.el (xml-parse-attlist): Accept empty strings.
206 From Max Froumentin <mf@w3.org>.
207 227
2082002-03-05 Eli Zaretskii <eliz@is.elta.co.il> 2282002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
209 229
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
77using the @kbd{C-x 8} prefix, see @ref{Single-Byte Character Support, 77using the @kbd{C-x 8} prefix, see @ref{Single-Byte Character Support,
78C-x 8}. On X Window systems, your locale should be set to an 78C-x 8}. On X Window systems, your locale should be set to an
79appropriate value to make sure Emacs interprets keyboard input 79appropriate value to make sure Emacs interprets keyboard input
80correctly, see @ref{Language Environments, locales}. 80correctly; see @ref{Language Environments, locales}.
81@end itemize 81@end itemize
82 82
83 The rest of this chapter describes these issues in detail. 83 The rest of this chapter describes these issues in detail.