From: Eli Zaretskii Date: Sat, 6 Jul 2002 14:25:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f474d4aa6cfdf37f1c9cf09aa5d6953a10039d13;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d164e100cc..09dbab0a09c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-07-06 Richard M. Stallman + * mail/rmail.el (rmail-decode-babyl-format): Disable undo + around the decode-coding-region call. + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 7ab9a12f563..ba81e2dc996 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-07-06 Eli Zaretskii + + * xselect.c (syms_of_xselect): The default value of + selection-coding-system is now compound-text-with-extensions. + 2002-07-06 Richard M. Stallman * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.