aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8620a3ef396..2518a8da077 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,10 @@
12009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com> 12009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * nsterm.m (ns_read_socket): Remove unused variable. 3 * nsterm.m (ns_read_socket): Remove unused variable.
4 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5 whether selected frame is viable before raising it (based on patch
6 by David Reitter), and improve commentary.
7 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
4 8
52009-05-15 Kenichi Handa <handa@m17n.org> 92009-05-15 Kenichi Handa <handa@m17n.org>
6 10