Mercurial > emacs
comparison etc/NEWS @ 33484:e64bda3bd077
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 14 Nov 2000 14:41:51 +0000 |
parents | a873b191d4c5 |
children | 178c626ccf39 |
comparison
equal
deleted
inserted
replaced
33483:ed634043ad08 | 33484:e64bda3bd077 |
---|---|
25 ** There is a new configure option `--disable-largefile' to omit | 25 ** There is a new configure option `--disable-largefile' to omit |
26 Unix-98-style support for large files if that is available. | 26 Unix-98-style support for large files if that is available. |
27 | 27 |
28 ** You can build a 64-bit Emacs for SPARC/Solaris systems which | 28 ** You can build a 64-bit Emacs for SPARC/Solaris systems which |
29 support 64-bit executables and also on Irix 6.5. This increases the | 29 support 64-bit executables and also on Irix 6.5. This increases the |
30 maximum buffer size. See etc/MACHINES for instructions. | 30 maximum buffer size. See etc/MACHINES for instructions. Changes to |
31 build on other 64-bit systems should be straightforward modulo any | |
32 necessary changes to unexec. | |
31 | 33 |
32 ** Note that the MS-Windows port does not yet implement various of the | 34 ** Note that the MS-Windows port does not yet implement various of the |
33 new display features described below. | 35 new display features described below. |
34 | 36 |
35 ** This version can be built for the Macintosh, but does not implement | 37 ** This version can be built for the Macintosh, but does not implement |
610 ** Tool bar support. | 612 ** Tool bar support. |
611 | 613 |
612 Emacs supports a tool bar at the top of a frame under X. For details | 614 Emacs supports a tool bar at the top of a frame under X. For details |
613 of how to define a tool bar, see the page describing Lisp-level | 615 of how to define a tool bar, see the page describing Lisp-level |
614 changes. Tool-bar global minor mode controls whether or not it is | 616 changes. Tool-bar global minor mode controls whether or not it is |
615 displayed. To make the tool bar more useful, we need contributions of | 617 displayed and is on by default. To make the tool bar more useful, we |
616 extra icons for specific modes (with copyright assignments). | 618 need contributions of extra icons for specific modes (with copyright |
619 assignments). | |
617 | 620 |
618 +++ | 621 +++ |
619 ** Mouse-sensitive mode line. | 622 ** Mouse-sensitive mode line. |
620 | 623 |
621 Different parts of the mode line under X have been made | 624 Different parts of the mode line under X have been made |
3715 The function `toolbar-add-item' is a convenience function for adding | 3718 The function `toolbar-add-item' is a convenience function for adding |
3716 toolbar items generally, and `tool-bar-add-item-from-menu' can be used | 3719 toolbar items generally, and `tool-bar-add-item-from-menu' can be used |
3717 to define a toolbar item with a binding copied from an item on the | 3720 to define a toolbar item with a binding copied from an item on the |
3718 menu bar. | 3721 menu bar. |
3719 | 3722 |
3723 The default bindings use a menu-item :filter to derive the tool-bar | |
3724 dynamically from variable `tool-bar-map' which may be set | |
3725 buffer-locally to override the global map. | |
3726 | |
3720 *** Tool-bar-related variables. | 3727 *** Tool-bar-related variables. |
3721 | 3728 |
3722 If `auto-resize-tool-bar' is non-nil, the tool bar will automatically | 3729 If `auto-resize-tool-bar' is non-nil, the tool bar will automatically |
3723 resize to show all defined tool bar items. It will never grow larger | 3730 resize to show all defined tool bar items. It will never grow larger |
3724 than 1/4 of the frame's size. | 3731 than 1/4 of the frame's size. |