From: tomo Date: Fri, 4 Jun 1999 02:25:44 +0000 (+0000) Subject: update. X-Git-Tag: r21_2_14-raw-text-2~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d530bdf7e46f27a15eadbbdcb410109997e9859b;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8c5f60..168d99e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +1999-06-04 MORIOKA Tomohiko + + * code-files.el (buffer-file-coding-system): Use `raw-text' as + default value. + (load): Use `raw-text' instead of `no-conversion'. + (insert-file-contents): Likewise. + + * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead + of `no-conversion'. + +1999-06-03 MORIOKA Tomohiko + + * coding.el: Don't copy `no-conversion' to `raw-text'. + 1999-05-14 XEmacs Build Bot * XEmacs 21.2.14 is released diff --git a/src/ChangeLog b/src/ChangeLog index 50beb08..e698e56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +1999-06-03 MORIOKA Tomohiko + + * file-coding.c (coding_system_from_mask): Use `raw-text' instead + of `no-conversion'. + (complex_vars_of_mule_coding): Use `raw-text' as the coding-system + of coding-category `no-conversion'. + +1999-06-03 MORIOKA Tomohiko + + * file-coding.c (Qraw_text): New variable. + (syms_of_mule_coding): Add new symbol `raw-text'. + (complex_vars_of_mule_coding): Add new coding-system `raw-text'; + define coding-system `binary' independently; define coding-system + `no-conversion' as an alias for `raw-text'. + + * file-coding.h (Qraw_text): New variable. + 1999-05-20 MORIOKA Tomohiko * mule-charset.c (complex_vars_of_mule_charset): Registry of