diff options
| author | Gerd Moellmann | 2001-08-28 09:14:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-28 09:14:27 +0000 |
| commit | 6b6e2422b44b0ab8592a1562ebf2756595e6ef85 (patch) | |
| tree | e244db51b290a22716b72d29838d481968d00a1a /src | |
| parent | d1e99fa59a753fa1c3a87f0da39a850026ec443d (diff) | |
| download | emacs-6b6e2422b44b0ab8592a1562ebf2756595e6ef85.tar.gz emacs-6b6e2422b44b0ab8592a1562ebf2756595e6ef85.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 51c75f56322..c4dc94cc701 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-08-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (direct_output_for_insert): Set updated_area | ||
| 4 | before insering/writing glyphs. | ||
| 5 | |||
| 3 | * xdisp.c (display_mode_element): Use string_byte_to_char to | 6 | * xdisp.c (display_mode_element): Use string_byte_to_char to |
| 4 | determine character positions in strings, use chars_in_text | 7 | determine character positions in strings, use chars_in_text |
| 5 | instead of strwidth. | 8 | instead of strwidth. |