changeset 89463:3bb3cb011f1e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 05 Jun 2003 12:58:16 +0000
parents 4e359ebf3984
children 3bd06346cb4b
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 05 12:34:31 2003 +0000
+++ b/lisp/ChangeLog	Thu Jun 05 12:58:16 2003 +0000
@@ -1,3 +1,9 @@
+2003-06-05  Kenichi Handa  <handa@m17n.org>
+
+	* 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  <handa@m17n.org>
 
 	* international/mule.el (ctext-non-standard-designations-alist):
--- a/src/ChangeLog	Thu Jun 05 12:34:31 2003 +0000
+++ b/src/ChangeLog	Thu Jun 05 12:58:16 2003 +0000
@@ -1,5 +1,14 @@
 2003-06-05  Kenichi Handa  <handa@m17n.org>
 
+	* 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  <fx@gnu.org>