aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-20 11:29:38 +0000
committerEli Zaretskii2008-10-20 11:29:38 +0000
commit9c5e9396253ee96a8531b48d25f6d72c35e1da95 (patch)
treec7ee3926d6d3560b99f77431b657f5966e7b7f6d /doc
parentd8f0f8a5e490e2d99979e155cec9186b3b874fa8 (diff)
downloademacs-9c5e9396253ee96a8531b48d25f6d72c35e1da95.tar.gz
emacs-9c5e9396253ee96a8531b48d25f6d72c35e1da95.zip
(Dialog Boxes): Add @cindex entries.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/frames.texi5
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 12eb2867285..55ba1317c80 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12008-10-20 Eli Zaretskii <eliz@gnu.org>
2
3 * frames.texi (Dialog Boxes): Add @cindex entries.
4
12008-10-20 Chong Yidong <cyd@stupidchicken.com> 52008-10-20 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser. 7 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 68322bf515f..32512f7fa2b 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -998,6 +998,7 @@ This variable also controls whether to use file selection windows (but
998those are not supported on all platforms). 998those are not supported on all platforms).
999 999
1000@vindex use-file-dialog 1000@vindex use-file-dialog
1001@cindex file selection dialog, how to disable
1001 A file selection window is a special kind of dialog box for asking 1002 A file selection window is a special kind of dialog box for asking
1002for file names. You can customize the variable @code{use-file-dialog} 1003for file names. You can customize the variable @code{use-file-dialog}
1003to suppress the use of file selection windows, even if you still want 1004to suppress the use of file selection windows, even if you still want
@@ -1005,8 +1006,9 @@ other kinds of dialogs. This variable has no effect if you have
1005suppressed all dialog boxes with the variable @code{use-dialog-box}. 1006suppressed all dialog boxes with the variable @code{use-dialog-box}.
1006 1007
1007@vindex x-gtk-show-hidden-files 1008@vindex x-gtk-show-hidden-files
1008@vindex x-gtk-use-old-file-dialog
1009@vindex x-gtk-file-dialog-help-text 1009@vindex x-gtk-file-dialog-help-text
1010@cindex hidden files, in GTK+ file chooser
1011@cindex help text, in GTK+ file chooser
1010 When Emacs is compiled with GTK+ support, it uses the GTK+ ``file 1012 When Emacs is compiled with GTK+ support, it uses the GTK+ ``file
1011chooser'' dialog. Emacs adds an additional toggle button to this 1013chooser'' dialog. Emacs adds an additional toggle button to this
1012dialog, which you can use to enable or disable the display of hidden 1014dialog, which you can use to enable or disable the display of hidden
@@ -1016,6 +1018,7 @@ toggle to be activated by default, change the variable
1016help text to the GTK+ file chooser dialog; to disable this help text, 1018help text to the GTK+ file chooser dialog; to disable this help text,
1017change the variable @code{x-gtk-file-dialog-help-text} to @code{nil}. 1019change the variable @code{x-gtk-file-dialog-help-text} to @code{nil}.
1018 1020
1021@vindex x-gtk-use-old-file-dialog
1019 In GTK+ versions 2.4 through 2.10, you can choose to use an older 1022 In GTK+ versions 2.4 through 2.10, you can choose to use an older
1020version of the GTK+ file dialog by setting the variable 1023version of the GTK+ file dialog by setting the variable
1021@code{x-gtk-use-old-file-dialog} to a non-@code{nil} value. If Emacs 1024@code{x-gtk-use-old-file-dialog} to a non-@code{nil} value. If Emacs