aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-09-15 17:33:37 +0000
committerDave Love2000-09-15 17:33:37 +0000
commitdab96841350292830ad5066945c11609a2f47a10 (patch)
tree0aa58f48d1152cbc714c7bb0f83289adfcfb7ec9
parent0d0db51e66b8b3cde84853e26389aeb4e63fd801 (diff)
downloademacs-dab96841350292830ad5066945c11609a2f47a10.tar.gz
emacs-dab96841350292830ad5066945c11609a2f47a10.zip
Strokes update. Toolbar stuff.
-rw-r--r--etc/NEWS17
1 files changed, 15 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 38a8a6b6b7e..6a2eb19f579 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,6 +31,13 @@ support 64-bit executables. See etc/MACHINES for instructions.
31 31
32* Changes in Emacs 21.1 32* Changes in Emacs 21.1
33 33
34* The Strokes package has been updated. If your Emacs has XPM
35support, you can use it for pictographic editing. In Strokes mode,
36use C-mouse-2 to compose a complex stoke and insert it into the
37buffer. You can encode or decode a strokes buffer with new commands
38M-x strokes-encode-buffer and M-x strokes-decode-buffer. There is a
39new command M-x strokes-list-strokes.
40
34+++ 41+++
35* New command M-x describe-character-set reads a character set name 42* New command M-x describe-character-set reads a character set name
36and displayes information about that. 43and displayes information about that.
@@ -491,6 +498,9 @@ customized.
491 498
492Emacs supports a tool bar at the top of a frame under X. For details 499Emacs supports a tool bar at the top of a frame under X. For details
493how to define a tool bar, see the page describing Lisp-level changes. 500how to define a tool bar, see the page describing Lisp-level changes.
501Toolbar global minor mode controls whether or not it is displayed. To
502make the toolbar more useful, we need contributions of extra icons for
503specific modes (with copyright assignments).
494 504
495+++ 505+++
496** Mouse-sensitive mode line. 506** Mouse-sensitive mode line.
@@ -3342,8 +3352,6 @@ suppresses the tool bar. If the value is non-zero and
3342`auto-resize-tool-bars' is non-nil the tool bar's size will be changed 3352`auto-resize-tool-bars' is non-nil the tool bar's size will be changed
3343automatically so that all tool bar items are visible. 3353automatically so that all tool bar items are visible.
3344 3354
3345before this facility can be useful, we need people to donate icons.
3346
3347*** Tool bar item definitions 3355*** Tool bar item definitions
3348 3356
3349Tool bar items are defined using `define-key' with a prefix-key 3357Tool bar items are defined using `define-key' with a prefix-key
@@ -3401,6 +3409,11 @@ algorithm is used on that image to draw the image in disabled state.
3401Gives a help string to display for the tool bar item. This help 3409Gives a help string to display for the tool bar item. This help
3402is displayed when the mouse is moved over the item. 3410is displayed when the mouse is moved over the item.
3403 3411
3412The function `toolbar-add-item' is a convenience function for adding
3413toolbar items generally, and `toolbar-like-menu-item' can be used to
3414define a toolbar item with a binding copied from an item on the menu
3415bar.
3416
3404*** Tool-bar-related variables. 3417*** Tool-bar-related variables.
3405 3418
3406If `auto-resize-tool-bar' is non-nil, the tool bar will automatically 3419If `auto-resize-tool-bar' is non-nil, the tool bar will automatically