# HG changeset patch # User Jan Dj¸«£rv # Date 1099560112 0 # Node ID 25fe68335fa743e1aa950fd38bfeced685e5d02d # Parent d7def5572cf3645827022852ebe2c9eb1e0a4058 Add menu items "New File..." and "Open File...". Add Mac to text about file selection and use-file-dialog. diff -r d7def5572cf3 -r 25fe68335fa7 etc/NEWS --- 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'. +++