]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.in: Rebuild (added HAVE_GTK_FILE_*).
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 2 Nov 2004 07:34:28 +0000 (07:34 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 2 Nov 2004 07:34:28 +0000 (07:34 +0000)
src/ChangeLog
src/config.in

index 527b16382da2bba643dfc082c7cf78b3a913e48c..18704954db011307b37f6235aab0667c567ca76f 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * config.in: Rebuild (added HAVE_GTK_FILE_*).
+
 2004-11-01  Kim F. Storm  <storm@cua.dk>
 
        * process.c (connect_wait_mask, num_pending_connects): Only
index 136f4ecd55deff80c44c02e508089feea834f90e..0fb9126b470f473f080c7a92be4186f46eb783f6 100644 (file)
@@ -217,6 +217,15 @@ Boston, MA 02111-1307, USA.  */
 /* Define to 1 if using GTK. */
 #undef HAVE_GTK
 
+/* Define to 1 if GTK has both file selection and chooser dialog. */
+#undef HAVE_GTK_FILE_BOTH
+
+/* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */
+#undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
+
+/* Define to 1 if you have the `gtk_file_selection_new' function. */
+#undef HAVE_GTK_FILE_SELECTION_NEW
+
 /* Define to 1 if GTK can handle more than one display. */
 #undef HAVE_GTK_MULTIDISPLAY