aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-05-05 06:45:26 +0000
committerYAMAMOTO Mitsuharu2006-05-05 06:45:26 +0000
commitef0154b5068def9cc247e4bdd5e4195c275034a5 (patch)
tree3c066320143dfc5ce2c1ef7d7ee8a03b96cc50fe /lisp/ChangeLog
parent8b6361c15f9578041aa41a41c59d8dc772737f7f (diff)
downloademacs-ef0154b5068def9cc247e4bdd5e4195c275034a5.tar.gz
emacs-ef0154b5068def9cc247e4bdd5e4195c275034a5.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c3c58767f7..8b049d2ceac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12006-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
12006-05-04 Karl Chen <quarl@NOSPAM.quarl.org> 192006-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):