diff options
| author | Jan Djärv | 2004-12-27 20:11:22 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-12-27 20:11:22 +0000 |
| commit | e7c55f23d36c90665147a500f77f35b254698444 (patch) | |
| tree | debada2d75d2a13434444b40f4ab49744a14f95d | |
| parent | 4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | man/frames.texi | 2 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 6 | 2004-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 | |||
| 913 | boxes with the option @code{use-dialog-box}. | 913 | boxes 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 |
| 917 | by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil} | 917 | by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil} |
| 918 | value. If Emacs is built with a Gtk+ version that has only one file dialog, | 918 | value. If Emacs is built with a Gtk+ version that has only one file dialog, |
| 919 | the setting of this variable has no effect. | 919 | the setting of this variable has no effect. |