Mercurial > emacs
changeset 35318:f76774e6b90d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 15 Jan 2001 20:17:27 +0000 |
parents | 6391ae41f1d0 |
children | f304afa8667b |
files | etc/TODO src/ChangeLog |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Mon Jan 15 20:15:25 2001 +0000 +++ b/etc/TODO Mon Jan 15 20:17:27 2001 +0000 @@ -149,3 +149,6 @@ * Integrate Vroonhof's Custom themes code and make it do useful things. + +* Provide an optional feature which computes a scroll bar slider's + size and its position from lines instead of characters.
--- a/src/ChangeLog Mon Jan 15 20:15:25 2001 +0000 +++ b/src/ChangeLog Mon Jan 15 20:17:27 2001 +0000 @@ -20,7 +20,7 @@ * 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 characters + (display_string): Don't try to display a multi-column character partially. On ttys, produce more than one truncation glyph for multi-column characters that don't fit on the line.