Mercurial > emacs
comparison etc/NEWS @ 33309:cb1bcdd72f54
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 08 Nov 2000 17:20:52 +0000 |
parents | 90d32ce915cc |
children | d1bd6bb27342 |
comparison
equal
deleted
inserted
replaced
33308:3b044ee2f94a | 33309:cb1bcdd72f54 |
---|---|
719 | 719 |
720 +++ | 720 +++ |
721 ** Emacs now resizes mini-windows if appropriate. | 721 ** Emacs now resizes mini-windows if appropriate. |
722 | 722 |
723 If a message is longer than one line, or minibuffer contents are | 723 If a message is longer than one line, or minibuffer contents are |
724 longer than one line, Emacs now resizes the minibuffer window unless | 724 longer than one line, Emacs can resize the minibuffer window unless it |
725 it is on a frame of its own. You can control the maximum minibuffer | 725 is on a frame of its own. You can control resizing and the maximum |
726 window size by setting the following variable: | 726 minibuffer window size by setting the following variables: |
727 | 727 |
728 - User option: max-mini-window-height | 728 - User option: max-mini-window-height |
729 | 729 |
730 Maximum height for resizing mini-windows. If a float, it specifies a | 730 Maximum height for resizing mini-windows. If a float, it specifies a |
731 fraction of the mini-window frame's height. If an integer, it | 731 fraction of the mini-window frame's height. If an integer, it |
732 specifies a number of lines. If nil, don't resize. | 732 specifies a number of lines. |
733 | 733 |
734 Default is 0.25. | 734 Default is 0.25. |
735 | |
736 - User option: resize-mini-windows | |
737 | |
738 How to resize mini-windows. If nil, don't resize. If t, always | |
739 resize ot fit the size of the text. If `grow-only', let mini-windows | |
740 grow only, until they become empty, at which point they are shrunk | |
741 again. | |
742 | |
743 Default is `grow-only'. | |
735 | 744 |
736 ** The command `Info-search' now uses a search history. | 745 ** The command `Info-search' now uses a search history. |
737 | 746 |
738 ** Changes to hideshow.el | 747 ** Changes to hideshow.el |
739 | 748 |
2664 | 2673 |
2665 | 2674 |
2666 * Lisp-level Display features added after release 2.6 of the Emacs | 2675 * Lisp-level Display features added after release 2.6 of the Emacs |
2667 Lisp Manual | 2676 Lisp Manual |
2668 | 2677 |
2669 *** The function `pos-visible-in-window-p' now has a third argument, FULLY. | 2678 ** The user-option `resize-mini-windows' controls how Emacs resizes |
2679 mini-windows. | |
2680 | |
2681 ** The function `pos-visible-in-window-p' now has a third argument, FULLY. | |
2670 If FULLY is non-nil, then locations that are partially obscured aren't | 2682 If FULLY is non-nil, then locations that are partially obscured aren't |
2671 considered visible. | 2683 considered visible. |
2672 | 2684 |
2673 *** On window systems, `glyph-table' is no longer used. | 2685 ** On window systems, `glyph-table' is no longer used. |
2674 | 2686 |
2675 +++ | 2687 +++ |
2676 ** Help strings in menu items are now used to provide `help-echo' text. | 2688 ** Help strings in menu items are now used to provide `help-echo' text. |
2677 | 2689 |
2678 ** The function `image-size' can be used to determine the size of an | 2690 ** The function `image-size' can be used to determine the size of an |