comparison src/ChangeLog @ 87848:7471059517c8

(Qauto_hscroll_mode): New var. (syms_of_xdisp): Initialize it. (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each window's buffer. (hscroll_windows): Don't check automatic_hscrolling_p here.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 19 Jan 2008 05:22:33 +0000
parents 800f21c9f989
children 8f7e97005eef
comparison
equal deleted inserted replaced
87847:800f21c9f989 87848:7471059517c8
1 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (Qauto_hscroll_mode): New var.
4 (syms_of_xdisp): Initialize it.
5 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
6 window's buffer.
7 (hscroll_windows): Don't check automatic_hscrolling_p here.
2 8
3 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and 9 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
4 vscroll if we're setting window-buffer to the value it already has. 10 vscroll if we're setting window-buffer to the value it already has.
5 11
6 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> 12 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>