Mercurial > emacs
comparison src/ChangeLog @ 94293:ca9efc5939fc
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 23 Apr 2008 05:55:42 +0000 |
| parents | 43cd713cec44 d55279d4ddcf |
| children | b47239d57d36 |
comparison
equal
deleted
inserted
replaced
| 94292:f07af351ed0b | 94293:ca9efc5939fc |
|---|---|
| 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 | |
| 34 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window | |
| 35 instead of WindowRef in argument type. | |
| 36 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref) | |
| 37 [TARGET_API_MAC_CARBON]: Remove externs. | |
| 38 (create_apple_event, mac_event_parameters_to_lisp) | |
| 39 [TARGET_API_MAC_CARBON]: Add externs. | |
| 40 | |
| 41 * mactoolbox.c: (Vmac_ts_script_language_on_focus) | |
| 42 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs. | |
| 43 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part | |
| 44 is clicked. | |
| 45 (x_activate_menubar): Remove extern for saved_menu_event_location. | |
| 46 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: | |
| 47 Move from mac.c. | |
| 48 | |
| 49 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
| 50 | |
| 51 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) | |
| 52 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex. | |
| 53 | |
| 54 2008-04-10 Jason Rumney <jasonr@gnu.org> | |
| 55 | |
| 56 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get | |
| 57 attributes only for local files. | |
| 58 | |
| 59 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes | |
| 60 default to Qlocal. | |
| 61 | |
| 1 2008-04-22 Juri Linkov <juri@jurta.org> | 62 2008-04-22 Juri Linkov <juri@jurta.org> |
| 2 | 63 |
| 3 * buffer.c (Fswitch_to_buffer): Change interactive spec to call | 64 * buffer.c (Fswitch_to_buffer): Change interactive spec to call |
| 4 read-buffer-to-switch instead of using the letter "B". | 65 read-buffer-to-switch instead of using the letter "B". |
| 5 | 66 |
