emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog.22 [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog.22 [emacs-unicode-2]
Date: Mon, 08 Sep 2003 08:54:11 -0400

Index: emacs/lisp/gnus/ChangeLog.22
diff -c /dev/null emacs/lisp/gnus/ChangeLog.22:1.1.2.1
*** /dev/null   Mon Sep  8 08:54:10 2003
--- emacs/lisp/gnus/ChangeLog.22        Mon Sep  8 08:53:39 2003
***************
*** 0 ****
--- 1,108 ----
+ 2002-10-16  Dave Love  <address@hidden>
+ 
+       * mm-bodies.el (mm-encode-body): Doc fix.
+ 
+       * qp.el (quoted-printable-encode-region): Fix non-Emacs 22 case.
+ 
+ 2002-10-09  Dave Love  <address@hidden>
+ 
+       * qp.el (quoted-printable-encode-region): Fix non-multibyte search
+       for Emacs 22.
+ 
+ 2002-10-07  Dave Love  <address@hidden>
+ 
+       * qp.el (quoted-printable-encode-region): Go to start of range
+       before searching.
+       (quoted-printable-encode-region): Use multibyte-char-to-unibyte.
+ 
+ 2002-09-05  Dave Love  <address@hidden>
+ 
+       * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
+ 
+       * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) 
+       (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
+       (mm-find-mime-charset-region): Remove hack-charsets stuff.
+       (mm-insert-byte): New.
+ 
+       * rfc2047.el (message-posting-charset): defvar when compiling.
+       (rfc2047-header-encoding-alist): Add `address-mime' part.
+       (rfc2047-charset-encoding-alist): Use B for iso-8859-7.  Doc fix.
+       (rfc2047-q-encoding-alist): Augment header list.
+       (rfc2047-encodable-p): Use mm-find-mime-charset-region.
+       (rfc2047-special-chars, rfc2047-non-special-chars): New.
+       (rfc2047-dissect-region, rfc2047-encode-region, rfc2047-encode):
+       Rewritten to avoid charset stuff and to take account of rfc2822
+       tokens.
+       (rfc2047-encode-message-header): Don't include header name field
+       in encoding.  Add `address-mime' case and bind
+       rfc2047-special-chars for `mime' case.
+ 
+ 2002-08-21  Kenichi Handa  <address@hidden>
+ 
+       * qp.el (quoted-printable-decode-region): Insert bytes by
+       `insert-byte'.
+ 
+ 2002-08-18  Dave Love  <address@hidden>
+ 
+       * rfc2047.el (rfc2047-encode): Fix last change.
+ 
+ 2002-07-30  Dave Love  <address@hidden>
+ 
+       * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew.
+       Doc fix.
+ 
+       * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
+       coding-system-for-read.
+       (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
+ 
+ 2002-07-09  Dave Love  <address@hidden>
+ 
+       * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset
+       part.
+ 
+ 2002-06-26  Dave Love  <address@hidden>
+ 
+       * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region.
+       (rfc2047-dissect-region): Don't record charsets.
+       (rfc2047-encode): Remove arg CHARSET.
+       (rfc2047-encode-region): Change rfc2047-encode call.
+ 
+ 2002-06-24  Dave Love  <address@hidden>
+ 
+       * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4)
+       (mm-disable-multibyte-mule4)    
+       (mm-with-unibyte-current-buffer-mule4): Deleted.
+ 
+       * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article)
+       (gnus-summary-select-article, gnus-summary-edit-article): Use
+       mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
+ 
+       * message.el (message-forward-make-body): Use
+       mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
+ 
+       * qp.el (quoted-printable-encode-region): Avoid
+       find-charset-region.
+ 
+       * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule.
+       (mm-encode-body): Just call mm-encode-coding-region in encoding
+       case.
+ 
+ 2002-05-27  Dave Love  <address@hidden>
+ 
+       * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs
+       coding system to emacs-mule.
+ 
+ 2002-05-14  Dave Love  <address@hidden>
+ 
+       * mm-util.el (mm-mime-mule-charset-alist)
+       (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system)
+       (mm-mime-charset, mm-find-mime-charset-region): Look for
+       `:mime-charset' property of coding systems before `mime-charset'.
+ 
+ ;; Local Variables:
+ ;; coding: iso-2022-7bit
+ ;; End:
+ 
+     Copyright (C) 2002 Free Software Foundation, Inc.
+   Copying and distribution of this file, with or without modification,
+   are permitted provided the copyright notice and this notice are preserved.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]