Mercurial > emacs
comparison src/ChangeLog @ 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 | 86281fc6e431 |
children | 704a42f67bd3 52a7f3f50b89 |
comparison
equal
deleted
inserted
replaced
75834:3734c13d5900 | 75835:770406986ce8 |
---|---|
1 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * macfns.c (Fx_focus_frame): Move current process to foreground if | |
4 it is not. | |
5 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with | |
6 #ifdef MAC_OSX. | |
7 (Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from | |
8 Fmac_set_font_panel_visibility. All uses changed. Rename argument | |
9 VISIBLE to FLAG. | |
10 | |
11 * macterm.c (MakeMeTheFrontProcess) [MAC_OSX]: Remove function. | |
12 (mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of | |
13 MakeMeTheFrontProcess. | |
14 | |
1 2007-02-12 Chong Yidong <cyd@stupidchicken.com> | 15 2007-02-12 Chong Yidong <cyd@stupidchicken.com> |
2 | 16 |
3 * frame.c (x_set_screen_gamma): Clear face cache. | 17 * frame.c (x_set_screen_gamma): Clear face cache. |
4 | 18 |
5 2007-02-11 Juanma Barranquero <lekktu@gmail.com> | 19 2007-02-11 Juanma Barranquero <lekktu@gmail.com> |