Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8628686a
Commit
8628686a
authored
Nov 14, 2000
by
Dave Love
Browse files
*** empty log message ***
parent
ece8c34d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
etc/NEWS
etc/NEWS
+10
-3
lisp/ChangeLog
lisp/ChangeLog
+12
-0
No files found.
etc/NEWS
View file @
8628686a
...
...
@@ -27,7 +27,9 @@ Unix-98-style support for large files if that is available.
** You can build a 64-bit Emacs for SPARC/Solaris systems which
support 64-bit executables and also on Irix 6.5. This increases the
maximum buffer size. See etc/MACHINES for instructions.
maximum buffer size. See etc/MACHINES for instructions. Changes to
build on other 64-bit systems should be straightforward modulo any
necessary changes to unexec.
** Note that the MS-Windows port does not yet implement various of the
new display features described below.
...
...
@@ -612,8 +614,9 @@ customized.
Emacs supports a tool bar at the top of a frame under X. For details
of how to define a tool bar, see the page describing Lisp-level
changes. Tool-bar global minor mode controls whether or not it is
displayed. To make the tool bar more useful, we need contributions of
extra icons for specific modes (with copyright assignments).
displayed and is on by default. To make the tool bar more useful, we
need contributions of extra icons for specific modes (with copyright
assignments).
+++
**
Mouse-sensitive mode line.
...
...
@@ -3717,6 +3720,10 @@ toolbar items generally, and `tool-bar-add-item-from-menu' can be used
to define a toolbar item with a binding copied from an item on the
menu bar.
The default bindings use a menu-item :filter to derive the tool-bar
dynamically from variable `tool-bar-map' which may be set
buffer-locally to override the global map.
*** Tool-bar-related variables.
If `auto-resize-tool-bar' is non-nil, the tool bar will automatically
...
...
lisp/ChangeLog
View file @
8628686a
2000-11-14 Dave Love <fx@gnu.org>
* cmuscheme.el: Doc fixes.
(cmuscheme) <defgroup>: Use `scheme' as parent.
(cmuscheme-program-name): Remove. Change uses to
scheme-program-name.
* xscheme.el (scheme-program-name): Don't define here.
* progmodes/scheme.el (scheme-program-name): New variable
(originally in cmuscheme).
2000-11-14 Miles Bader <miles@gnu.org>
* window.el (fit-window-to-buffer): Handle windows without mode-lines.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment