comparison src/ChangeLog @ 69346:56d89222c172

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 09 Mar 2006 15:43:31 +0000
parents 1353060b05ae
children 2c8e608f28e7
comparison
equal deleted inserted replaced
69345:1353060b05ae 69346:56d89222c172
6 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> 6 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7 7
8 * window.c: Declare preserve_y as a static global variable. 8 * window.c: Declare preserve_y as a static global variable.
9 (window_scroll_pixel_based): No longer declare preserve_y; 9 (window_scroll_pixel_based): No longer declare preserve_y;
10 it is global now. 10 it is global now.
11 (syms_of_window): set preserve_y to -1. 11 (syms_of_window): Set preserve_y to -1.
12 12
13 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 13 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14 14
15 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap 15 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
16 depth is 32. 16 depth is 32.
41 scroll bar if it is not tall enough to display scroll bar thumb. 41 scroll bar if it is not tall enough to display scroll bar thumb.
42 [USE_CARBON_EVENTS] (mac_convert_event_ref) 42 [USE_CARBON_EVENTS] (mac_convert_event_ref)
43 (mac_handle_command_event, mac_handle_window_event) 43 (mac_handle_command_event, mac_handle_window_event)
44 (mac_handle_mouse_event): Check error code of GetEventParameter. 44 (mac_handle_mouse_event): Check error code of GetEventParameter.
45 (convert_fn_keycode) [MAC_OSX]: Likewise. 45 (convert_fn_keycode) [MAC_OSX]: Likewise.
46 46
47 2006-03-05 Andreas Schwab <schwab@suse.de> 47 2006-03-05 Andreas Schwab <schwab@suse.de>
48 48
49 * xselect.c (x_catch_errors_unwind): Fix missing return value. 49 * xselect.c (x_catch_errors_unwind): Fix missing return value.
50 50
51 2006-03-02 Kim F. Storm <storm@cua.dk> 51 2006-03-02 Kim F. Storm <storm@cua.dk>