diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 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 |