# HG changeset patch # User Kenichi Handa # Date 1197636784 0 # Node ID 5cf14a2107b5387a4c999ed710ea5b2d3f88ec3d # Parent 0587b2cd9d9ad2d6e15897eb845544603aab0f46 *** empty log message *** diff -r 0587b2cd9d9a -r 5cf14a2107b5 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Fri Dec 14 12:52:48 2007 +0000 +++ b/src/ChangeLog.unicode Fri Dec 14 12:53:04 2007 +0000 @@ -1,3 +1,18 @@ +2007-12-14 Kenichi Handa + + * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access + dpyinfo->font_table. + (x_delete_display) [USE_FONT_BACKEND]: Likewise. + (x_delete_terminal) [USE_FONT_BACKEND]: Likewise + + * font.c (font_at): Handle the case that the arg C is negative. + Handle the unibyte case. + (Ffont_at): Call font_at with the arg C -1. + + * xdisp.c (handle_auto_composed_prop): Don't get a character at + the position here, and call font_at with the arg C -1. Don't + check the range of the existing composition at the point. + 2007-12-13 Kenichi Handa * fontset.c (fontset_add): New args charset_id and famliy. Caller