1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

*** empty log message ***

This commit is contained in:
YAMAMOTO Mitsuharu 2007-01-22 08:28:34 +00:00
parent 0f5c771993
commit 447466a5f8
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
(mac-ae-keyboard-modifiers): New function.
(mac-handle-toolbar-switch-mode): Use it.
(mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
if keyboard modifiers on drop contain option key.
(mac-dnd-drop-data): Add optional argument `action'.
(special-event-map): Remove binding for M-drag-n-drop.
2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
* add-log.el (add-log-current-defun): Use CC Mode functions to

View File

@ -1,3 +1,9 @@
2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
pass keyboard modifiers to mac_store_drag_event, but put them as
kEventParamKeyModifiers Apple event parameter.
2007-01-21 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (try_window): Revert previous change.