aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-28 14:32:24 +0000
committerGerd Moellmann2001-03-28 14:32:24 +0000
commite719f5aea7acd2ffeb79c359c7be3b2f2ba8e553 (patch)
treec37083d23ff0d5add9b5f4e4f2f7f8e768a04616 /src/ChangeLog
parenta2a15d1a578b1909ebf77e81c284d1b802b24c21 (diff)
downloademacs-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/ChangeLog3
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 @@
12001-03-28 Gerd Moellmann <gerd@gnu.org> 12001-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.