summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-03-14 09:02:11 +0000
committerRichard M. Stallman <rms@gnu.org>2002-03-14 09:02:11 +0000
commitafcdd7bd284aa9fe8ab4bbf9783750b31bca612d (patch)
treeb5d25500cbfc50b8f89b0400a9b85b288c085a0b /lisp
parent996d82f8278c9c82f7e5e1bf1ff09f401ea3204b (diff)
downloademacs-afcdd7bd284aa9fe8ab4bbf9783750b31bca612d.tar.gz
Syntax fix around @ref.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog22
1 files changed, 21 insertions, 1 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>