diff options
| author | YAMAMOTO Mitsuharu | 2005-12-10 01:50:23 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-10 01:50:23 +0000 |
| commit | 4b3eb40742ed9b6531809cf3c73f04b0fed360b8 (patch) | |
| tree | 5ef3392db645195964ae57419c3cfa61dcf8f3fe | |
| parent | 0f8dad4545f7ea8af33e8f82582f90fd0971dcff (diff) | |
| download | emacs-4b3eb40742ed9b6531809cf3c73f04b0fed360b8.tar.gz emacs-4b3eb40742ed9b6531809cf3c73f04b0fed360b8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | mac/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 70 |
3 files changed, 94 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6f44b83994..b0feea559e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 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 |
diff --git a/mac/ChangeLog b/mac/ChangeLog index e61cb12a946..cc097906046 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and | ||
| 4 | data. Make NSServices open-selection the first entry. | ||
| 5 | |||
| 1 | 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * makefile.MPW (shortlisp): Sync with src/Makefile.in. | 8 | * makefile.MPW (shortlisp): Sync with src/Makefile.in. |
diff --git a/src/ChangeLog b/src/ChangeLog index 8513de08053..3aa46b7dba8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,73 @@ | |||
| 1 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * Makefile.in (macselect.o): Depend on keymap.h. | ||
| 4 | |||
| 5 | * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before | ||
| 6 | syms_of_macselect. | ||
| 7 | |||
| 8 | * image.c (init_image) [MAC_OS]: Don't call EnterMovies. | ||
| 9 | [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies. | ||
| 10 | |||
| 11 | * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable. | ||
| 12 | (syms_of_keyboard) [MAC_OS]: Initialize it. | ||
| 13 | (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT. | ||
| 14 | |||
| 15 | * mac.c (Qundecoded_file_name): New variable. | ||
| 16 | (syms_of_mac): Initialize it. | ||
| 17 | (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions. | ||
| 18 | [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New | ||
| 19 | function. | ||
| 20 | (Fmac_coerce_ae_data): New defun. | ||
| 21 | (syms_of_mac): Defsubr it. | ||
| 22 | |||
| 23 | * macselect.c: Include keymap.h. | ||
| 24 | (mac_ready_for_apple_events): New variable. | ||
| 25 | (Vmac_apple_event_map, Qmac_apple_event_class) | ||
| 26 | (Qmac_apple_event_id): New variables. | ||
| 27 | (syms_of_macselect): Initialize them. | ||
| 28 | (Qundefined, mac_store_apple_event): Add externs. | ||
| 29 | (struct apple_event_binding): New struct. | ||
| 30 | (find_event_binding_fun, find_event_binding) | ||
| 31 | (mac_find_apple_event_spec, defer_apple_events) | ||
| 32 | (mac_handle_apple_event, init_apple_event_handler) | ||
| 33 | (copy_scrap_flavor_data): New functions. | ||
| 34 | (Fmac_process_deferred_apple_events): New defun. | ||
| 35 | (syms_of_macselect): Defsubr it. | ||
| 36 | (mac_store_services_event): Fix extern. | ||
| 37 | (mac_handle_service_event): Don't allocate Lisp objects during | ||
| 38 | asynchronous input processing. Use mac_store_services_event | ||
| 39 | instead of mac_store_application_menu_event. | ||
| 40 | |||
| 41 | * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout) | ||
| 42 | (Qpreferences): Remove variables. | ||
| 43 | (syms_of_macterm) : Don't initialize them. | ||
| 44 | (Qhicommand) [USE_CARBON_EVENTS]: New variable. | ||
| 45 | (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it. | ||
| 46 | (init_required_apple_events, do_ae_open_application) | ||
| 47 | (do_ae_print_documents, do_ae_open_documents) | ||
| 48 | (do_ae_quit_application): Remove functions and prototypes. | ||
| 49 | (mac_ready_for_apple_events, Qundefined, init_apple_event_handler) | ||
| 50 | (mac_find_apple_event_spec): Add externs. | ||
| 51 | (mac_store_application_menu_event): Remove function. | ||
| 52 | (mac_store_apple_event, mac_make_lispy_event_code): New functions. | ||
| 53 | (mac_handle_command_event): Create Apple event from Carbon event. | ||
| 54 | Use mac_store_apple_event instead of mac_store_application_menu_event. | ||
| 55 | [MAC_OSX] (mac_store_services_event): Likewise. | ||
| 56 | (struct SelectionRange, SelectionRange): Remove struct and typedef. | ||
| 57 | [MAC_OS8] (main): Call init_apple_event_handler instead of | ||
| 58 | init_required_apple_events. | ||
| 59 | (mac_initialize) [MAC_OSX]: Likewise. | ||
| 60 | [!USE_CARBON_EVENTS] (mac_wait_next_event): Use | ||
| 61 | mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop. | ||
| 62 | |||
| 63 | * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp): Add | ||
| 64 | externs. | ||
| 65 | (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise. | ||
| 66 | (Fmac_get_preference): Add EXFUN. | ||
| 67 | |||
| 68 | * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT | ||
| 69 | event. | ||
| 70 | |||
| 1 | 2005-12-09 Richard M. Stallman <rms@gnu.org> | 71 | 2005-12-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 72 | ||
| 3 | * xfns.c (Fx_create_frame): Reinstate previous change. | 73 | * xfns.c (Fx_create_frame): Reinstate previous change. |