From: Kenichi Handa Date: Mon, 15 Jan 2001 04:32:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebeccffa9e716ca0c3ddbb7b96486019d337e571;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 7b0c825a22c..eb485d740b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-01-15 Kenichi Handa + + * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by + truncation glyphs. + (display_line): Optimize for wide characters. + (display_string): Don't try to display a multi-column charaters + partially. On ttys, produce more than one truncation glyph for + multi-column characters that don't fit on the line. + 2001-01-13 Kenichi Handa * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define