diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d7184689033..a743cc64049 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * keyboard.c: Don't undef SIGIO | ||
| 4 | * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon | ||
| 5 | * Makefile.in (mac.o): Depend on blockinput.h and atimer.h. | ||
| 6 | (macfns.o): Don't depend on ccl.h. | ||
| 7 | * macfns.c (mac_frame_parm_handlers): Set handlers for | ||
| 8 | Qleft_fringe and Qright_fringe. | ||
| 9 | * macterm.c (mac_fill_rectangle_to_pixmap) | ||
| 10 | (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap) | ||
| 11 | (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1): | ||
| 12 | Put in #if 0. | ||
| 13 | (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect. | ||
| 14 | (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames. | ||
| 15 | (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement. | ||
| 16 | (x_draw_glyph_string_background, x_draw_glyph_string_foreground) | ||
| 17 | [!MAC_OS8]: Added ifdef'd out code for os8. Don't use | ||
| 18 | XDrawImageString. Always draw background and foreground separately. | ||
| 19 | (x_draw_image_foreground): Use clipping instead of computing the | ||
| 20 | intersection rectangle. | ||
| 21 | (x_draw_image_glyph_string): Don't draw an image with mask to a | ||
| 22 | pixmap. | ||
| 23 | (x_redisplay_interface): Set flush_display_optional member to 0. | ||
| 24 | (XTread_socket): Correctly reset the TEConverter | ||
| 25 | object. | ||
| 26 | |||
| 1 | 2004-11-30 Kim F. Storm <storm@cua.dk> | 27 | 2004-11-30 Kim F. Storm <storm@cua.dk> |
| 2 | 28 | ||
| 3 | * lisp.h: New defines to enable buffer overrun checking. | 29 | * lisp.h: New defines to enable buffer overrun checking. |