changeset 75835:770406986ce8

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 13 Feb 2007 08:28:48 +0000
parents 3734c13d5900
children 6a3bdbdc77a5 52a7f3f50b89
files lisp/ChangeLog mac/ChangeLog src/ChangeLog
diffstat 3 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Feb 13 08:28:39 2007 +0000
+++ b/lisp/ChangeLog	Tue Feb 13 08:28:48 2007 +0000
@@ -1,3 +1,12 @@
+2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* term/mac-win.el: Change all uses of
+	mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
+	(mac-ae-number): Return integer 0 if coerced result is float 0.0.
+	(mac-ae-get-url): Call select-frame-set-input-focus.
+	(mac-dnd-handle-drag-n-drop-event): Don't call
+	select-frame-set-input-focus.
+
 2007-02-13  Kenichi Handa  <handa@m17n.org>
 
 	* international/characters.el: Fix documentation of category `a'.
--- a/mac/ChangeLog	Tue Feb 13 08:28:39 2007 +0000
+++ b/mac/ChangeLog	Tue Feb 13 08:28:48 2007 +0000
@@ -1,3 +1,7 @@
+2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* inc/config.h: Sync with src/config.in.
+
 2007-01-30  Piet van Oostrum  <piet@cs.uu.nl>
 
 	* make-package (compver): Install info and manpages.
--- a/src/ChangeLog	Tue Feb 13 08:28:39 2007 +0000
+++ b/src/ChangeLog	Tue Feb 13 08:28:48 2007 +0000
@@ -1,3 +1,17 @@
+2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* macfns.c (Fx_focus_frame): Move current process to foreground if
+	it is not.
+	[TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with
+	#ifdef MAC_OSX.
+	(Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from
+	Fmac_set_font_panel_visibility.  All uses changed.  Rename argument
+	VISIBLE to FLAG.
+
+	* macterm.c (MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
+	(mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of
+	MakeMeTheFrontProcess.
+
 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
 
 	* frame.c (x_set_screen_gamma): Clear face cache.