diff options
| author | YAMAMOTO Mitsuharu | 2005-12-19 08:31:44 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-19 08:31:44 +0000 |
| commit | d6a90a49de0400061b2120248652630e3392185e (patch) | |
| tree | 4d9341adf19d12d82473f51db5f52b8ab7532fc7 /src/ChangeLog | |
| parent | 862c94ca8e483d0aebcb45f4cae3d59503cf709f (diff) | |
| download | emacs-d6a90a49de0400061b2120248652630e3392185e.tar.gz emacs-d6a90a49de0400061b2120248652630e3392185e.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 511f507242b..2356851886c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_event): Drag-and-drop items are now | ||
| 4 | stored in member `args' of struct input_event. | ||
| 5 | |||
| 6 | * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT. | ||
| 7 | |||
| 8 | * xselect.c (x_handle_dnd_message): Drag-and-drop items are now | ||
| 9 | stored in member `args' of struct input_event. | ||
| 10 | |||
| 11 | * w32term.c (construct_drag_n_drop): Likewise. | ||
| 12 | |||
| 13 | * macterm.c (mac_do_receive_drag): Likewise. | ||
| 14 | (x_use_underline_position_properties): Undo 2005-07-13 change. | ||
| 15 | (syms_of_macterm) <x-use-underline-position-properties>: Likewise. | ||
| 16 | (mac_use_core_graphics, mac_wheel_button_is_mouse_2) | ||
| 17 | (mac_pass_command_to_system, mac_pass_control_to_system): New | ||
| 18 | boolean variables renamed from Lisp_Object ones | ||
| 19 | Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2, | ||
| 20 | Vmac_pass_command_to_system, and Vmac_pass_control_to_system. All | ||
| 21 | uses changed. | ||
| 22 | (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs. | ||
| 23 | Make them user options. | ||
| 24 | (mac_handle_command_event, mac_store_services_event): Call | ||
| 25 | create_apple_event_from_event_ref without 5th argument. | ||
| 26 | (backtranslate_modified_keycode): Mask off modifier keys that are | ||
| 27 | mapped to some Emacs modifiers before passing it to KeyTranslate. | ||
| 28 | (syms_of_macterm): Make variables `mac-emulate-three-button-mouse', | ||
| 29 | `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options. | ||
| 30 | Fix docstrings of `mac-*-modifier'. | ||
| 31 | |||
| 32 | * mac.c (create_apple_event_from_event_ref): Remove arg `types'. | ||
| 33 | (do_applescript): Change argument types to Lisp_Object. All uses | ||
| 34 | changed. | ||
| 35 | |||
| 36 | * macterm.h (create_apple_event_from_event_ref): Remove 5th | ||
| 37 | argument from extern. | ||
| 38 | |||
| 1 | 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu> | 39 | 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 40 | ||
| 3 | * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine | 41 | * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine |