aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-21 10:29:11 +0000
committerRichard M. Stallman2002-06-21 10:29:11 +0000
commit30a2aafd0cb8cef0137f07aec7ff5666ebe3fe8b (patch)
treedd5918d650571a96f8e968959062cb149c180e59 /lisp
parent6cbdd38befb162339ca946e07b2484f6433af3d3 (diff)
downloademacs-30a2aafd0cb8cef0137f07aec7ff5666ebe3fe8b.tar.gz
emacs-30a2aafd0cb8cef0137f07aec7ff5666ebe3fe8b.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0236e3a0093..2d46ec19e84 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12002-06-21 Richard M. Stallman <rms@gnu.org>
2
3 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
4 to browse-url-at-point.
5
6 * play/zone.el (zone-idle): Var deleted.
7
8 * international/iso-acc.el (iso-languages) <french>:
9 `~ ' now generates `~', `~,' definition deleted.
10
11 * format.el (format-annotate-function): Copy multibyte flag
12 and selective-display into the new temp buffer.
13
14 * edmacro.el (edmacro-fix-menu-commands):
15 Discard `help-echo' events. Handle (menu-bar) events.
16 Simplify by converting key sequence to a list and then back to vector.
17
12002-06-21 Andreas Schwab <schwab@suse.de> 182002-06-21 Andreas Schwab <schwab@suse.de>
2 19
3 * files.el (find-file-read-args): Add new argument `mustmatch' and 20 * files.el (find-file-read-args): Add new argument `mustmatch' and