From: Jan Djärv Date: Thu, 4 Nov 2004 09:21:52 +0000 (+0000) Subject: Add menu items "New File..." and "Open File...". X-Git-Tag: ttn-vms-21-2-B4~4207 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb40303edc53790535f27caa7b57695518a150f5;p=emacs.git Add menu items "New File..." and "Open File...". Add Mac to text about file selection and use-file-dialog. --- diff --git a/etc/NEWS b/etc/NEWS index 5ed7b753578..5d08bd4d030 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -931,13 +931,19 @@ amount of text shown any more (only a crude approximation of it). --- ** 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). +be navigated with the arrow keys (like Gtk+, Mac and W32). --- -** Dialogs for Lucid/Athena and Lesstif/Motif pops down when pressing ESC. +** 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+, W32 and Motif/Lesstif can be +** The file selection dialog for Gtk+, Mac, W32 and Motif/Lesstif can be disabled by customizing the variable `use-file-dialog'. +++