diff options
| author | Juanma Barranquero | 2007-11-14 15:34:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-14 15:34:37 +0000 |
| commit | 74084731475858dd97913dbe73989b06e2e9a39d (patch) | |
| tree | 26b6bb16df55aa25a666d67014b9347a9647890f /src/ChangeLog | |
| parent | f31d0424eaa81455fb3bd32216061094e57b61cd (diff) | |
| download | emacs-74084731475858dd97913dbe73989b06e2e9a39d.tar.gz emacs-74084731475858dd97913dbe73989b06e2e9a39d.zip | |
(Fw32_registered_hot_keys): Don't return the nil values corresponding
to deleted entries; they are an implementation detail.
(gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables.
(w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames,
w32_pass_multimedia_buttons_to_system, w32_strict_painting,
Vw32_charset_info_alist, w32_to_x_color, w32_init_class, w32_createscrollbar,
w32_createwindow, my_post_msg, w32_get_modifiers, w32_grabbed_keys,
cancel_all_deferred_msgs): Make static.
(syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>: Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b8a8445155e..da730e53dd0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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 |