aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog5
-rw-r--r--man/frames.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 0aa9cbb8fed..b4ca9d9fe44 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4 to x-gtk-use-old-file-dialog.
5
12006-09-15 Jay Belanger <belanger@truman.edu> 62006-09-15 Jay Belanger <belanger@truman.edu>
2 7
3 * calc.texi, emacs.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE): 8 * calc.texi, emacs.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
diff --git a/man/frames.texi b/man/frames.texi
index 29ece2d0dc2..ca35f689db5 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -945,9 +945,9 @@ of hidden files (files starting with a dot) in that dialog. The
945variable @code{x-gtk-show-hidden-files} controls whether to show 945variable @code{x-gtk-show-hidden-files} controls whether to show
946hidden files by default. 946hidden files by default.
947 947
948@vindex x-use-old-gtk-file-dialog 948@vindex x-gtk-use-old-file-dialog
949 For Gtk+ version 2.4 and 2.6, you can make Emacs use the old file dialog 949 For Gtk+ version 2.4 through 2.10, you can make Emacs use the old file dialog
950by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil} 950by setting the variable @code{x-gtk-use-old-file-dialog} to a non-@code{nil}
951value. If Emacs is built with a Gtk+ version that has only one file dialog, 951value. If Emacs is built with a Gtk+ version that has only one file dialog,
952the setting of this variable has no effect. 952the setting of this variable has no effect.
953 953