]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 26 Nov 2004 17:45:17 +0000 (17:45 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 26 Nov 2004 17:45:17 +0000 (17:45 +0000)
etc/ChangeLog
etc/NEWS
man/ChangeLog
man/frames.texi

index 08e72c60c2f44ea8e4c0d785a8ec3ce4931ff936..a7f1461908846d0774229744273125c9c011f822 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
+
 2004-10-08  Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy  <frederic.bothamy@free.fr>  (tiny change)
 
        * TUTORIAL.fr: Minor wording fix.
index 92ef1896bce77c288fba7aa6db6daa9df3032965..7706ee01cc76032a73cbe577a0a53ce0fd98d1c6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -953,7 +953,7 @@ disabled by customizing the variable `use-file-dialog'.
 
 +++
 ** For Gtk+ version 2.4, you can make Emacs use the old file dialog
-by setting the variable `use-old-gtk-file-dialog' to t.  Default is to use
+by setting the variable `x-use-old-gtk-file-dialog' to t.  Default is to use
 the new dialog.
 
 +++
index df3df73a136363988bc10fa6c9b73378a926cd49..9b620deb73484559e84bcd2a1379802e361e26d0 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
+       x-use-old-gtk-file-dialog.
+
 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
 
        * idlwave.texi: Fix the setfilename directive to put the produced
index cc8ae97256745b945ac853c2cdaea5e37795dd0f..5fb4181408ec7a8286dc0e38de00a101ddb490be 100644 (file)
@@ -910,9 +910,9 @@ use of file selection windows even if you still want other kinds
 of dialogs.  This option has no effect if you have suppressed all dialog
 boxes with the option @code{use-dialog-box}.
 
-@vindex use-old-gtk-file-dialog
+@vindex x-use-old-gtk-file-dialog
   For Gtk+ version 2.4, you can make Emacs use the old file dialog
-by setting the variable @code{use-old-gtk-file-dialog} to a non-@code{nil}
+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.