comparison src/ChangeLog @ 30849:cac6b0fce0ec

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 16 Aug 2000 12:14:15 +0000
parents d83ff3be716a
children 25ba383947b5
comparison
equal deleted inserted replaced
30848:fc80dcfc32cd 30849:cac6b0fce0ec
1 2000-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
1 2000-08-16 Kenichi Handa <handa@etl.go.jp> 12 2000-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
4 sequence at the end of the source block. 15 sequence at the end of the source block.
5 16