diff options
| author | Dave Love | 2000-11-14 14:41:51 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-14 14:41:51 +0000 |
| commit | 8628686a18ac35989db25430c0ad00b586367c47 (patch) | |
| tree | 377ba106e3a4ec9043e058ea6e696dcf1ef5e21f | |
| parent | ece8c34d8799b5bbc07b176acae6c1aa5b23d05a (diff) | |
| download | emacs-8628686a18ac35989db25430c0ad00b586367c47.tar.gz emacs-8628686a18ac35989db25430c0ad00b586367c47.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 13 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 |
2 files changed, 22 insertions, 3 deletions
| @@ -27,7 +27,9 @@ 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. |
| @@ -612,8 +614,9 @@ customized. | |||
| 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. |
| @@ -3717,6 +3720,10 @@ 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 |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff1cd40d3bf..32cbc7ea8f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-11-14 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * cmuscheme.el: Doc fixes. | ||
| 4 | (cmuscheme) <defgroup>: Use `scheme' as parent. | ||
| 5 | (cmuscheme-program-name): Remove. Change uses to | ||
| 6 | scheme-program-name. | ||
| 7 | |||
| 8 | * xscheme.el (scheme-program-name): Don't define here. | ||
| 9 | |||
| 10 | * progmodes/scheme.el (scheme-program-name): New variable | ||
| 11 | (originally in cmuscheme). | ||
| 12 | |||
| 1 | 2000-11-14 Miles Bader <miles@gnu.org> | 13 | 2000-11-14 Miles Bader <miles@gnu.org> |
| 2 | 14 | ||
| 3 | * window.el (fit-window-to-buffer): Handle windows without mode-lines. | 15 | * window.el (fit-window-to-buffer): Handle windows without mode-lines. |