* window.c (window_scroll_pixel_based_preserve_x)
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Jun 2008 03:57:09 +0000 (03:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Jun 2008 03:57:09 +0000 (03:57 +0000)
commitc876b227d9b0cbd09bbb8c07db0a3cb0d85fae78
tree36b9cdbe3c2af0181b8e074c80a98e1119597f03
parent927abf37e2793fae653540cca8b4c324c65e448f
* window.c (window_scroll_pixel_based_preserve_x)
(window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
(window_scroll_pixel_based, window_scroll_line_based):
Use them to preserve column positions.
(syms_of_window): Initialize them.
* indent.c (Fvertical_motion): Extend first arg to allow passing an
(HPOS . VPOS) pair.
* xdisp.c (move_it_in_display_line_to): Improve the type of its args.
(move_it_in_display_line): New wrapper.
* dispextern.h (move_it_in_display_line): Declare.
etc/NEWS
src/ChangeLog
src/dispextern.h
src/indent.c
src/window.c
src/xdisp.c