Mercurial > emacs
comparison src/ChangeLog @ 75102:ff5c8a12bdd1
*** empty log message ***
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Fri, 05 Jan 2007 08:30:33 +0000 |
| parents | 0764eb2fa01a |
| children | a79fa605c989 |
comparison
equal
deleted
inserted
replaced
| 75101:a7e7b1189938 | 75102:ff5c8a12bdd1 |
|---|---|
| 1 2007-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
| 2 | |
| 3 * editfns.c (Fformat_time_string, Fdecode_time, Fencode_time) | |
| 4 (Fcurrent_time_string, Fcurrent_time_zone): Add BLOCK_INPUT around | |
| 5 gmtime/localtime/emacs_memftimeu/mktime. | |
| 6 | |
| 7 * mac.c (Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODE | |
| 8 instead of 'EMAx'. | |
| 9 [!MAC_OSX] (sys_open, sys_creat, sys_fopen): Likewise. | |
| 10 | |
| 11 * macgui.h (struct _XGC) [USE_CG_DRAWING | |
| 12 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color | |
| 13 and cg_back_color. | |
| 14 | |
| 15 * macmenu.c (Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern. | |
| 16 (restore_show_help_function, menu_target_item_handler) | |
| 17 [TARGET_API_MAC_CARBON]: New functions. | |
| 18 (install_menu_target_item_handler): New function. | |
| 19 (add_menu_item) [TARGET_API_MAC_CARBON]: Set help string as menu | |
| 20 item property. | |
| 21 | |
| 22 * macterm.c (CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR) | |
| 23 (CG_SET_FILL_COLOR_WITH_GC_FOREGROUND) | |
| 24 (CG_SET_FILL_COLOR_WITH_GC_BACKGROUND) | |
| 25 (CG_SET_STROKE_COLOR_MAYBE_WITH_CGCOLOR) | |
| 26 (CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): New macros. | |
| 27 (mac_cg_color_space_rgb) [USE_CG_DRAWING]: New variable. | |
| 28 (mac_cg_color_black) [USE_CG_DRAWING | |
| 29 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New variable. | |
| 30 (init_cg_color) [USE_CG_DRAWING]: New function. | |
| 31 (mac_draw_line, mac_draw_rectangle) [USE_CG_DRAWING]: Use | |
| 32 CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND instead of CG_SET_STROKE_COLOR. | |
| 33 (mac_erase_rectangle, mac_clear_window, mac_draw_cg_image) | |
| 34 (mac_fill_rectangle, mac_draw_image_string_cg) [USE_CG_DRAWING]: | |
| 35 Use CG_SET_FILL_COLOR_WITH_GC_FOREGROUND or | |
| 36 CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR. | |
| 37 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise. | |
| 38 (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING | |
| 39 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or | |
| 40 gc->cg_back_color. | |
| 41 (install_drag_handler, remove_drag_handler): Make extern. | |
| 42 (install_menu_target_item_handler): Add extern. | |
| 43 (install_window_handler): Call install_menu_target_item_handler. | |
| 44 [MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'. | |
| 45 (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color. | |
| 46 | |
| 47 * macterm.h (MAC_EMACS_CREATOR_CODE): New enumerator. | |
| 48 | |
| 1 2007-01-04 Juanma Barranquero <lekktu@gmail.com> | 49 2007-01-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 50 |
| 3 * window.c (Fwindow_end): Fix use of >= operator. | 51 * window.c (Fwindow_end): Fix use of >= operator. |
| 4 | 52 |
| 5 2007-01-03 Richard Stallman <rms@gnu.org> | 53 2007-01-03 Richard Stallman <rms@gnu.org> |
