diff options
| author | Eli Zaretskii | 2013-10-02 21:44:40 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-02 21:44:40 +0300 |
| commit | ffe759ebe34411c0ab85158a1696e1fe62ada975 (patch) | |
| tree | ac32e748772bb63f340326a4260400982d03b380 /etc | |
| parent | d797af5518e6e918bd35bfe1c84c9b9ed5545eae (diff) | |
| download | emacs-ffe759ebe34411c0ab85158a1696e1fe62ada975.tar.gz emacs-ffe759ebe34411c0ab85158a1696e1fe62ada975.zip | |
Fix display-mouse-p and display-popup-menus-p for TTYs; menus in Custom work.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -661,6 +661,10 @@ for something (not just adding elements to it), it ought not to affect you. | |||
| 661 | This includes `x-popup-menu', `x-popup-dialog', `message-box', | 661 | This includes `x-popup-menu', `x-popup-dialog', `message-box', |
| 662 | `yes-or-no-p', etc. | 662 | `yes-or-no-p', etc. |
| 663 | 663 | ||
| 664 | The function `display-popup-menus-p' will now return non-nil for a | ||
| 665 | display or frame whenever a mouse is supported on that display or | ||
| 666 | frame. | ||
| 667 | |||
| 664 | ** New bool-vector set operation functions: | 668 | ** New bool-vector set operation functions: |
| 665 | *** `bool-vector-exclusive-or' | 669 | *** `bool-vector-exclusive-or' |
| 666 | *** `bool-vector-union' | 670 | *** `bool-vector-union' |