From: YAMAMOTO Mitsuharu Date: Mon, 22 Jan 2007 08:28:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=447466a5f88d289f7d9d4200293a2691f76f91f8;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45e65ce8417..85c023039be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2007-01-22 YAMAMOTO Mitsuharu + + * 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 * add-log.el (add-log-current-defun): Use CC Mode functions to diff --git a/src/ChangeLog b/src/ChangeLog index a936f0345c1..6b1491203a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2007-01-22 YAMAMOTO Mitsuharu + + * 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 * xdisp.c (try_window): Revert previous change.