comparison src/ChangeLog @ 56550:371bf470dbbf

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 26 Jul 2004 23:16:23 +0000
parents 09036eafe695
children ac573231cc6d c08afac24467
comparison
equal deleted inserted replaced
56549:7e0e6be19969 56550:371bf470dbbf
1 2004-07-27 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
4 we have ensured that the glyph fits on the current line (or returned
5 MOVE_LINE_CONTINUED otherwise).
6
1 2004-07-26 Kim F. Storm <storm@cua.dk> 7 2004-07-26 Kim F. Storm <storm@cua.dk>
2 8
3 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe 9 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
4 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV 10 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
5 if target position is at end of display line but char is not a newline. 11 if target position is at end of display line but char is not a newline.