1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-12-06 14:22:46 +00:00
parent 96117bc7fb
commit eb1b0c7488
2 changed files with 11 additions and 0 deletions

View File

@ -43,6 +43,10 @@ description of aspects specific to the Mac.
* 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
@ -2043,6 +2047,10 @@ appropriate for reading truly binary files.
* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(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.

View File

@ -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.