aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b73a6eddd2..593aaa36695 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-06-10 Kenichi Handa <handa@etl.go.jp> 12000-06-10 Kenichi Handa <handa@etl.go.jp>
2 2
3 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
4 (regex_compile): Fix the code for handling the case of single byte
5 char and multibyte char being mixed in a range within [...].
6
3 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte 7 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
4 and dst_multibyte members of coding. 8 and dst_multibyte members of coding.
5 9