changeset 55494:510785c43ed0

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 10 May 2004 12:58:20 +0000
parents a318c79b8463
children 4e81c5df6c36 d895a49cccb9
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 10 12:09:08 2004 +0000
+++ b/lisp/ChangeLog	Mon May 10 12:58:20 2004 +0000
@@ -1,3 +1,8 @@
+2004-05-10  Kenichi Handa  <handa@m17n.org>
+
+	* descr-text.el (describe-char): Fix previous change.  Don't make
+	a unibyte character to multibyte in the *Help* buffer.
+
 2004-05-10  Miles Bader  <miles@gnu.org>
 
 	* lisp/progmodes/gud.el (gud-common-init): Only consider an existing
--- a/src/ChangeLog	Mon May 10 12:09:08 2004 +0000
+++ b/src/ChangeLog	Mon May 10 12:58:20 2004 +0000
@@ -12,6 +12,18 @@
 
 2004-05-10  Kenichi Handa  <handa@m17n.org>
 
+	* print.c (temp_output_buffer_setup): Bind inhibit-read-only and
+	inhibit-modification-hooks to t temporarily before calling
+	Ferase_buffer.
+
+	* xfns.c (x_create_tip_frame): Bind inhibit-read-only and
+	inhibit-modification-hooks to t temporarily before calling
+	Ferase_buffer.
+
+	* w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
+	inhibit-modification-hooks to t temporarily before calling
+	Ferase_buffer.
+
 	* fns.c (count_combining): Delete it.
 	(concat): Don't check combining bytes.