aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-06-05 12:58:16 +0000
committerKenichi Handa2003-06-05 12:58:16 +0000
commit89934f556ee3f9b1ff98e3ab405c8abaeb51070c (patch)
tree812f41f28499a761dd4dbd38458472afc6d27c9a
parentd3e4cb56a3c9db1838b934256c4442512a131df4 (diff)
downloademacs-89934f556ee3f9b1ff98e3ab405c8abaeb51070c.tar.gz
emacs-89934f556ee3f9b1ff98e3ab405c8abaeb51070c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e56156f0e2e..3366d023a09 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12003-06-05 Kenichi Handa <handa@m17n.org>
2
3 * font-lock.el
4 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5 Check (match-end 2) before goto there.
6
12003-05-30 Kenichi Handa <handa@m17n.org> 72003-05-30 Kenichi Handa <handa@m17n.org>
2 8
3 * international/mule.el (ctext-non-standard-designations-alist): 9 * 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 @@
12003-06-05 Kenichi Handa <handa@m17n.org> 12003-06-05 Kenichi Handa <handa@m17n.org>
2 2
3 * callproc.c (Fcall_process): Handle carryover correctly.
4
5 * coding.c (decode_coding_iso_2022): Fix handling of invalid
6 bytes.
7 (raw_text_coding_system): Check NILP (coding_system).
8 (coding_inherit_eol_type): Check NILP (coding_system) and
9 NILP (parent).
10 (consume_chars): Fix for the case of raw-text.
11
3 * process.c (read_process_output): Handle carryover correctly. 12 * process.c (read_process_output): Handle carryover correctly.
4 13
52003-06-02 Dave Love <fx@gnu.org> 142003-06-02 Dave Love <fx@gnu.org>