aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-10-12 02:53:21 +0000
committerKenichi Handa2000-10-12 02:53:21 +0000
commit20401fcc56768630ea41db9d08cfc4d4a81ced5b (patch)
tree12cabaeb1b162ce0eb864bca76faa7d92ae0e674 /src/ChangeLog
parenteb991b25b460c0a42fe8ebef8c948ed5e8b95877 (diff)
downloademacs-20401fcc56768630ea41db9d08cfc4d4a81ced5b.tar.gz
emacs-20401fcc56768630ea41db9d08cfc4d4a81ced5b.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 600064e9e11..b3d6bbe7aab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12000-10-12 Kenichi Handa <handa@etl.go.jp> 12000-10-12 Kenichi Handa <handa@etl.go.jp>
2 2
3 * regex.c (regex_compile): Change the way of handling a range from
4 unibyte char to multibyte char.
5
6 * syntax.c (skip_chars): Change the way of handling a range from
7 unibyte char to multibyte char.
8
3 * process.c (read_process_output): Cancel previous change. 9 * process.c (read_process_output): Cancel previous change.
4 10
52000-10-11 Eli Zaretskii <eliz@is.elta.co.il> 112000-10-11 Eli Zaretskii <eliz@is.elta.co.il>