# HG changeset patch # User Richard M. Stallman # Date 1024655351 0 # Node ID 9696ee679264692cd3b38d95e120af6f29e1029b # Parent ca4e3a6d73f46edb595f2e4a5f5679d125ad75ff *** empty log message *** diff -r ca4e3a6d73f4 -r 9696ee679264 etc/TODO --- a/etc/TODO Fri Jun 21 10:01:58 2002 +0000 +++ b/etc/TODO Fri Jun 21 10:29:11 2002 +0000 @@ -68,6 +68,11 @@ 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. diff -r ca4e3a6d73f4 -r 9696ee679264 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 21 10:01:58 2002 +0000 +++ b/lisp/ChangeLog Fri Jun 21 10:29:11 2002 +0000 @@ -1,3 +1,20 @@ +2002-06-21 Richard M. Stallman + + * 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) : + `~ ' 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 * files.el (find-file-read-args): Add new argument `mustmatch' and