From: Eli Zaretskii Date: Sat, 6 Jul 2002 13:41:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75c27295266d3a2f8a1945aa87e212cc50bfa589;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4da45bb425c..3d164e100cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2002-07-06 Richard M. Stallman + * 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. + * net/browse-url.el (browse-url-at-mouse): Don't pass an arg to browse-url-at-point. diff --git a/src/ChangeLog b/src/ChangeLog index 4bd11583f0c..7ab9a12f563 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-06 Richard M. Stallman + + * xterm.c (x_term_init): Turn off polling around XtOpenDisplay. + 2002-07-02 Juanma Barranquero * keymap.c (syms_of_keymap): Fix typo.