Mercurial > emacs
changeset 57924:25fe68335fa7
Add menu items "New File..." and "Open File...".
Add Mac to text about file selection and use-file-dialog.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 04 Nov 2004 09:21:52 +0000 |
parents | d7def5572cf3 |
children | cb0a9c84d565 |
files | etc/NEWS |
diffstat | 1 files changed, 13 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Nov 04 08:12:39 2004 +0000 +++ b/etc/NEWS Thu Nov 04 09:21:52 2004 +0000 @@ -931,13 +931,19 @@ --- ** The pop up menus for Lucid now stay up if you do a fast click and can -be navigated with the arrow keys (like Gtk+ and W32). - ---- -** Dialogs for Lucid/Athena and Lesstif/Motif pops down when pressing ESC. - -+++ -** The file selection dialog for Gtk+, W32 and Motif/Lesstif can be +be navigated with the arrow keys (like Gtk+, Mac and W32). + +--- +** Dialogs for Lucid/Athena and Lesstif/Motif now pops down when pressing +ESC, like they do for Gtk+, Mac and W32. + +--- +** The menu item "Open File..." has been split into two items, "New File..." +and "Open File...". "Open File..." now opens only existing files. This is +to support existing GUI file selection dialogs better. + ++++ +** The file selection dialog for Gtk+, Mac, W32 and Motif/Lesstif can be disabled by customizing the variable `use-file-dialog'. +++