diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e1e8867e882..49168498e9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macfns.c (mac_window): Replace WindowPtr with WindowRef. | ||
| 4 | |||
| 5 | * macgui.h: Replace WindowPtr with WindowRef. | ||
| 6 | |||
| 7 | * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and | ||
| 8 | GetMenuRef, respectively. Replace WindowPtr with WindowRef. | ||
| 9 | Replace ControlHandle with ControlRef. | ||
| 10 | (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU. | ||
| 11 | |||
| 12 | * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and | ||
| 13 | GetMenuRef, respectively. Replace WindowPtr with WindowRef. | ||
| 14 | Replace ControlHandle with ControlRef. | ||
| 15 | (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead. | ||
| 16 | [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'. | ||
| 17 | |||
| 18 | * macterm.h (struct scroll_bar): Rename member control_handle_low | ||
| 19 | and control_handle_high to control_ref_low and control_ref_high. | ||
| 20 | All uses changed. | ||
| 21 | (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from | ||
| 22 | SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE, | ||
| 23 | respectively. All uses changed. | ||
| 24 | (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground) | ||
| 25 | (install_window_handler, remove_window_handler): Replace WindowPtr | ||
| 26 | with WindowRef in externs. | ||
| 27 | |||
| 1 | 2007-06-05 Juanma Barranquero <lekktu@gmail.com> | 28 | 2007-06-05 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 29 | ||
| 3 | * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops. | 30 | * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops. |