comparison src/ChangeLog @ 81308:16181a4d64bf

Include intervals.h to declare Fget_text_property.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Jun 2007 20:08:49 +0000
parents e4cbe0cfdf59
children e88adc9bd017
comparison
equal deleted inserted replaced
81307:a5186dc625d4 81308:16181a4d64bf
1 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * term.c: Include intervals.h to declare Fget_text_property.
4
1 2007-06-10 Jason Rumney <jasonr@gnu.org> 5 2007-06-10 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32fns.c (Fx_file_dialog): Take size from struct not pointer. 7 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
4 8
5 2007-06-08 Juanma Barranquero <lekktu@gmail.com> 9 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
104 (install_application_handler) [TARGET_API_MAC_CARBON]: New function. 108 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
105 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: 109 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
106 New function. 110 New function.
107 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: 111 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
108 Register it. 112 Register it.
109 (XTread_socket) [TARGET_API_MAC_CARBON]: Consolidate 113 (XTread_socket) [TARGET_API_MAC_CARBON]:
110 SendEventToEventTarget calls. Use FRAME_OUTER_TO_INNER_DIFF_X and 114 Consolidate SendEventToEventTarget calls.
111 FRAME_OUTER_TO_INNER_DIFF_Y. Move application activation handler 115 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
112 to mac_handle_application_event. Move keyboard handler to 116 Move application activation handler to mac_handle_application_event.
113 mac_handle_keyboard_event. 117 Move keyboard handler to mac_handle_keyboard_event.
114 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke. 118 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
115 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call 119 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
116 init_command_handler. Call install_application_handler. 120 init_command_handler. Call install_application_handler.
117 121
118 * macterm.h (mac_get_window_bounds): Move extern from macfns.c. 122 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
122 126
123 * emacs.c (main): Use `emacs-copyright' in --version output. 127 * emacs.c (main): Use `emacs-copyright' in --version output.
124 128
125 2007-06-06 Chong Yidong <cyd@stupidchicken.com> 129 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
126 130
127 * image.c (xpm_load): Remove spurious call to 131 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
128 xpm_init_color_cache.
129 132
130 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 133 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
131 134
132 * macfns.c (mac_window): Replace WindowPtr with WindowRef. 135 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
133 136