diff options
| author | Gerd Moellmann | 2001-03-28 14:32:24 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-28 14:32:24 +0000 |
| commit | e719f5aea7acd2ffeb79c359c7be3b2f2ba8e553 (patch) | |
| tree | c37083d23ff0d5add9b5f4e4f2f7f8e768a04616 /src/ChangeLog | |
| parent | a2a15d1a578b1909ebf77e81c284d1b802b24c21 (diff) | |
| download | emacs-e719f5aea7acd2ffeb79c359c7be3b2f2ba8e553.tar.gz emacs-e719f5aea7acd2ffeb79c359c7be3b2f2ba8e553.zip | |
(reseat_to_string): If STRING is multibyte, set
the iterator's multibyte_p flag.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 47f6bdfa98d..83a0653a3c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (reseat_to_string): If STRING is multibyte, set | ||
| 4 | the iterator's multibyte_p flag. | ||
| 5 | |||
| 3 | * xfaces.c (realize_basic_faces): Decrement menu_face_change_count | 6 | * xfaces.c (realize_basic_faces): Decrement menu_face_change_count |
| 4 | instead of setting it to zero; it's incremented for each frame | 7 | instead of setting it to zero; it's incremented for each frame |
| 5 | where the menu face is changed. | 8 | where the menu face is changed. |