aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-06-05 07:17:10 +0000
committerKenichi Handa2003-06-05 07:17:10 +0000
commitdd8c7a534e3de21370a7741e81c100b0cd743b71 (patch)
tree45adb0c76460c8b173a5b242d2be4c8617063c6c /src/ChangeLog
parentb884eb4db2584372fce1d777fdf2cf8f7ff27e04 (diff)
downloademacs-dd8c7a534e3de21370a7741e81c100b0cd743b71.tar.gz
emacs-dd8c7a534e3de21370a7741e81c100b0cd743b71.zip
(read_process_output): Handle carryover correctly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3cd24eff246..4c07d29c07d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,12 @@
12003-06-05 Kenichi Handa <handa@m17n.org>
2
3 * process.c (read_process_output): Handle carryover correctly.
4
12003-06-02 Dave Love <fx@gnu.org> 52003-06-02 Dave Love <fx@gnu.org>
2 6
3 * regex.c (re_search_2): Fix last change. 7 * regex.c (re_search_2): Fix last change.
4 8
52003-05-30 Kenichi Handa <handa@etlken2> 92003-05-30 Kenichi Handa <handa@m17n.org>
6 10
7 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not 11 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
8 target_multibyte. Even in a unibyte case, return a converted 12 target_multibyte. Even in a unibyte case, return a converted