diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee6561fdd23..7b08f1fb0f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-01-15 YAMAMOTO Mitsuharu + + * term/mac-win.el (mac-ae-quit-application): New function. + (mac-apple-event-map): Bind "quit application" Apple event to it. + 2007-01-14 Stefan Monnier * vc-svn.el (vc-svn-parse-status): Trust the filename argument more diff --git a/src/ChangeLog b/src/ChangeLog index f30f2a66572..c5e28e3155c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2007-01-15 YAMAMOTO Mitsuharu + + * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): + Create movable modal window instead of movable alert window. + [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use + DeactivateControl instead of DisableControl. + + * macselect.c (Fmac_resume_apple_event): Set error number when + descriptor type of reply is non-null. + 2007-01-14 YAMAMOTO Mitsuharu * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use