]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2002 14:25:47 +0000 (14:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2002 14:25:47 +0000 (14:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 3d164e100ccd11ad5698de1ed1cb6c6aa1526237..09dbab0a09cc6dc4374a96e64cf62cc4ff0c497a 100644 (file)
@@ -1,5 +1,8 @@
 2002-07-06  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.
index 7ab9a12f5632934f5005f9b136082ace4129e52d..ba81e2dc996f6d7777583035d0b4b139e35091e3 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xselect.c (syms_of_xselect): The default value of
+       selection-coding-system is now compound-text-with-extensions.
+
 2002-07-06  Richard M. Stallman  <rms@gnu.org>
 
        * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.