comparison lisp/ChangeLog @ 75377:cd317328ebb1

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 22 Jan 2007 08:28:34 +0000
parents f636c357cd5d
children 43ea6180b62b
comparison
equal deleted inserted replaced
75376:7b70538ea11c 75377:cd317328ebb1
1 2007-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
1 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com> 11 2007-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
4 find the beginning and end of a defun. 14 find the beginning and end of a defun.
5 15