changeset 39340:7f02532fa213

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Sep 2001 14:59:38 +0000
parents b7c0bc16b250
children 3c7fb43900bd
files lisp/gnus/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Tue Sep 18 14:59:24 2001 +0000
+++ b/lisp/gnus/ChangeLog	Tue Sep 18 14:59:38 2001 +0000
@@ -1,3 +1,9 @@
+2001-09-18  Pavel Jan,Am(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
--- a/src/ChangeLog	Tue Sep 18 14:59:24 2001 +0000
+++ b/src/ChangeLog	Tue Sep 18 14:59:38 2001 +0000
@@ -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.