aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2004-11-26 17:45:17 +0000
committerJan Djärv2004-11-26 17:45:17 +0000
commit3a0ab7ecf334c68fe2c63af2e5b36967a758f251 (patch)
treeb913fdf88868c36a9dc5daf9d4df44535e022b62
parent48aa4dfc27547f0cd3ac183bb2046d3e7b954ae7 (diff)
downloademacs-3a0ab7ecf334c68fe2c63af2e5b36967a758f251.tar.gz
emacs-3a0ab7ecf334c68fe2c63af2e5b36967a758f251.zip
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
-rw-r--r--man/ChangeLog5
-rw-r--r--man/frames.texi4
4 files changed, 12 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 08e72c60c2f..a7f14619088 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12004-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
4
12004-10-08 Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr> (tiny change) 52004-10-08 Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr> (tiny change)
2 6
3 * TUTORIAL.fr: Minor wording fix. 7 * TUTORIAL.fr: Minor wording fix.
diff --git a/etc/NEWS b/etc/NEWS
index 92ef1896bce..7706ee01cc7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -953,7 +953,7 @@ disabled by customizing the variable `use-file-dialog'.
953 953
954+++ 954+++
955** For Gtk+ version 2.4, you can make Emacs use the old file dialog 955** For Gtk+ version 2.4, you can make Emacs use the old file dialog
956by setting the variable `use-old-gtk-file-dialog' to t. Default is to use 956by setting the variable `x-use-old-gtk-file-dialog' to t. Default is to use
957the new dialog. 957the new dialog.
958 958
959+++ 959+++
diff --git a/man/ChangeLog b/man/ChangeLog
index df3df73a136..9b620deb734 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12004-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4 x-use-old-gtk-file-dialog.
5
12004-11-26 Eli Zaretskii <eliz@gnu.org> 62004-11-26 Eli Zaretskii <eliz@gnu.org>
2 7
3 * idlwave.texi: Fix the setfilename directive to put the produced 8 * idlwave.texi: Fix the setfilename directive to put the produced
diff --git a/man/frames.texi b/man/frames.texi
index cc8ae972567..5fb4181408e 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -910,9 +910,9 @@ use of file selection windows even if you still want other kinds
910of dialogs. This option has no effect if you have suppressed all dialog 910of dialogs. This option has no effect if you have suppressed all dialog
911boxes with the option @code{use-dialog-box}. 911boxes with the option @code{use-dialog-box}.
912 912
913@vindex use-old-gtk-file-dialog 913@vindex x-use-old-gtk-file-dialog
914 For Gtk+ version 2.4, you can make Emacs use the old file dialog 914 For Gtk+ version 2.4, you can make Emacs use the old file dialog
915by setting the variable @code{use-old-gtk-file-dialog} to a non-@code{nil} 915by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil}
916value. If Emacs is built with a Gtk+ version that has only one file dialog, 916value. If Emacs is built with a Gtk+ version that has only one file dialog,
917the setting of this variable has no effect. 917the setting of this variable has no effect.
918 918