1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 06:00:41 -08:00
Commit graph

6 commits

Author SHA1 Message Date
Dave Love
b756f5b43d Require mm-util. 2000-10-15 17:19:43 +00:00
Dave Love
b5287163ec (quoted-printable-decode-region): Avoid invalid
coding-systems.
2000-10-13 14:08:06 +00:00
Dave Love
d21a76dad9 (mm-decode-coding-region, mm-encode-coding-region):
Autoload.
(quoted-printable-decode-region):  Rename arg which confused
charset with coding-system.  Don't use nonascii-insert-offset.
Coding-system encode the region initially.  Don't recognize `=='
as valid QP.  Coding-system decode the region finally.
(quoted-printable-decode-string): Rename arg which confused
charset with coding-system.
2000-10-06 13:35:20 +00:00
Dave Love
3b0bf2617c (quoted-printable-encode-region): Don't use mm-find-charset-region. 2000-10-03 17:38:06 +00:00
Dave Love
657b2c659b Don't require mm-util.
(quoted-printable-decode-region): Rewritten.
(quoted-printable-decode-string, quoted-printable-encode-region):
Doc fix.
(quoted-printable-encode-region): Barf on multibyte characters.
Maybe make the class multibyte.  Upcase chars, not formatted
strings.  Allow mm-use-ultra-safe-encoding to be unbound.
(quoted-printable-encode-string): Don't use
mm-with-unibyte-buffer.
2000-10-03 16:13:36 +00:00
Gerd Moellmann
c113de2361 *** empty log message *** 2000-09-19 13:40:08 +00:00