Mercurial > emacs
comparison src/ChangeLog @ 107558:20d30f421e4b
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 24 Mar 2010 21:57:06 +0000 |
parents | 75e87467a0db |
children | afbf4ad814c7 |
comparison
equal
deleted
inserted
replaced
107557:f8082cab4d03 | 107558:20d30f421e4b |
---|---|
1 2010-03-24 Jan Djärv <jan.h.d@swipnet.se> | |
2 | |
3 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736). | |
4 | |
5 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER. | |
6 | |
7 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new. | |
8 | |
9 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
10 | |
11 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around | |
12 XLoadQueryFont. | |
13 | |
14 2010-03-24 Kenichi Handa <handa@m17n.org> | |
15 | |
16 * coding.c (decode_coding_ccl): Fix previous change for the | |
17 multibyte case. | |
18 (encode_coding_ccl): Don't setup ccl program here. Fix for the | |
19 case that the output buffer is fullfilled. | |
20 (encode_coding): Setup ccl program here. | |
21 | |
22 2010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change) | |
23 | |
24 * editfns.c (Fformat): Account for string precision when computing | |
25 field width (Bug#5710). | |
26 | |
1 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> | 27 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 28 |
3 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. | 29 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. |
4 | 30 |
5 Simplify LIBS_MACHINE definitions. | 31 Simplify LIBS_MACHINE definitions. |