comparison etc/NEWS @ 34671:89f22c2318d3

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 18 Dec 2000 12:36:31 +0000
parents 3d5061d0047f
children d78158ad0c3d
comparison
equal deleted inserted replaced
34670:60c4cf859b30 34671:89f22c2318d3
40 "Emacs and the Mac OS" appendix in the Emacs manual, for the 40 "Emacs and the Mac OS" appendix in the Emacs manual, for the
41 description of aspects specific to the Mac. 41 description of aspects specific to the Mac.
42 42
43 43
44 * Changes in Emacs 21.1 44 * Changes in Emacs 21.1
45
46 ** Some packages are declared obsolete, to be removed in a future
47 version. They are: auto-show, c-mode, hscroll, ooutline. Their
48 implementations have been moved to lisp/obsolete.
45 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
48 to prevent `display-buffer' from evening out window heights. 52 to prevent `display-buffer' from evening out window heights.
49 53
2072 ** Code that relies on the obsolete `before-change-function' and 2076 ** Code that relies on the obsolete `before-change-function' and
2073 `after-change-function' to detect buffer changes will now fail. 2077 `after-change-function' to detect buffer changes will now fail.
2074 2078
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
2076 long promised. 2080 long promised.
2081
2082 ** `scroll-left' and `scroll-right' are only effective when
2083 `automatic-hscrolling' is nil.
2077 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.)
2081 2088