# HG changeset patch # User Kim F. Storm # Date 1090793669 0 # Node ID 09036eafe695ad10663e65e66f941cac1710db6f # Parent 5a1afa879fee474be66ead6c9ac819aa22b399d9 *** empty log message *** diff -r 5a1afa879fee -r 09036eafe695 src/ChangeLog --- a/src/ChangeLog Sun Jul 25 19:55:21 2004 +0000 +++ b/src/ChangeLog Sun Jul 25 22:14:29 2004 +0000 @@ -1,3 +1,9 @@ +2004-07-26 Kim F. Storm + + * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe + is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV + if target position is at end of display line but char is not a newline. + 2004-07-25 Richard M. Stallman * window.c (coordinates_in_window): Return ON_SCROLL_BAR @@ -6,7 +12,7 @@ * dispextern.h (enum window_part): Add ON_SCROLL_BAR. - * window.c (Fcoordinates_in_window_p): + * window.c (Fcoordinates_in_window_p): Take account of FRAME_INTERNAL_BORDER_WIDTH. * alloc.c (check_cons_list): New function (contents commented out).