diff options
| author | Joakim Verona | 2013-01-10 00:04:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-10 00:04:21 +0100 |
| commit | 09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch) | |
| tree | 9376433d772aa4a302b231af1c601bcb4440c9f1 /nt | |
| parent | 0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff) | |
| parent | 51fb5578777d1041feaab31651b65e09e1731d33 (diff) | |
| download | emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip | |
auto upstream
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/config.nt | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index b44a4121b36..a1c9f3c7cd0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros. | ||
| 5 | |||
| 1 | 2012-12-24 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-12-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes | 8 | * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes |
diff --git a/nt/config.nt b/nt/config.nt index 24bf6814829..2a8c54baa47 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -485,12 +485,18 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 485 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ | 485 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ |
| 486 | #undef HAVE_GTK_FILE_SELECTION_NEW | 486 | #undef HAVE_GTK_FILE_SELECTION_NEW |
| 487 | 487 | ||
| 488 | /* Define to 1 if you have the `gtk_handle_box_new' function. */ | ||
| 489 | #undef HAVE_GTK_HANDLE_BOX_NEW | ||
| 490 | |||
| 488 | /* Define to 1 if you have the `gtk_main' function. */ | 491 | /* Define to 1 if you have the `gtk_main' function. */ |
| 489 | #undef HAVE_GTK_MAIN | 492 | #undef HAVE_GTK_MAIN |
| 490 | 493 | ||
| 491 | /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */ | 494 | /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */ |
| 492 | #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION | 495 | #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION |
| 493 | 496 | ||
| 497 | /* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */ | ||
| 498 | #undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW | ||
| 499 | |||
| 494 | /* Define to 1 if you have the `gtk_widget_get_mapped' function. */ | 500 | /* Define to 1 if you have the `gtk_widget_get_mapped' function. */ |
| 495 | #undef HAVE_GTK_WIDGET_GET_MAPPED | 501 | #undef HAVE_GTK_WIDGET_GET_MAPPED |
| 496 | 502 | ||