comparison src/ChangeLog @ 86066:3d5cac1d55ea

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Nov 2007 15:34:37 +0000
parents 306bd9f4ebd1
children 613108f58dbf
comparison
equal deleted inserted replaced
86065:2557aa084b57 86066:3d5cac1d55ea
1 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
4 corresponding to deleted entries; they are an implementation detail.
5 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
6 Remove variables.
7 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
8 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
9 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
10 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
11 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
12 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
13 Fix typos in docstring.
14
1 2007-11-13 Juanma Barranquero <lekktu@gmail.com> 15 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
2 16
3 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key 17 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
4 if w32_parse_hot_key returned nil. 18 if w32_parse_hot_key returned nil.
5 19