aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-14 13:26:45 +0000
committerGerd Moellmann2001-03-14 13:26:45 +0000
commit6500871233814363a1645a0bf411cd2fb0832580 (patch)
tree39ce83ff86fcdf2bb01177d73b17f773d9a60c23 /src/ChangeLog
parent4458cf11f717f89a2cd0ef1bd92573b74dbcd016 (diff)
downloademacs-6500871233814363a1645a0bf411cd2fb0832580.tar.gz
emacs-6500871233814363a1645a0bf411cd2fb0832580.zip
(highlight_trailing_whitespace): On character terminals,
skip the padding blanks inserted in extend_face_to_end_of_line, before checking for trailing whitespace.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a111f026a1..10059497ecc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,12 @@
3 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width 3 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
4 box just because the glyph row's full_width_p flag is set. 4 box just because the glyph row's full_width_p flag is set.
5 5
62001-03-14 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * xdisp.c (highlight_trailing_whitespace): On character terminals,
9 skip the padding blanks inserted in extend_face_to_end_of_line,
10 before checking for trailing whitespace.
11
62001-03-13 Gerd Moellmann <gerd@gnu.org> 122001-03-13 Gerd Moellmann <gerd@gnu.org>
7 13
8 * xmenu.c (popup_activate_callback, popup_deactivate_callback): 14 * xmenu.c (popup_activate_callback, popup_deactivate_callback):