comparison src/ChangeLog @ 107119:e90c20914c19

Merge from trunk
author Jan D. <jan.h.d@swipnet.se>
date Mon, 01 Feb 2010 14:09:07 +0100
parents 5e5fc9c53be3
children ef8266a66d37
comparison
equal deleted inserted replaced
107023:5e52c68c1f65 107119:e90c20914c19
1 2010-01-31 Kenichi Handa <handa@m17n.org>
2
3 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
4 size in NAME is invalid, return -1 (Bug#5396).
5
6 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
7
8 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
9 <deactivated@gmail.com> (Bug#3605).
10
11 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
12
13 * fileio.c (Frename_file): Correctly rename symlinks to
14 directories (Bug#5496).
15
16 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
17
18 * nsterm.m (ns_ring_bell): Handle visible bell like X.
19
20 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
21
22 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
23
24 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
25
26 * frame.c (DEFAULT_ROWS): Change default to 35.
27
28 * xfns.c (x_default_font_parameter): Change default XFT font to
29 monospace-10 (Bug#3643).
30
31 2010-01-29 Eli Zaretskii <eliz@gnu.org>
32
33 * w32inevt.c (key_event): Remove unnecessary comparison of
34 event->uChar.AsciiChar with 128.
35
36 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
37
38 * fileio.c (Frename_file): Fix last change (Bug#5487).
39
40 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
41
42 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
43
1 2010-01-28 Jan Djärv <jan.h.d@swipnet.se> 44 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2 45
3 * xfns.c (Fx_create_frame): Remove window size matching code from 46 * xfns.c (Fx_create_frame): Remove window size matching code from
4 2010-01-15. 47 2010-01-15.
5 (x_get_current_desktop, x_get_desktop_workarea): Remove 48 (x_get_current_desktop, x_get_desktop_workarea): Remove
6 49
7 2010-01-27 Jason Rumney <jasonr@gnu.org> 50 2010-01-27 Jason Rumney <jasonr@gnu.org>
8 51
9 * w32inevt.c (w32_kbd_patch_key): Save the unicode character. 52 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
10 (key_event): Use unicode for characters 128 and higher. 53 (key_event): Use unicode for characters 128 and higher (Bug#4567).
11 54
12 2010-01-27 Kenichi Handa <handa@m17n.org> 55 2010-01-27 Kenichi Handa <handa@m17n.org>
13 56
14 * regex.c (analyse_first): Fix setting of fastmap for unibyte 57 * regex.c (analyse_first): Fix setting of fastmap for unibyte
15 pattern string (Bug#4209). 58 pattern string (Bug#4209).