[Could you tell your notes folk to please generate In-Reply-To or
Reference headers ?]
altmark(a)de.ibm.com writes:
to scrolling. But what? And why does it only affect scrolling
*upwards*? I
know that quite a lot has changed from 19 to 20 because of the introduction
of the gutter stuff. As I don't know XEmacs' source code as my vest pocket,
that's where I need your and the other developers' help. So any
suggestions?
[Ouch .19-->.20 is huge :-(]
Its probably not gutters, but these changes..
* window.c (window_scroll): use Vwindow_pixel_scroll_increment to
determine how much to scroll the window.
(vars_of_window): Vwindow_pixel_scroll_increment is a new
variable.
* redisplay-output.c (redisplay_normalize_glyph_area): make sure
the clip offset doesn't exceed the height we have available to
show.
* window.h (struct window): add top_yoffset and left_xoffset for
pixel scrolling.
(WINDOW_TEXT_TOP_CLIP): new macro.
* window.c (window_scroll): add behaviour for pixel-scrolling of
tall lines.
What happens when you set window-pixel-scroll-increment to nil..?
Jan