diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56676ea95d6..aaa49be146d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 1 | 2008-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]: | ||
| 4 | Make function non-static. | ||
| 5 | (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: | ||
| 6 | Remove function. | ||
| 7 | (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: | ||
| 8 | Move to mactoolbox.c. | ||
| 9 | (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function. | ||
| 10 | |||
| 11 | * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef. | ||
| 12 | (mac_rect_make): New macro. | ||
| 13 | |||
| 14 | * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat | ||
| 15 | instead of float. | ||
| 16 | (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise. | ||
| 17 | (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground) | ||
| 18 | (XSetBackground) [USE_CG_DRAWING]: Likewise. | ||
| 19 | (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of | ||
| 20 | CGRectMake. | ||
| 21 | (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise. | ||
| 22 | (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle) | ||
| 23 | (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise. | ||
| 24 | (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window | ||
| 25 | instead of WindowRef in argument type. | ||
| 26 | (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort. | ||
| 27 | (mac_invert_rectangle): Use CGContextSetBlendMode if available. | ||
| 28 | (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F | ||
| 29 | instead of DISPLAY. All uses changed. | ||
| 30 | (mac_handle_size_change): Don't call SET_FRAME_GARBAGED. | ||
| 31 | (x_calc_absolute_position): Simplify so as not to use | ||
| 32 | FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT. | ||
| 33 | (Vmac_ts_script_language_on_focus, saved_ts_script_language_on_focus) | ||
| 34 | [USE_MAC_TSM]: Make variables static. | ||
| 35 | (mac_store_event_ref_as_apple_event) [TARGET_API_MAC_CARBON]: | ||
| 36 | Don't use create_apple_event_from_event_ref. | ||
| 37 | Use mac_event_parameters_to_lisp. | ||
| 38 | |||
| 39 | * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window | ||
| 40 | instead of WindowRef in argument type. | ||
| 41 | (create_apple_event_from_event_ref, create_apple_event_from_drag_ref) | ||
| 42 | [TARGET_API_MAC_CARBON]: Remove externs. | ||
| 43 | (create_apple_event, mac_event_parameters_to_lisp) | ||
| 44 | [TARGET_API_MAC_CARBON]: Add externs. | ||
| 45 | |||
| 46 | * mactoolbox.c: (Vmac_ts_script_language_on_focus) | ||
| 47 | (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs. | ||
| 48 | (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part | ||
| 49 | is clicked. | ||
| 50 | (x_activate_menubar): Remove extern for saved_menu_event_location. | ||
| 51 | (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: | ||
| 52 | Move from mac.c. | ||
| 53 | |||
| 1 | 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 54 | 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 55 | ||
| 3 | * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) | 56 | * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) |