aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-01-22 08:28:34 +0000
committerYAMAMOTO Mitsuharu2007-01-22 08:28:34 +0000
commit447466a5f88d289f7d9d4200293a2691f76f91f8 (patch)
tree0bbb2413efa6199ed2de6c164c34ae8c6a906935
parent0f5c7719938013adc74e844069a6772ea46c0a67 (diff)
downloademacs-447466a5f88d289f7d9d4200293a2691f76f91f8.tar.gz
emacs-447466a5f88d289f7d9d4200293a2691f76f91f8.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog6
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45e65ce8417..85c023039be 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4 (mac-ae-keyboard-modifiers): New function.
5 (mac-handle-toolbar-switch-mode): Use it.
6 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
7 if keyboard modifiers on drop contain option key.
8 (mac-dnd-drop-data): Add optional argument `action'.
9 (special-event-map): Remove binding for M-drag-n-drop.
10
12007-01-21 Guanpeng Xu <herberteuler@hotmail.com> 112007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2 12
3 * add-log.el (add-log-current-defun): Use CC Mode functions to 13 * 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 @@
12007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
4 pass keyboard modifiers to mac_store_drag_event, but put them as
5 kEventParamKeyModifiers Apple event parameter.
6
12007-01-21 Chong Yidong <cyd@stupidchicken.com> 72007-01-21 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * xdisp.c (try_window): Revert previous change. 9 * xdisp.c (try_window): Revert previous change.