comparison lisp/ChangeLog @ 70387:a995a8745b40

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 05 May 2006 06:45:26 +0000
parents 64d64506f4b1
children 5f67d565fee5
comparison
equal deleted inserted replaced
70386:8fd44e40f101 70387:a995a8745b40
1 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * cus-start.el (all): Add mac-dnd-known-types.
4
5 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
6 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7 (mac-TIFF-to-string): New functions.
8 (mac-text-encoding-mac-japanese-basic-variant): New constant.
9 (x-get-selection, x-selection-value)
10 (mac-select-convert-to-string): Use them.
11 (mac-dnd-types-alist): New customization variable.
12 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
14 (mac-dnd-handle-drag-n-drop-event): New functions.
15 (mac-drag-n-drop): Remove function.
16 (global-map): Bind drag-n-drop and M-drag-n-drop to
17 mac-dnd-handle-drag-n-drop-event.
18
1 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org> 19 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2 20
3 * progmodes/perl-mode.el (perl-beginning-of-function): 21 * progmodes/perl-mode.el (perl-beginning-of-function):
4 Skip anonymous subs. 22 Skip anonymous subs.
5 23