aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-06-07 21:37:10 +0000
committerChong Yidong2009-06-07 21:37:10 +0000
commit6756cd1d7cef185befd4b6565d45fbb6a088207c (patch)
tree4ed7ad51e651019a74ef4ab0e1199df719c5fc72 /src/ChangeLog
parent62e8099cd382e50cd83c20cf56cadd17bc536ede (diff)
downloademacs-6756cd1d7cef185befd4b6565d45fbb6a088207c.tar.gz
emacs-6756cd1d7cef185befd4b6565d45fbb6a088207c.zip
* xdisp.c (move_it_in_display_line_to): On text-only terminals,
account for the overflowing of newlines into the last glyph on the display line (Bug#3482).
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 fe60195e5e7..57f4af904c5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-06-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
4 account for the overflowing of newlines into the last glyph on the
5 display line (Bug#3482).
6
12009-06-05 David Reitter <david.reitter@gmail.com> 72009-06-05 David Reitter <david.reitter@gmail.com>
2 8
3 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p, 9 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,