Mercurial > emacs
comparison etc/NEWS @ 55202:4c64ee838f41
* 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.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 27 Apr 2004 21:00:31 +0000 |
parents | 8e8564f5c1eb |
children | e23d5770ddb5 |
comparison
equal
deleted
inserted
replaced
55201:7fff56f5b73c | 55202:4c64ee838f41 |
---|---|
3410 display a prompt but don't use the minibuffer, now display the prompt | 3410 display a prompt but don't use the minibuffer, now display the prompt |
3411 using the text properties (esp. the face) of the prompt string. | 3411 using the text properties (esp. the face) of the prompt string. |
3412 | 3412 |
3413 ** New function x-send-client-message sends a client message when | 3413 ** New function x-send-client-message sends a client message when |
3414 running under X. | 3414 running under X. |
3415 | |
3416 ** Arguments for remove-overlays are now optional, so that you can remove | |
3417 all overlays in the buffer by just calling (remove-overlay). | |
3415 | 3418 |
3416 ** New packages: | 3419 ** New packages: |
3417 | 3420 |
3418 *** The new package gdb-ui.el provides an enhanced graphical interface to | 3421 *** The new package gdb-ui.el provides an enhanced graphical interface to |
3419 GDB. You can interact with GDB through the GUD buffer in the usual way, but | 3422 GDB. You can interact with GDB through the GUD buffer in the usual way, but |