aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorDave Love2000-12-18 12:36:31 +0000
committerDave Love2000-12-18 12:36:31 +0000
commit2a64f8c22a0e5f0bd4c4955fe9a1924bf1f0f417 (patch)
tree706cfc66bced5ffe4daed844879c32cceb895b7d /etc/NEWS
parenta32c5b03a46578438a13a7d382d67c514198031d (diff)
downloademacs-2a64f8c22a0e5f0bd4c4955fe9a1924bf1f0f417.tar.gz
emacs-2a64f8c22a0e5f0bd4c4955fe9a1924bf1f0f417.zip
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e21f9920054..fbfffe1ecc4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,6 +43,10 @@ description of aspects specific to the Mac.
43 43
44* Changes in Emacs 21.1 44* Changes in Emacs 21.1
45 45
46** Some packages are declared obsolete, to be removed in a future
47version. They are: auto-show, c-mode, hscroll, ooutline. Their
48implementations have been moved to lisp/obsolete.
49
46+++ 50+++
47** The new user-option `even-window-heights' can be set to nil 51** The new user-option `even-window-heights' can be set to nil
48to prevent `display-buffer' from evening out window heights. 52to prevent `display-buffer' from evening out window heights.
@@ -2075,6 +2079,9 @@ appropriate for reading truly binary files.
2075** Code that uses `concat' with integer args now gets an error, as 2079** Code that uses `concat' with integer args now gets an error, as
2076long promised. 2080long promised.
2077 2081
2082** `scroll-left' and `scroll-right' are only effective when
2083`automatic-hscrolling' is nil.
2084
2078 2085
2079* Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 2086* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
2080(Display-related features are described in a page of their own below.) 2087(Display-related features are described in a page of their own below.)