From: Kenichi Handa Date: Thu, 8 Jun 2006 06:54:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~917 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f42befb93430fa2c563a2c0bc87a29a46f1cdaa;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 13c8fdc0918..a3a3752c842 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,3 +1,23 @@ +2006-06-08 Kenichi Handa + + * coding.c (Ffind_operation_coding_system): Sync with HEAD. + + * callproc.c (Fcall_process): Sync with HEAD. + + * coding.h (CODING_REQUIRE_ENCODING): Comment sync with HEAD. + +2006-06-07 Kenichi Handa + + * xftfont.c (xftfont_default_fid): Set fid_known to 1. + (struct xftdraw_list, xftdraw_list): Delete them. + (register_xftdraw, check_xftdraw): Delete them. + (xftfont_prepare_face): Don't call register_xftdraw. + (xftfont_done_face): Don't call check_xftdraw. + (xftfont_draw): Get backroudn color only when with_background is + nonzero. + + * xfont.c (xfont_encode_char): Fix calculation of char2b. + 2006-06-06 Kenichi Handa These changes are for the new font handling codes.