# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1171355328 0 # Node ID 770406986ce820d07d7c2159d3dc672312e9b633 # Parent 3734c13d590051d5d1d26d79a7b65a65131cf2d0 *** empty log message *** diff -r 3734c13d5900 -r 770406986ce8 lisp/ChangeLog --- 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 + + * 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 * international/characters.el: Fix documentation of category `a'. diff -r 3734c13d5900 -r 770406986ce8 mac/ChangeLog --- 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 + + * inc/config.h: Sync with src/config.in. + 2007-01-30 Piet van Oostrum * make-package (compver): Install info and manpages. diff -r 3734c13d5900 -r 770406986ce8 src/ChangeLog --- 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 + + * 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 * frame.c (x_set_screen_gamma): Clear face cache.