]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Sep 2001 14:59:38 +0000 (14:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Sep 2001 14:59:38 +0000 (14:59 +0000)
lisp/gnus/ChangeLog
src/ChangeLog

index e3d62fe937625037998ca214f5a5bea4e6f5cae1..11e41b0cba03f0a7f3aeba9f128849eebdafc192 100644 (file)
@@ -1,3 +1,9 @@
+2001-09-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * mm-util.el (mm-charset-synonym-alist): Add windows-1250 so we
+       can read e-mails from Microsoft Outlook users not using ISO
+       8859-2 character set.
+
 2001-09-18  Gerd Moellmann  <gerd@gnu.org>
 
        * gnus-sum.el (gnus-select-newsgroup): Make
index fcf895a198297d8a6745660453a394ed8054704a..a18000ab7e17cd2ffdd245c1d83e25b30d82befd 100644 (file)
@@ -1,5 +1,10 @@
 2001-09-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * keyboard.c (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
+       recursive_edit_unwind.
+       (recursive_edit_unwind): Set kboard state according to
+       SINGLE-KBOARD.
+
        * buffer.c (modify_overlay): Don't do nothing if START == END;
        This can still be a modification, for example when an overlay has
        a before-string or after-string.