aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-17 20:11:33 +0000
committerGerd Moellmann2001-01-17 20:11:33 +0000
commit3aec872292038ac527a651ae98d5c586f00c8a9a (patch)
tree4a6add1cce6cfa6e88da8feee3fb05bb1eb2ff8b /src/ChangeLog
parent35e8600f86ea1803882ad8a7c3f86a411c7bfefa (diff)
downloademacs-3aec872292038ac527a651ae98d5c586f00c8a9a.tar.gz
emacs-3aec872292038ac527a651ae98d5c586f00c8a9a.zip
(forward_to_next_line_start): Avoid calling
get_next_display_element when the newline is already found. This may change the iterator's position, when its current position is equal to the iterator's stop_charpos.
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 40404210f87..52319b2c352 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-01-17 Gerd Moellmann <gerd@gnu.org> 12001-01-17 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (forward_to_next_line_start): Avoid calling
4 get_next_display_element when the newline is already found. This
5 may change the iterator's position, when its current position is
6 equal to the iterator's stop_charpos.
7
3 * dispnew.c (direct_output_for_insert): If char_ins_del_ok is 8 * dispnew.c (direct_output_for_insert): If char_ins_del_ok is
4 zero, use this method only at the end of a line. 9 zero, use this method only at the end of a line.
5 10