diff options
| author | Jan Djärv | 2005-12-27 10:42:57 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-27 10:42:57 +0000 |
| commit | 5f6a2592a28f59f63a4c74735cedfc04ac441515 (patch) | |
| tree | ab0e6ca981e46d75e47998986e51859501968859 | |
| parent | edd4b3ab76cfdcbab749cf119366a90f39dd5cb5 (diff) | |
| download | emacs-5f6a2592a28f59f63a4c74735cedfc04ac441515.tar.gz emacs-5f6a2592a28f59f63a4c74735cedfc04ac441515.zip | |
* frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/frames.texi | 6 |
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 @@ | |||
| 1 | 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files. | ||
| 4 | |||
| 1 | 2005-12-24 Chong Yidong <cyd@stupidchicken.com> | 5 | 2005-12-24 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * custom.texi (Custom Themes): `load-theme' always loads. | 7 | * 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} | |||
| 994 | value. If Emacs is built with a Gtk+ version that has only one file dialog, | 994 | value. If Emacs is built with a Gtk+ version that has only one file dialog, |
| 995 | the setting of this variable has no effect. | 995 | the setting of this variable has no effect. |
| 996 | 996 | ||
| 997 | @vindex x-gtk-show-hidden-files | ||
| 998 | For Gtk+ version 2.4 and newer, Emacs use the Gtk+ file chooser dialog. | ||
| 999 | Emacs adds a toggle button that enables and disables showing of hidden files | ||
| 1000 | (files starting with a dot) in that dialog. This variable controls if | ||
| 1001 | hidden files should be shown by default or not. | ||
| 1002 | |||
| 997 | @node Tooltips | 1003 | @node Tooltips |
| 998 | @section Tooltips | 1004 | @section Tooltips |
| 999 | @cindex tooltips | 1005 | @cindex tooltips |