*** 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 e3d62fe..11e41b0 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 fcf895a..a18000a 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.