aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-02-13 08:28:48 +0000
committerYAMAMOTO Mitsuharu2007-02-13 08:28:48 +0000
commit409d26134b3de40bac01dffab971ed18014ae355 (patch)
treef2874b43facce5b421e0c6f1d2f8f12049936afd
parent5eafe967b4b912118e6bd817496ac40c81fd8bf7 (diff)
downloademacs-409d26134b3de40bac01dffab971ed18014ae355.tar.gz
emacs-409d26134b3de40bac01dffab971ed18014ae355.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--mac/ChangeLog4
-rw-r--r--src/ChangeLog14
3 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ac2dd9c193d..4a8dbd02b4a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Change all uses of
4 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6 (mac-ae-get-url): Call select-frame-set-input-focus.
7 (mac-dnd-handle-drag-n-drop-event): Don't call
8 select-frame-set-input-focus.
9
12007-02-13 Kenichi Handa <handa@m17n.org> 102007-02-13 Kenichi Handa <handa@m17n.org>
2 11
3 * international/characters.el: Fix documentation of category `a'. 12 * international/characters.el: Fix documentation of category `a'.
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 735ea36e28b..e9cdbdb876f 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
12007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * inc/config.h: Sync with src/config.in.
4
12007-01-30 Piet van Oostrum <piet@cs.uu.nl> 52007-01-30 Piet van Oostrum <piet@cs.uu.nl>
2 6
3 * make-package (compver): Install info and manpages. 7 * make-package (compver): Install info and manpages.
diff --git a/src/ChangeLog b/src/ChangeLog
index 30784c7bcdf..4b0de7b4501 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12007-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
12007-02-12 Chong Yidong <cyd@stupidchicken.com> 152007-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.