Mercurial > emacs
comparison src/ChangeLog @ 107538:75e87467a0db
Merge from `emacs-23'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 24 Mar 2010 14:02:56 -0400 |
parents | 0eb017273376 af52c11fa4bd |
children | afbf4ad814c7 |
comparison
equal
deleted
inserted
replaced
107537:7c9abe9e21d1 | 107538:75e87467a0db |
---|---|
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. |