comparison lisp/ChangeLog @ 70432:12baf8c4ffbb

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 06 May 2006 06:52:46 +0000
parents ebf8d58e2844
children 54d5f08d54cc
comparison
equal deleted inserted replaced
70431:7c25b386a4c3 70432:12baf8c4ffbb
1 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
4 MacJapanese if text is ASCII-only.
5
1 2006-05-06 Nick Roberts <nickrob@snap.net.nz> 6 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of 8 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4 unless so nil isn't returned. 9 unless so nil isn't returned.
5 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window. 10 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
83 * cus-start.el (all): Add mac-dnd-known-types. 88 * cus-start.el (all): Add mac-dnd-known-types.
84 89
85 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt) 90 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
86 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string) 91 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
87 (mac-TIFF-to-string): New functions. 92 (mac-TIFF-to-string): New functions.
88 (mac-text-encoding-mac-japanese-basic-variant): New constant.
89 (x-get-selection, x-selection-value) 93 (x-get-selection, x-selection-value)
90 (mac-select-convert-to-string): Use them. 94 (mac-select-convert-to-string): Use them.
95 (mac-text-encoding-mac-japanese-basic-variant): New constant.
91 (mac-dnd-types-alist): New customization variable. 96 (mac-dnd-types-alist): New customization variable.
92 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt) 97 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
93 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data) 98 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
94 (mac-dnd-handle-drag-n-drop-event): New functions. 99 (mac-dnd-handle-drag-n-drop-event): New functions.
95 (mac-drag-n-drop): Remove function. 100 (mac-drag-n-drop): Remove function.