+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'.
+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.
+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.