diff options
author | Kenichi Handa <handa@m17n.org> | 2003-05-30 07:00:45 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-05-30 07:00:45 +0000 |
commit | f50e280d5100ee636b98fcd93399a0b1125c30c5 (patch) | |
tree | d6f4998e31f05b19e225595ce8d34129fd026838 /lisp | |
parent | 6fdd04b0986362911b55e6dc5308f951debf21a2 (diff) | |
download | emacs-f50e280d5100ee636b98fcd93399a0b1125c30c5.tar.gz emacs-f50e280d5100ee636b98fcd93399a0b1125c30c5.tar.bz2 emacs-f50e280d5100ee636b98fcd93399a0b1125c30c5.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a65cf9214df..e56156f0e2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2003-05-30 Kenichi Handa <handa@m17n.org> + + * international/mule.el (ctext-non-standard-designations-alist): + Exclude entries for iso8859-1[03456]. Fix docstring. + (ctext-pre-write-conversion): Make it work for the case that FROM + is a string. Don't do unnecessary save-restriction and + narrow-to-region. + +2003-05-28 Kenichi Handa <handa@m17n.org> + + * international/mule.el (ctext-non-standard-encodings-alist): + Renamed from non-standard-icccm-encodings-alist. + (ctext-non-standard-encodings-regexp): New variable + (ctext-post-read-conversion): Full rewrite. + (ctext-non-standard-designations-alist): Renamed from + non-standard-designations-alist. + (ctext-pre-write-conversion): Full rewrite. + (define-coding-system): Doc fix (escape '"' by '\'). + 2003-05-24 Dave Love <fx@gnu.org> * international/mule-conf.el (utf-16le, utf-16be-16be) |