aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e1ca917eb63..4941fabd835 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -657,7 +657,8 @@ for something (not just adding elements to it), it ought not to affect you.
657 657
658* Lisp Changes in Emacs 24.4 658* Lisp Changes in Emacs 24.4
659 659
660** Functions that pop up menus and dialogs now work on all terminal types. 660** Functions that pop up menus and dialogs now work on all terminal types,
661including TTYs.
661This includes `x-popup-menu', `x-popup-dialog', `message-box', 662This includes `x-popup-menu', `x-popup-dialog', `message-box',
662`yes-or-no-p', etc. 663`yes-or-no-p', etc.
663 664