+2002-03-30 Richard M. Stallman <rms@gnu.org>
+
+ * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
+ loop whenever it stops making progress.
+
+ * widget.c (set_frame_size): Don't call change_frame_size.
+
2002-03-30 Gerd Moellmann <gerd@gnu.org>
* dispnew.c (direct_output_for_insert): Call
}
-/* Move IT forward to a specified buffer position TO_CHARPOS, TO_X,
- TO_Y, TO_VPOS. OP is a bit-mask that specifies where to stop. See
- the description of enum move_operation_enum.
+/* Move IT forward until it satisfies one or more of the criteria in
+ TO_CHARPOS, TO_X, TO_Y, and TO_VPOS.
+
+ OP is a bit-mask that specifies where to stop, and in particular,
+ which of those four position arguments makes a difference. See the
+ description of enum move_operation_enum.
If TO_CHARPOS is in invisible text, e.g. a truncated part of a
screen line, this function will set IT to the next position >