]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 5 Jun 2003 12:58:16 +0000 (12:58 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 5 Jun 2003 12:58:16 +0000 (12:58 +0000)
lisp/ChangeLog
src/ChangeLog

index e56156f0e2e44e3b66751940065736457d8d6363..3366d023a0958f3fcb6275fbcc352c02b412fad6 100644 (file)
@@ -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):
index 4c07d29c07d9b9b61af1c6388dae00782bdfd5bb..a51370d5d67cfd4de11111f056f7dfa62165d36f 100644 (file)
@@ -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>