Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 19 05:11:02 2008 +0000 +++ b/src/ChangeLog Sat Jan 19 05:22:33 2008 +0000 @@ -1,5 +1,11 @@ 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca> + * xdisp.c (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. + * window.c (set_window_buffer): Don't unnecessarily reset hscroll and vscroll if we're setting window-buffer to the value it already has.