diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2011-07-06 Kenichi Handa <handa@m17n.org> | 1 | 2011-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 | ||
| 43 | 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 44 | |||
| 45 | * m/iris4d.h: Remove file, move contents ... | ||
| 46 | * s/irix6-5.h: ... here. | ||
| 47 | |||
| 43 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> | 48 | 2011-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). |