diff options
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b0c825a22c..eb485d740b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-01-15 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by | ||
| 4 | truncation glyphs. | ||
| 5 | (display_line): Optimize for wide characters. | ||
| 6 | (display_string): Don't try to display a multi-column charaters | ||
| 7 | partially. On ttys, produce more than one truncation glyph for | ||
| 8 | multi-column characters that don't fit on the line. | ||
| 9 | |||
| 1 | 2001-01-13 Kenichi Handa <handa@etl.go.jp> | 10 | 2001-01-13 Kenichi Handa <handa@etl.go.jp> |
| 2 | 11 | ||
| 3 | * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define | 12 | * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define |