diff options
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 20153803848..0bd177aa4e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-06-06 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * buffer.c (Fset_buffer_multibyte): Don't make the current buffer | ||
| 4 | as modified if it is originally unmodified. | ||
| 5 | |||
| 3 | * term.c (encode_terminal_code): Change the way to check if | 6 | * term.c (encode_terminal_code): Change the way to check if |
| 4 | terminal coding does any conversion. | 7 | terminal coding does any conversion. |
| 5 | (append_glyph): Set glyph->pixel_width correctly. | 8 | (append_glyph): Set glyph->pixel_width correctly. |