diff options
| author | Dave Love | 2000-12-18 12:36:31 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-18 12:36:31 +0000 |
| commit | 2a64f8c22a0e5f0bd4c4955fe9a1924bf1f0f417 (patch) | |
| tree | 706cfc66bced5ffe4daed844879c32cceb895b7d /etc/NEWS | |
| parent | a32c5b03a46578438a13a7d382d67c514198031d (diff) | |
| download | emacs-2a64f8c22a0e5f0bd4c4955fe9a1924bf1f0f417.tar.gz emacs-2a64f8c22a0e5f0bd4c4955fe9a1924bf1f0f417.zip | |
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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 | ||
| 47 | version. They are: auto-show, c-mode, hscroll, ooutline. Their | ||
| 48 | implementations 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 |
| 48 | to prevent `display-buffer' from evening out window heights. | 52 | to 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 |
| 2076 | long promised. | 2080 | long 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.) |