aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-16 12:14:15 +0000
committerGerd Moellmann2000-08-16 12:14:15 +0000
commit65aa5e85fa3594ed0470f55d0c6c06c2d9de1d22 (patch)
tree9147d9844c8b2b10a50284255e8faf2f47f03ee3 /src/ChangeLog
parentbb10be8b6f10bc9a53f11869b1fb7f216394b852 (diff)
downloademacs-65aa5e85fa3594ed0470f55d0c6c06c2d9de1d22.tar.gz
emacs-65aa5e85fa3594ed0470f55d0c6c06c2d9de1d22.zip
(write_glyphs): Also turn off inverse video after turning
off other appearances in case TS_exit_attribute_mode is not equal to TS_end_standout_mode. (insert_glyphs): Turn inverse video on/off for each run of glyphs with the same face. (turn_off_face): Reset standout_mode only if TS_exit_attribute_mode has been output and TS_exit_attribute_mode is equal to TS_end_standout_mode.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ace6b087bfc..77f7ffc9498 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-08-16 Gerd Moellmann <gerd@gnu.org>
2
3 * term.c (write_glyphs): Also turn off inverse video after turning
4 off other appearances in case TS_exit_attribute_mode is not equal
5 to TS_end_standout_mode.
6 (insert_glyphs): Turn inverse video on/off for each run of glyphs
7 with the same face.
8 (turn_off_face): Reset standout_mode only if
9 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
10 is equal to TS_end_standout_mode.
11
12000-08-16 Kenichi Handa <handa@etl.go.jp> 122000-08-16 Kenichi Handa <handa@etl.go.jp>
2 13
3 * coding.c (encode_coding): Fix the bug of not flushing ISO escape 14 * coding.c (encode_coding): Fix the bug of not flushing ISO escape