summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog4
-rw-r--r--man/frames.texi6
2 files changed, 10 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index a5774d68c87..2572b8bf25a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
+
+ * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
+
2005-12-24 Chong Yidong <cyd@stupidchicken.com>
* custom.texi (Custom Themes): `load-theme' always loads.
diff --git a/man/frames.texi b/man/frames.texi
index 9d24f5ca90e..dd076262e82 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -994,6 +994,12 @@ by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil}
value. If Emacs is built with a Gtk+ version that has only one file dialog,
the setting of this variable has no effect.
+@vindex x-gtk-show-hidden-files
+ For Gtk+ version 2.4 and newer, Emacs use the Gtk+ file chooser dialog.
+Emacs adds a toggle button that enables and disables showing of hidden files
+(files starting with a dot) in that dialog. This variable controls if
+hidden files should be shown by default or not.
+
@node Tooltips
@section Tooltips
@cindex tooltips