Mercurial > emacs
comparison src/ChangeLog @ 66112:9bb08ad57594
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 16 Oct 2005 02:23:23 +0000 |
parents | f284148b3d3f |
children | 13abee3a9bc6 |
comparison
equal
deleted
inserted
replaced
66111:3d2a18d0f5dc | 66112:9bb08ad57594 |
---|---|
1 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): | |
4 Allow nil as argument. | |
5 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil | |
6 for encoding arguments as UTF-16 in native byte order, no BOM. | |
7 | |
8 * macfns.c (Fx_create_frame): Add debugging code. | |
9 (Fx_show_tip): Set frame pixel width and height. | |
10 | |
11 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro. | |
12 (FRAME_NORMAL_GC): New macro. | |
13 (mac_draw_line, mac_clear_area, mac_clear_window) | |
14 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16) | |
15 (mac_draw_image_string, mac_draw_image_string_16): Rename from | |
16 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString, | |
17 XDrawString16, XDrawImageString, and XDrawImageString16, respectively. | |
18 All uses changed. | |
19 (mac_draw_line, mac_erase_rectangle, mac_clear_area) | |
20 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle) | |
21 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string) | |
22 (mac_draw_string_16, mac_draw_image_string) | |
23 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask) | |
24 (mac_scroll_area): Drawing functions now take frame as destination. | |
25 All uses changed. | |
26 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT. | |
27 (x_draw_fringe_bitmap): Set clipping area in face->gc. | |
28 | |
29 * macterm.h (mac_clear_area): Add extern. | |
30 | |
1 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 31 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 32 |
3 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14 | 33 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14 |
4 changes for xterm.c. | 34 changes for xterm.c. |
5 | 35 |
191 Put members scroll_bar_foreground_pixel and | 221 Put members scroll_bar_foreground_pixel and |
192 scroll_bar_background_pixel in #if 0. | 222 scroll_bar_background_pixel in #if 0. |
193 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. | 223 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. |
194 | 224 |
195 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. | 225 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. |
196 Add debug code. | 226 Add debugging code. |
197 | 227 |
198 2005-10-08 Kim F. Storm <storm@cua.dk> | 228 2005-10-08 Kim F. Storm <storm@cua.dk> |
199 | 229 |
200 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04. | 230 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04. |
201 | 231 |
281 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 311 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
282 | 312 |
283 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. | 313 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. |
284 | 314 |
285 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. | 315 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. |
286 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. | 316 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code. |
287 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: | 317 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: |
288 Try ATSUI-compatible 12pt Monaco font first. | 318 Try ATSUI-compatible 12pt Monaco font first. |
289 | 319 |
290 * macgui.h (struct _XCharStruct): New member valid_p. | 320 * macgui.h (struct _XCharStruct): New member valid_p. |
291 (STORE_XCHARSTRUCT): Set valid_p. | 321 (STORE_XCHARSTRUCT): Set valid_p. |