aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-04-17 18:25:17 +0300
committerEli Zaretskii2012-04-17 18:25:17 +0300
commit20a68157367994c17c0e5adae02568ea4683d13d (patch)
tree7ec59ef6893f34ce24fdb80389decdf07120b877 /src/ChangeLog
parent2c070447bfad37262d292fe130db7db22da822fb (diff)
downloademacs-20a68157367994c17c0e5adae02568ea4683d13d.tar.gz
emacs-20a68157367994c17c0e5adae02568ea4683d13d.zip
Fix bug #11261 with cursor movement in a continued line when header line is present.
src/xdisp.c (string_buffer_position_lim): Limit starting position to BEGV. (set_cursor_from_row): If called for a mode-line or header-line row, return zero immediately. (try_cursor_movement): If inside continuation line, don't back up farther than the first row after the header line, if any. Don't consider the header-line row as "partially visible", even if MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73c67125257..42c582994cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-04-17 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (string_buffer_position_lim): Limit starting position to
4 BEGV.
5 (set_cursor_from_row): If called for a mode-line or header-line
6 row, return zero immediately.
7 (try_cursor_movement): If inside continuation line, don't back up
8 farther than the first row after the header line, if any. Don't
9 consider the header-line row as "partially visible", even if
10 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
11
12012-04-13 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) 122012-04-13 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
2 13
3 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n" (bug#11238). 14 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n" (bug#11238).