Mercurial > emacs
diff etc/NEWS @ 59703:51a8532d9066
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 23 Jan 2005 13:31:53 +0000 |
parents | 3761d1e2619d |
children | f378841c3724 befae6bafecb |
line wrap: on
line diff
--- a/etc/NEWS Sun Jan 23 13:30:22 2005 +0000 +++ b/etc/NEWS Sun Jan 23 13:31:53 2005 +0000 @@ -2488,6 +2488,13 @@ * Lisp Changes in Emacs 21.4 +++ +** The line-move, scroll-up, and scroll-down functions will now +modify the window vscroll to scroll through display rows that are +taller that the height of the window, for example in the presense of +large images. To disable this feature, Lisp code may bind the new +variable `auto-window-vscroll' to nil. + ++++ ** If a buffer sets buffer-save-without-query to non-nil, save-some-buffers will always save that buffer without asking (if it's modified).