From c9612b8eb171fb38aeebffb62143736b78deb426 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 11 Jun 2007 20:08:49 +0000 Subject: [PATCH] Include intervals.h to declare Fget_text_property. --- src/ChangeLog | 17 ++++++++++------- src/term.c | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a2e1e5b8484..0c23f57099e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-06-11 Stefan Monnier + + * term.c: Include intervals.h to declare Fget_text_property. + 2007-06-10 Jason Rumney * w32fns.c (Fx_file_dialog): Take size from struct not pointer. @@ -106,11 +110,11 @@ New function. (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Register it. - (XTread_socket) [TARGET_API_MAC_CARBON]: Consolidate - SendEventToEventTarget calls. Use FRAME_OUTER_TO_INNER_DIFF_X and - FRAME_OUTER_TO_INNER_DIFF_Y. Move application activation handler - to mac_handle_application_event. Move keyboard handler to - mac_handle_keyboard_event. + (XTread_socket) [TARGET_API_MAC_CARBON]: + Consolidate SendEventToEventTarget calls. + Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y. + Move application activation handler to mac_handle_application_event. + Move keyboard handler to mac_handle_keyboard_event. (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke. (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call init_command_handler. Call install_application_handler. @@ -124,8 +128,7 @@ 2007-06-06 Chong Yidong - * image.c (xpm_load): Remove spurious call to - xpm_init_color_cache. + * image.c (xpm_load): Remove spurious call to xpm_init_color_cache. 2007-06-06 YAMAMOTO Mitsuharu diff --git a/src/term.c b/src/term.c index 88bb181fb81..20d3024bd6d 100644 --- a/src/term.c +++ b/src/term.c @@ -39,6 +39,7 @@ Boston, MA 02110-1301, USA. */ #include "window.h" #include "keymap.h" #include "blockinput.h" +#include "intervals.h" /* For now, don't try to include termcap.h. On some systems, configure finds a non-standard termcap.h that the main build -- 2.39.2