diff options
author | Masatake YAMATO <jet@gyve.org> | 2004-04-27 21:00:31 +0000 |
---|---|---|
committer | Masatake YAMATO <jet@gyve.org> | 2004-04-27 21:00:31 +0000 |
commit | f24485f172efcd20394f6d5040305fe02c38e043 (patch) | |
tree | 39effd1f3527d173dda01551df7a666ec35615c8 /etc/NEWS | |
parent | e23390fa015f523cba25fa4d952d7bee8c6c533f (diff) | |
download | emacs-f24485f172efcd20394f6d5040305fe02c38e043.tar.gz |
* subr.el (remove-overlays): Make arguments optional.
* wid-edit.el (widget-specify-button): Put evaporate to the
overlay for sample.
(widget-specify-sample): Put evaporate to the overlay for sample.
(widget-specify-doc): Put evaporate to the overlay for documentation.
* etc/NEWS: Write about remove-overlays's arguments.
* man/widget.texi: Add remove-overlays to the example.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3413,6 +3413,9 @@ using the text properties (esp. the face) of the prompt string. ** New function x-send-client-message sends a client message when running under X. +** Arguments for remove-overlays are now optional, so that you can remove +all overlays in the buffer by just calling (remove-overlay). + ** New packages: *** The new package gdb-ui.el provides an enhanced graphical interface to |