changeset 89652:2f3d681a7eae

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sun, 23 Nov 2003 07:34:14 +0000
parents 65f1f8091f15
children cbaa9fd1aa5c
files lisp/ChangeLog.22 src/ChangeLog.22
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.22	Sun Nov 23 07:33:48 2003 +0000
+++ b/lisp/ChangeLog.22	Sun Nov 23 07:34:14 2003 +0000
@@ -1,3 +1,8 @@
+2003-11-23  Kenichi Handa  <handa@m17n.org>
+
+	* composite.el (auto-compose-chars): Don't do unnecessary
+	save-exclusion and save-restriction.
+
 2003-11-22  Kenichi Handa  <handa@m17n.org>
 
 	* international/mule.el (make-coding-system): Fix generation of
--- a/src/ChangeLog.22	Sun Nov 23 07:33:48 2003 +0000
+++ b/src/ChangeLog.22	Sun Nov 23 07:34:14 2003 +0000
@@ -1,5 +1,8 @@
 2003-11-23  Kenichi Handa  <handa@m17n.org>
 
+	* xdisp.c (handle_auto_composed_prop): Fix the case of returning
+	HANDLED_RECOMPUTE_PROPS.
+
 	* coding.c (Fdefine_coding_system_internal): Fix checking of
 	ascii compatibility.