aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO5
-rw-r--r--lisp/ChangeLog17
2 files changed, 22 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index a123ce43f22..826987d429a 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -68,6 +68,11 @@ Other features we would like:
68 of commands which could be replaced with a simpler common command. 68 of commands which could be replaced with a simpler common command.
69 It should not make more than one suggestion per 10 minutes. 69 It should not make more than one suggestion per 10 minutes.
70 70
71* Add a way to define input methods by computing them (when first used)
72 from other input methods. Then redefine C-x 8 to use a
73 user-selected input method, with the default being the union of
74 latin-1-prefix and latin-1-postfix.
75
71* Implement a clean way to use different major modes for 76* Implement a clean way to use different major modes for
72 different parts of a buffer. 77 different parts of a buffer.
73 78
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