From: Kenichi Handa Date: Mon, 10 May 2004 12:58:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a57e8159253e6ddd74b0453de7c526a9895b9576;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 356f35c01a1..7eb5e70b23a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-10 Kenichi Handa + + * 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 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing diff --git a/src/ChangeLog b/src/ChangeLog index 01a7cae2783..fad84ff38f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -12,6 +12,18 @@ 2004-05-10 Kenichi Handa + * 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.