[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reproducable hang with non-ascii characters in Wanderlust draft
> Could you provide the ChangeLog entry? And also for the patch in:
> X-ML-Name: Wanderlust English
> X-Mail-Count: 03494
Attached to this message. Please be aware that the patch for
mel-q-ccl.el assumes the bug of decoder for ccl coding system is fixed
on Emacs 23.2. And I think version (or facility) dependent branch had
better to be judged by APEL, but I don't know much enough about APEL
to change APEL's code.
--
Kazuhiro Ito
2010-02-09 Kazuhiro Ito <kzhr@d1.dion.ne.jp>
* mel-q-ccl.el (quoted-printable-ccl-encode-string)
(quoted-printable-ccl-insert-encoded-file)
(q-encoding-ccl-encode-string): Use ccl-execute-on-string() on
Emacs 23.1.
(quoted-printable-ccl-encode-region): Use
quoted-printable-ccl-encode-string() on Emacs 23.1.
2010-01-25 Kazuhiro Ito <kzhr@d1.dion.ne.jp>
* mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): Output
invalid character as is.
2010-01-24 Kazuhiro Ito <kzhr@d1.dion.ne.jp>
* mel-q.el (quoted-printable-quote-char)
(quoted-printable-internal-encode-region): Support Emacs 23
raw-byte characters in multibyte string.
* mel-q-ccl.el (mel-ccl-decode-q)
(mel-ccl-encode-q-generic)
(mel-ccl-encode-quoted-printable-generic): Ditto.
(quoted-printable-ccl-write-decoded-region): Use LF eol coding
system explicitly.