aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2004-12-27 20:11:22 +0000
committerJan Djärv2004-12-27 20:11:22 +0000
commite7c55f23d36c90665147a500f77f35b254698444 (patch)
treedebada2d75d2a13434444b40f4ab49744a14f95d
parent4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982 (diff)
downloademacs-e7c55f23d36c90665147a500f77f35b254698444.tar.gz
emacs-e7c55f23d36c90665147a500f77f35b254698444.zip
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
out now.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/frames.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 1a10e14923a..f12807c77d5 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4 out now.
5
12004-12-27 Richard M. Stallman <rms@gnu.org> 62004-12-27 Richard M. Stallman <rms@gnu.org>
2 7
3 * Makefile.in (MAKEINFO): Specify --force. 8 * Makefile.in (MAKEINFO): Specify --force.
diff --git a/man/frames.texi b/man/frames.texi
index e9716c76a1f..45133d746a3 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -913,7 +913,7 @@ of dialogs. This option has no effect if you have suppressed all dialog
913boxes with the option @code{use-dialog-box}. 913boxes with the option @code{use-dialog-box}.
914 914
915@vindex x-use-old-gtk-file-dialog 915@vindex x-use-old-gtk-file-dialog
916 For Gtk+ version 2.4, you can make Emacs use the old file dialog 916 For Gtk+ version 2.4 and 2.6, you can make Emacs use the old file dialog
917by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil} 917by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil}
918value. If Emacs is built with a Gtk+ version that has only one file dialog, 918value. If Emacs is built with a Gtk+ version that has only one file dialog,
919the setting of this variable has no effect. 919the setting of this variable has no effect.