]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS and documentation for use-file-dialog.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 29 Nov 2003 11:36:55 +0000 (11:36 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 29 Nov 2003 11:36:55 +0000 (11:36 +0000)
etc/NEWS
man/ChangeLog
man/frames.texi

index 2cae0913cc8a2cf18a607a870b6578a5a10bdb15..f256bd507c1b9301fa81c7cc5f9067dbe38d32ae 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -465,6 +465,10 @@ command.
 On the other hand, the size of the thumb does not represent the actual
 amount of text shown any more (only a crude approximation of it).
 
++++
+** The file selection dialog for Gtk+, W32 and Motif/Lesstif can be
+disabled by customizing the variable `use-file-dialog'.
+
 +++
 ** Emacs can produce an underscore-like (horizontal bar) cursor.
 The underscore cursor is set by putting `(cursor-type . hbar)' in
index 684bb6de75a202868a262a6bc20569db2a60356d..834fd808b4abc18cd13854cf7aa346cc7cee0d05 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Dialog Boxes): Added use-file-dialog.
+
 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * eshell.texi (Known Problems): Add doc item.
index 31533a4c59c1bf329e43b89501a1211dab9f428f..2663a417b10428cd4d756052d7b92120f09edf3b 100644 (file)
@@ -855,6 +855,16 @@ invoke the command to begin with.
 use of dialog boxes.  This also controls whether to use file selection
 windows (but those are not supported on all platforms).
 
+@vindex use-file-dialog
+  A file selection window is a special kind of dialog box for asking for
+file names.
+
+  You can customize the option @code{use-file-dialog} to suppress the
+use of file selection windows even if you still want other kinds
+of dialogs.  This option has no effect if you have supressed all dialog
+boxes with the option @code{use-dialog-box}.
+
+
 @node Tooltips
 @section Tooltips (or ``Balloon Help'')