]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 2002 10:29:11 +0000 (10:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 2002 10:29:11 +0000 (10:29 +0000)
etc/TODO
lisp/ChangeLog

index a123ce43f2201d2e0342ffe7ef876dbc41c33ccb..826987d429a50645f32bfbbaed76cb72945af3ec 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -68,6 +68,11 @@ Other features we would like:
   of commands which could be replaced with a simpler common command.
   It should not make more than one suggestion per 10 minutes.
 
+* Add a way to define input methods by computing them (when first used)
+  from other input methods.  Then redefine C-x 8 to use a
+  user-selected input method, with the default being the union of
+  latin-1-prefix and latin-1-postfix.
+
 * Implement a clean way to use different major modes for
   different parts of a buffer.
 
index 0236e3a0093dc95f54714c4b3f7db4d262d5416d..2d46ec19e84034fa6aaeeb966dd9e52dfc87e212 100644 (file)
@@ -1,3 +1,20 @@
+2002-06-21  Richard M. Stallman  <rms@gnu.org>
+
+       * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
+       to browse-url-at-point.
+
+       * play/zone.el (zone-idle): Var deleted.
+
+       * international/iso-acc.el (iso-languages) <french>:
+       `~ ' now generates `~', `~,' definition deleted.
+
+       * format.el (format-annotate-function): Copy multibyte flag
+       and selective-display into the new temp buffer.
+
+       * edmacro.el (edmacro-fix-menu-commands):
+       Discard `help-echo' events.  Handle (menu-bar) events.
+       Simplify by converting key sequence to a list and then back to vector.
+       
 2002-06-21  Andreas Schwab  <schwab@suse.de>
 
        * files.el (find-file-read-args): Add new argument `mustmatch' and