comparison src/ChangeLog @ 107011:b8a94cebfcbd

Merge from trunk
author Jason Rumney <jasonr@gnu.org>
date Sat, 16 Jan 2010 07:16:26 +0800
parents f12233437424
children 982abebe98ab
comparison
equal deleted inserted replaced
107010:238592f6c24a 107011:b8a94cebfcbd
1 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5 to find out usable size of the desktop. Don't make frames larger than
6 this. Bug #3643.
7
8 2010-01-15 Kenichi Handa <handa@m17n.org>
9
10 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
11
12 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
13
14 * nsterm.m (Qnone): Define.
15
16 * nsfns.m (Qnone): Move definition to nsterm.m.
17
1 2010-01-14 Kenichi Handa <handa@m17n.org> 18 2010-01-14 Kenichi Handa <handa@m17n.org>
2 19
3 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding 20 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
4 systems. 21 systems.
5 22