aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-03 22:48:12 +0200
committerEli Zaretskii2012-12-03 22:48:12 +0200
commit3cf3c60796b2dbff6f7300d64210acd1029a17c4 (patch)
treed8ce054f70df601ccbfc7569a5b8b3ef1dc95355 /src/ChangeLog
parent005c8d1340722a2a34b447a2ade4e4bf5bd077d0 (diff)
downloademacs-3cf3c60796b2dbff6f7300d64210acd1029a17c4.tar.gz
emacs-3cf3c60796b2dbff6f7300d64210acd1029a17c4.zip
Fix bug #13055 with cursor positioning inside scroll-margin.
src/xdisp.c (redisplay_window): If the cursor is visible, but inside the scroll margin, move point outside the margin.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f2b65db257d..20ed5a99a1a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-12-03 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (redisplay_window): If the cursor is visible, but inside
4 the scroll margin, move point outside the margin. (Bug#13055)
5
12012-12-03 Jan Djärv <jan.h.d@swipnet.se> 62012-12-03 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * gtkutil.c (my_log_handler): New function. 8 * gtkutil.c (my_log_handler): New function.