aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index be8e537b34e..bd3d2cc3a81 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12008-08-29 Kenichi Handa <handa@m17n.org> 12008-08-29 Kenichi Handa <handa@m17n.org>
2 2
3 * fileio.c (report_file_error): Don't downcase the first character
4 of errstring if it is still unibyte.
5
62008-08-29 Kenichi Handa <handa@m17n.org>
7
3 These changes are to re-implement the automatic composition so 8 These changes are to re-implement the automatic composition so
4 that it doesn't use text properties. 9 that it doesn't use text properties.
5 10