From 89934f556ee3f9b1ff98e3ab405c8abaeb51070c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 5 Jun 2003 12:58:16 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e56156f0e2e..3366d023a09 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-06-05 Kenichi Handa + + * font-lock.el + (font-lock-match-c-style-declaration-item-and-skip-to-next): + Check (match-end 2) before goto there. + 2003-05-30 Kenichi Handa * international/mule.el (ctext-non-standard-designations-alist): diff --git a/src/ChangeLog b/src/ChangeLog index 4c07d29c07d..a51370d5d67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2003-06-05 Kenichi Handa + * callproc.c (Fcall_process): Handle carryover correctly. + + * coding.c (decode_coding_iso_2022): Fix handling of invalid + bytes. + (raw_text_coding_system): Check NILP (coding_system). + (coding_inherit_eol_type): Check NILP (coding_system) and + NILP (parent). + (consume_chars): Fix for the case of raw-text. + * process.c (read_process_output): Handle carryover correctly. 2003-06-02 Dave Love -- 2.39.5