comparison src/ChangeLog @ 86074:0cd0cd49957f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Nov 2007 17:35:46 +0000
parents 613108f58dbf
children 8743273c407c
comparison
equal deleted inserted replaced
86073:0e4c465d1806 86074:0cd0cd49957f
1 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
4 (Fx_display_pixel_height, Fx_display_planes)
5 (Fx_display_color_cells, Fx_server_max_request_size)
6 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
7 (Fx_display_visual_class, Fx_display_save_under):
8 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
9 (Fx_display_pixel_height, Fx_display_planes)
10 (Fx_display_color_cells, Fx_server_max_request_size)
11 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12 (Fx_display_mm_height, Fx_display_mm_width)
13 (Fx_display_backing_store, Fx_display_visual_class)
14 (Fw32_select_font, Fx_display_save_under):
15 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
16 (Fx_display_pixel_height, Fx_display_planes)
17 (Fx_display_color_cells, Fx_server_max_request_size)
18 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19 (Fx_display_save_under): Fix typos in docstrings.
20
1 2007-11-14 Juanma Barranquero <lekktu@gmail.com> 21 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2 22
3 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values 23 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
4 corresponding to deleted entries; they are an implementation detail. 24 corresponding to deleted entries; they are an implementation detail.
5 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): 25 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
7 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames) 27 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
8 (w32_pass_multimedia_buttons_to_system, w32_strict_painting) 28 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
9 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class) 29 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
10 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers) 30 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
11 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static. 31 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
12 (Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under) 32 (Fw32_define_rgb_color, Fw32_load_color_file)
13 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>: 33 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
14 Fix typos in docstrings. 34 Fix typos in docstrings.
15 (Fx_server_version): Reflow docstring. 35 (Fx_server_version): Reflow docstring.
16 (Fw32_shell_execute): Doc fixes. 36 (Fw32_shell_execute): Doc fixes.
17 37