diff options
| author | Eli Zaretskii | 2012-12-03 22:48:12 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-03 22:48:12 +0200 |
| commit | 3cf3c60796b2dbff6f7300d64210acd1029a17c4 (patch) | |
| tree | d8ce054f70df601ccbfc7569a5b8b3ef1dc95355 /src/ChangeLog | |
| parent | 005c8d1340722a2a34b447a2ade4e4bf5bd077d0 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-12-03 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2012-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. |