emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src ChangeLog
Date: Wed, 04 Feb 2009 01:58:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/02/04 01:58:14

Modified files:
        src            : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7335&r2=1.7336

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7335
retrieving revision 1.7336
diff -u -b -r1.7335 -r1.7336
--- ChangeLog   2 Feb 2009 16:06:58 -0000       1.7335
+++ ChangeLog   4 Feb 2009 01:58:13 -0000       1.7336
@@ -1,3 +1,27 @@
+2009-02-04  Kenichi Handa  <address@hidden>
+
+       * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
+
+       * charset.c (Fchar_charset): New optional arg restriction.
+
+       * coding.h (coding_system_charset_list): Extern it.
+
+       * coding.c (coding_system_charset_list): New function.
+
+       * composite.c: Include coding.h and termhooks.h.
+       (composition_gstring_p): Fix for the terminal case.
+       (composition_gstring_width): Likewise.
+       (fill_gstring_body): Likewise.
+       (autocmp_chars): For terminal, call Fcomposition_get_gstring with
+       the frame.
+       (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
+       is within a composition.
+       (Fcomposition_get_gstring): Fix the the terminal case.
+
+       * term.c (encode_terminal_code): Fix handling of composition.
+       (produce_composite_glyph): For static composition, get pixel_width
+       from struct composition.
+
 2009-02-02  Andreas Schwab  <address@hidden>
 
        * unexelf.c (unexec): Handle unaligned bss offset.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]