From a35c8b708a96ef2bf7cd4b5583db0356bd5caac2 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 15 Jan 2007 08:36:42 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 10 ++++++++++ 2 files changed, 15 insertions(+) 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 -- 2.39.2