aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-09 09:21:45 +0000
committerEli Zaretskii2002-03-09 09:21:45 +0000
commitcc054b63ed618504435dafeda604dbb83186bff6 (patch)
tree55ebbbf6857946685d981f634c7cb81589d65bdf
parent30883773558ec1ed38ec830232b8454370089faa (diff)
downloademacs-cc054b63ed618504435dafeda604dbb83186bff6.tar.gz
emacs-cc054b63ed618504435dafeda604dbb83186bff6.zip
Entries for Richard's commits from yesterday.
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c87c977d7fe..8af0427dea3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,19 @@
3 * simple.el (shell-command-on-region): Call push-mark with 3 * simple.el (shell-command-on-region): Call push-mark with
4 non-nil second arg, to suppress the "Mark set" message. 4 non-nil second arg, to suppress the "Mark set" message.
5 5
62002-03-08 Richard M. Stallman <rms@gnu.org>
7
8 * textmodes/picture.el (picture-forward-column): New arg `interactive'
9 is non-nil for an interactive call. Use instead of interactive-p.
10 (picture-backward-column): Likewise.
11
12 * tar-mode.el (tar-untar-buffer): New function.
13
14 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
15 Put the mouse-face on the entire xref, like the local keymap.
16
17 * find-dired.el (find-name-dired): Use shell-quote-argument.
18
62002-03-08 Andreas Schwab <schwab@suse.de> 192002-03-08 Andreas Schwab <schwab@suse.de>
7 20
8 * textmodes/texinfo.el: Change Maintainer to FSF, as requested by 21 * textmodes/texinfo.el: Change Maintainer to FSF, as requested by