diff options
| author | Adrian Robert | 2009-05-18 08:01:20 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-05-18 08:01:20 +0000 |
| commit | 1564e6499ec27783f38f16bc75e67df484f274e6 (patch) | |
| tree | 3361992959d1de0cd0dff63cf4a5a3c1d2528d30 /src | |
| parent | 43474a5af3d38cd4ba28abb403357aa386b3e873 (diff) | |
| download | emacs-1564e6499ec27783f38f16bc75e67df484f274e6.tar.gz emacs-1564e6499ec27783f38f16bc75e67df484f274e6.zip | |
* nsterm.m (ns_read_socket): Remove unused variable. * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether selected frame is viable before raising it (based on patch by David Reitter), and improve commentary. * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 | 2009-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 | ||
| 5 | 2009-05-15 Kenichi Handa <handa@m17n.org> | 9 | 2009-05-15 Kenichi Handa <handa@m17n.org> |
| 6 | 10 | ||