comparison lisp/ChangeLog @ 67461:29c746e855e1

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 10 Dec 2005 01:50:23 +0000
parents e6b0c5988518
children 4d92860b8e50
comparison
equal deleted inserted replaced
67460:d74c30ee3772 67461:29c746e855e1
1 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Require url when compiling. Call
4 mac-process-deferred-apple-events after loading init files.
5 (mac-apple-event-map): New defvar. Define event handlers in it.
6 (core-event, internet-event): New Apple event class symbols.
7 (open-application, reopen-application, open-documents)
8 (print-documents, open-contents, quit-application)
9 (application-died, show-preferences, autosave-now, get-url): New
10 Apple event ID symbols.
11 (about): New HICommand ID symbol.
12 (mac-event-spec, mac-event-ae): New macros.
13 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14 (mac-ae-selection-range, mac-ae-text-for-search)
15 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17 and Services menu events are now defined in mac-apple-event-map.
18 (mac-drag-n-drop): Remove selection range handling.
19
1 2005-12-10 Kenichi Handa <handa@m17n.org> 20 2005-12-10 Kenichi Handa <handa@m17n.org>
2 21
3 * simple.el (zap-to-char): Translate CHAR by 22 * simple.el (zap-to-char): Translate CHAR by
4 translation-table-for-input. 23 translation-table-for-input.
5 24