diff options
| author | Gerd Moellmann | 2001-08-28 08:33:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-28 08:33:51 +0000 |
| commit | eaaa65b0929a85c3c4a39c719476778ab29b7100 (patch) | |
| tree | d50764242d983a9c5045901dea54c91585bb01f0 /src/ChangeLog | |
| parent | 4b4ea1dce736d58c0c671847bdb278668e8e393a (diff) | |
| download | emacs-eaaa65b0929a85c3c4a39c719476778ab29b7100.tar.gz emacs-eaaa65b0929a85c3c4a39c719476778ab29b7100.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f4691c88399..51c75f56322 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-08-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_mode_element): Use string_byte_to_char to | ||
| 4 | determine character positions in strings, use chars_in_text | ||
| 5 | instead of strwidth. | ||
| 6 | (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of | ||
| 7 | a matrix as parameter; this is easier to use from GDB. | ||
| 8 | |||
| 1 | 2001-08-28 Miles Bader <miles@gnu.org> | 9 | 2001-08-28 Miles Bader <miles@gnu.org> |
| 2 | 10 | ||
| 3 | * textprop.c (Fprevious_single_char_property_change) | 11 | * textprop.c (Fprevious_single_char_property_change) |