Mercurial > emacs
changeset 34271:52c06c998aac
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Dec 2000 14:22:46 +0000 |
parents | 773e6aa2ec38 |
children | 938a891f81c3 |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Dec 06 14:22:15 2000 +0000 +++ b/etc/NEWS Wed Dec 06 14:22:46 2000 +0000 @@ -44,6 +44,10 @@ * Changes in Emacs 21.1 +++ +** The new user-option `even-window-heights' can be set to nil +to prevent `display-buffer' from evening out window heights. + ++++ ** The new command `msdos-set-mouse-buttons' forces Emacs to behave as if the mouse had a specified number of buttons. This comes handy with mice that don't report their number of buttons correctly. One @@ -2044,6 +2048,10 @@ (Display-related features are described in a page of their own below.) +++ +** The new user-option `even-window-heights' can be set to nil +to prevent `display-buffer' from evening out window heights. + ++++ ** The user-option `face-font-registry-alternatives' specifies alternative font registry names to try when looking for a font.
--- a/src/ChangeLog Wed Dec 06 14:22:15 2000 +0000 +++ b/src/ChangeLog Wed Dec 06 14:22:46 2000 +0000 @@ -1,5 +1,8 @@ 2000-12-06 Gerd Moellmann <gerd@gnu.org> + * alloc.c (Fgarbage_collect): Dox fix. Return a list as + advertized by the function documentation. + * window.c (syms_of_window): Doc fix. * sound.c (vox_configure): Set volume for left and right channel.