emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111461: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111461: nt/config.nt: Sync with autogen/config.in.
Date: Wed, 09 Jan 2013 16:07:44 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111461
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-09 16:07:44 +0100
message:
  nt/config.nt: Sync with autogen/config.in.
  (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-01-02 16:13:04 +0000
+++ b/nt/ChangeLog      2013-01-09 15:07:44 +0000
@@ -1,3 +1,8 @@
+2013-01-09  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
+
 2012-12-24  Eli Zaretskii  <address@hidden>
 
        * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2013-01-03 02:37:57 +0000
+++ b/nt/config.nt      2013-01-09 15:07:44 +0000
@@ -485,12 +485,18 @@
 /* Define to 1 if you have the `gtk_file_selection_new' function. */
 #undef HAVE_GTK_FILE_SELECTION_NEW
 
+/* Define to 1 if you have the `gtk_handle_box_new' function. */
+#undef HAVE_GTK_HANDLE_BOX_NEW
+
 /* Define to 1 if you have the `gtk_main' function. */
 #undef HAVE_GTK_MAIN
 
 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
 
+/* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */
+#undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW
+
 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
 #undef HAVE_GTK_WIDGET_GET_MAPPED
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]