aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-02-05 09:28:04 -0500
committerEli Zaretskii2010-02-05 09:28:04 -0500
commit565cbcc3282217eea840141a424c692f68093f8e (patch)
tree90fc13dd8ee31a854247e835a66d4f61a21a24ee /src/ChangeLog
parentcc2d79728f517ab4b437539826a331181102c60d (diff)
parentd9320986e56f1a3761ad8da0f77794fa9c99ef46 (diff)
downloademacs-565cbcc3282217eea840141a424c692f68093f8e.tar.gz
emacs-565cbcc3282217eea840141a424c692f68093f8e.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 795b6059a6f..f1f4aa24b35 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12010-02-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * charset.c (load_charset_map_from_file): Allocate large
4 charset_map_entries structure on the heap rather than the stack.
5 (Bug#5526).
6
72010-01-31 Kenichi Handa <handa@m17n.org>
8
9 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
10 size in NAME is invalid, return -1 (Bug#5396).
11
122010-01-31 Chong Yidong <cyd@stupidchicken.com>
13
14 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
15 <deactivated@gmail.com> (Bug#3605).
16
172010-01-31 David De La Harpe Golden <david@harpegolden.net>
18
19 * fileio.c (Frename_file): Correctly rename symlinks to
20 directories (Bug#5496).
21
222010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
23
24 * nsterm.m (ns_ring_bell): Handle visible bell like X.
25
12010-01-30 Andreas Schwab <schwab@linux-m68k.org> 262010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2 27
3 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning. 28 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.