comparison 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
comparison
equal deleted inserted replaced
59702:b0a08eb3f2eb 59703:51a8532d9066
2484 ** Mode line display ignores text properties as well as the 2484 ** Mode line display ignores text properties as well as the
2485 :propertize and :eval forms in the value of a variable whose 2485 :propertize and :eval forms in the value of a variable whose
2486 `risky-local-variable' property is nil. 2486 `risky-local-variable' property is nil.
2487 2487
2488 * Lisp Changes in Emacs 21.4 2488 * Lisp Changes in Emacs 21.4
2489
2490 +++
2491 ** The line-move, scroll-up, and scroll-down functions will now
2492 modify the window vscroll to scroll through display rows that are
2493 taller that the height of the window, for example in the presense of
2494 large images. To disable this feature, Lisp code may bind the new
2495 variable `auto-window-vscroll' to nil.
2489 2496
2490 +++ 2497 +++
2491 ** If a buffer sets buffer-save-without-query to non-nil, 2498 ** If a buffer sets buffer-save-without-query to non-nil,
2492 save-some-buffers will always save that buffer without asking 2499 save-some-buffers will always save that buffer without asking
2493 (if it's modified). 2500 (if it's modified).