1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2001-01-15 04:32:25 +00:00
parent 05f71b4909
commit ebeccffa9e

View file

@ -1,3 +1,12 @@
2001-01-15 Kenichi Handa <handa@etl.go.jp>
* 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 <handa@etl.go.jp>
* md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define