# HG changeset patch # User Gerd Moellmann # Date 998987631 0 # Node ID 74dadef90974c1ad037d66275d4e18ecb7d7b735 # Parent a127df65e9a29425090940b1f890895023b09fe8 *** empty log message *** diff -r a127df65e9a2 -r 74dadef90974 src/ChangeLog --- a/src/ChangeLog Tue Aug 28 08:33:29 2001 +0000 +++ b/src/ChangeLog Tue Aug 28 08:33:51 2001 +0000 @@ -1,3 +1,11 @@ +2001-08-28 Gerd Moellmann + + * xdisp.c (display_mode_element): Use string_byte_to_char to + determine character positions in strings, use chars_in_text + instead of strwidth. + (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of + a matrix as parameter; this is easier to use from GDB. + 2001-08-28 Miles Bader * textprop.c (Fprevious_single_char_property_change)