# HG changeset patch # User Gerd Moellmann # Date 979762293 0 # Node ID a9656772b5955e0e18c87a0cfd0a7cee2e21484e # Parent 4bdad7b6d6dc10522b0ca6ef9687bdb45792ab3d *** empty log message *** diff -r 4bdad7b6d6dc -r a9656772b595 src/ChangeLog --- a/src/ChangeLog Wed Jan 17 20:11:05 2001 +0000 +++ b/src/ChangeLog Wed Jan 17 20:11:33 2001 +0000 @@ -1,5 +1,10 @@ 2001-01-17 Gerd Moellmann + * xdisp.c (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. + * dispnew.c (direct_output_for_insert): If char_ins_del_ok is zero, use this method only at the end of a line.