aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-13 13:11:37 +0300
committerEli Zaretskii2012-07-13 13:11:37 +0300
commitea814a5df444267f60807a3d2b064eac55bc2f48 (patch)
tree17e655d1d15a8afcf940d55cb94931d388db3d05 /src/ChangeLog
parentb68b33375caeb82a4b3418d43c75bc8ccd43633a (diff)
downloademacs-ea814a5df444267f60807a3d2b064eac55bc2f48.tar.gz
emacs-ea814a5df444267f60807a3d2b064eac55bc2f48.zip
Fix bs-show when the right fringe is off.
src/xdisp.c (move_it_in_display_line_to): On GUI terminals, allow cursor overflow into the last glyph on display line when the right fringe is off. (Bug#11832)
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 0ce8839c405..3c74343a708 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-07-13 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
4 cursor overflow into the last glyph on display line when the right
5 fringe is off. (Bug#11832)
6
12012-07-13 Paul Eggert <eggert@cs.ucla.edu> 72012-07-13 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * xdisp.c (produce_special_glyphs): Now static. 9 * xdisp.c (produce_special_glyphs): Now static.