aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2011-07-07 13:20:12 +0900
committerKenichi Handa2011-07-07 13:20:12 +0900
commitef7b981ddd5efeb17f2894f51b5a69b974bc3674 (patch)
treee9f2802174b1cead62c96ebd7e487da63f4eff4e /src/ChangeLog
parent023e7b416bc76d4c98a421ee9455df039967e484 (diff)
parent76b397fb2aaecf9f71b6a914dea4a5ff7b486d18 (diff)
downloademacs-ef7b981ddd5efeb17f2894f51b5a69b974bc3674.tar.gz
emacs-ef7b981ddd5efeb17f2894f51b5a69b974bc3674.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3536cda7a4..642445b2328 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-07-06 Kenichi Handa <handa@m17n.org> 12011-07-07 Kenichi Handa <handa@m17n.org>
2 2
3 * character.h (unicode_category_t): New enum type. 3 * character.h (unicode_category_t): New enum type.
4 4
@@ -40,6 +40,11 @@
40 * font.c (font_range): Adjusted for the change of 40 * font.c (font_range): Adjusted for the change of
41 Vunicode_category_table. 41 Vunicode_category_table.
42 42
432011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * m/iris4d.h: Remove file, move contents ...
46 * s/irix6-5.h: ... here.
47
432011-07-06 Paul Eggert <eggert@cs.ucla.edu> 482011-07-06 Paul Eggert <eggert@cs.ucla.edu>
44 49
45 Remove unportable assumption about struct layout (Bug#8884). 50 Remove unportable assumption about struct layout (Bug#8884).