Mercurial > emacs
comparison src/ChangeLog @ 104047:f3ac65e9abd6
* nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init unused slot to 0. (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Thu, 23 Jul 2009 13:21:44 +0000 |
parents | 95a3747ab8d5 |
children | 712697e0dfcc |
comparison
equal
deleted
inserted
replaced
104046:95a3747ab8d5 | 104047:f3ac65e9abd6 |
---|---|
1 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com> |
2 | 2 |
3 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger. | 3 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger. |
4 Bugs 3792, 3720, 2402. | |
5 (ns_lookup_indexed_color): Check for bad index. | |
6 (ns_index_color): Init unused slot to 0. | |
7 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). | |
8 Bug 3714, possibly 3082. | |
4 | 9 |
5 2009-07-22 Jason Rumney <jasonr@gnu.org> | 10 2009-07-22 Jason Rumney <jasonr@gnu.org> |
6 | 11 |
7 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position | 12 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position |
8 IME window at cursor (Bug#2570). | 13 IME window at cursor (Bug#2570). |