aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-03-27 15:53:17 +0000
committerJuanma Barranquero2007-03-27 15:53:17 +0000
commit523fc4334fc9250567e7500c0258b36f66525712 (patch)
treef2512366b84112cc728234af8cd44719bf8a998e /src
parent84e78f613ff8fa0b3ec6497b54de6a2be14ec0d6 (diff)
downloademacs-523fc4334fc9250567e7500c0258b36f66525712.tar.gz
emacs-523fc4334fc9250567e7500c0258b36f66525712.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog41
1 files changed, 20 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5a2114d0661..6dd07fec1ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -78,7 +78,6 @@
78 78
79 * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h. 79 * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h.
80 (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h. 80 (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h.
81
82 (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and 81 (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and
83 systime.h. 82 systime.h.
84 (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and 83 (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and
@@ -102,9 +101,9 @@
102 * print.c: Include blockinput.h. 101 * print.c: Include blockinput.h.
103 (Fredirect_debugging_output): Add BLOCK_INPUT around fclose. 102 (Fredirect_debugging_output): Add BLOCK_INPUT around fclose.
104 103
105 * process.c (Fmake_network_process) [HAVE_GETADDRINFO]: Clear 104 * process.c (Fmake_network_process) [HAVE_GETADDRINFO]:
106 immediate_quit before calling freeaddrinfo. Add BLOCK_INPUT 105 Clear immediate_quit before calling freeaddrinfo.
107 around freeaddrinfo. 106 Add BLOCK_INPUT around freeaddrinfo.
108 107
109 * term.c: Include blockinput.h. 108 * term.c: Include blockinput.h.
110 (write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite. 109 (write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite.
@@ -568,9 +567,9 @@
568 567
5692007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5682007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
570 569
571 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't 570 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
572 pass keyboard modifiers to mac_store_drag_event, but put them as 571 Don't pass keyboard modifiers to mac_store_drag_event, but put
573 kEventParamKeyModifiers Apple event parameter. 572 them as kEventParamKeyModifiers Apple event parameter.
574 573
5752007-01-21 Chong Yidong <cyd@stupidchicken.com> 5742007-01-21 Chong Yidong <cyd@stupidchicken.com>
576 575
@@ -654,8 +653,8 @@
654 (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function. 653 (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function.
655 (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog. 654 (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.
656 655
657 * macterm.c (x_free_frame_resources) [USE_CG_DRAWING]: Call 656 * macterm.c (x_free_frame_resources) [USE_CG_DRAWING]:
658 mac_prepare_for_quickdraw. 657 Call mac_prepare_for_quickdraw.
659 (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs 658 (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs
660 outside #ifdef MAC_OSX. 659 outside #ifdef MAC_OSX.
661 (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function 660 (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function
@@ -2307,8 +2306,8 @@
2307 2306
23082006-08-28 Kenichi Handa <handa@m17n.org> 23072006-08-28 Kenichi Handa <handa@m17n.org>
2309 2308
2310 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix 2309 * coding.c (Fdetect_coding_region, Fdetect_coding_string):
2311 docstring about ISO-2022 control characters. 2310 Fix docstring about ISO-2022 control characters.
2312 2311
23132006-08-28 Kim F. Storm <storm@cua.dk> 23122006-08-28 Kim F. Storm <storm@cua.dk>
2314 2313
@@ -3479,8 +3478,8 @@
3479 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable. 3478 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
3480 (mac_font_panel_visible_p, mac_show_hide_font_panel) 3479 (mac_font_panel_visible_p, mac_show_hide_font_panel)
3481 [USE_MAC_FONT_PANEL]: New functions. 3480 [USE_MAC_FONT_PANEL]: New functions.
3482 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return 3481 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection):
3483 immediately if font panel is not visible. 3482 Return immediately if font panel is not visible.
3484 3483
3485 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel): 3484 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
3486 Add externs. 3485 Add externs.
@@ -3499,8 +3498,8 @@
3499 3498
35002006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 34992006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
3501 3500
3502 * sound.c (alsa_open, alsa_configure, alsa_write): Move 3501 * sound.c (alsa_open, alsa_configure, alsa_write):
3503 assignment to err out of if-statement. 3502 Move assignment to err out of if-statement.
3504 3503
3505 * gtkutil.c (menu_nav_ended): New function. 3504 * gtkutil.c (menu_nav_ended): New function.
3506 (create_menus): Connect menu_nav_ended to "selection-done" to fix 3505 (create_menus): Connect menu_nav_ended to "selection-done" to fix
@@ -3915,8 +3914,8 @@
3915 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise. 3914 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
3916 (syms_of_macterm): Intern and staticpro them. 3915 (syms_of_macterm): Intern and staticpro them.
3917 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table. 3916 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
3918 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New 3917 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
3919 function. 3918 New function.
3920 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it. 3919 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
3921 [MAC_OSX] (mac_store_services_event): Likewise. 3920 [MAC_OSX] (mac_store_services_event): Likewise.
3922 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle 3921 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
@@ -3968,8 +3967,8 @@
3968 [TARGET_API_MAC_CARBON] (create_apple_event): New function. 3967 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
3969 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it. 3968 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
3970 Use xrealloc instead of repeated xmalloc/xfree. 3969 Use xrealloc instead of repeated xmalloc/xfree.
3971 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New 3970 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref):
3972 function. 3971 New function.
3973 3972
3974 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value. 3973 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
3975 3974
@@ -5829,8 +5828,8 @@
5829 objects until we are done with the parsing. 5828 objects until we are done with the parsing.
5830 (parse_single_submenu, digest_single_submenu): New functions. 5829 (parse_single_submenu, digest_single_submenu): New functions.
5831 (single_submenu): Function deleted, replaced by those two. 5830 (single_submenu): Function deleted, replaced by those two.
5832 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't 5831 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't create
5833 create or dispose of EventHandlerUPP. Install hander to all submenus. 5832 or dispose of EventHandlerUPP. Install hander to all submenus.
5834 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING 5833 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
5835 instead of ENCODE_SYSTEM. 5834 instead of ENCODE_SYSTEM.
5836 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for 5835 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for