| | 1 | 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 2 | |
|---|
| | 3 | * gnus-art.el (gnus-button-regexp, gnus-button-marker-list) |
|---|
| | 4 | (gnus-button-last): Move up. Convert comments into doc strings. |
|---|
| | 5 | |
|---|
| | 6 | 2006-09-04 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 7 | |
|---|
| | 8 | * message.el (message-send-mail-with-sendmail): Look for sendmail in |
|---|
| | 9 | several common directories. |
|---|
| | 10 | |
|---|
| | 11 | 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 12 | |
|---|
| | 13 | * gnus-art.el (article-decode-encoded-words): Make it fast. |
|---|
| | 14 | |
|---|
| | 15 | 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 16 | |
|---|
| | 17 | * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs. |
|---|
| | 18 | |
|---|
| | 19 | * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\' |
|---|
| | 20 | in quoted string into `\'. |
|---|
| | 21 | |
|---|
| | 22 | 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 23 | |
|---|
| | 24 | * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): |
|---|
| | 25 | Use standard-syntax-table. |
|---|
| | 26 | |
|---|
| | 27 | 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 28 | |
|---|
| | 29 | * gnus-art.el (gnus-decode-address-function): New variable. |
|---|
| | 30 | (article-decode-encoded-words): Use it to decode headers which are |
|---|
| | 31 | assumed to contain addresses. |
|---|
| | 32 | (gnus-mime-delete-part): Remove useless `or'. |
|---|
| | 33 | |
|---|
| | 34 | * gnus-sum.el (gnus-decode-encoded-address-function): New variable. |
|---|
| | 35 | (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header. |
|---|
| | 36 | (gnus-nov-parse-line): Use it to decode From header. |
|---|
| | 37 | (gnus-get-newsgroup-headers): Ditto. |
|---|
| | 38 | (gnus-summary-enter-digest-group): Use it to decode `to-address'. |
|---|
| | 39 | |
|---|
| | 40 | * mail-parse.el (mail-decode-encoded-address-region): New alias. |
|---|
| | 41 | (mail-decode-encoded-address-string): New alias. |
|---|
| | 42 | |
|---|
| | 43 | * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): |
|---|
| | 44 | New function. |
|---|
| | 45 | (rfc2047-encode-message-header, rfc2047-encode-region): Use it. |
|---|
| | 46 | (rfc2047-strip-backslashes-in-quoted-strings): New fnction. |
|---|
| | 47 | (rfc2047-decode-region): Use it; add optional argument `address-mime'. |
|---|
| | 48 | (rfc2047-decode-string): Ditto. |
|---|
| | 49 | (rfc2047-decode-address-region): New function. |
|---|
| | 50 | (rfc2047-decode-address-string): New function. |
|---|
| | 51 | |
|---|
| | 52 | 2006-08-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> |
|---|
| | 53 | |
|---|
| | 54 | [ Backported bug fix from No Gnus. ] |
|---|
| | 55 | |
|---|
| | 56 | * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try |
|---|
| | 57 | looking up the method using GROUP's prefix before inventing a new one. |
|---|
| | 58 | It is used on killed/unknown groups in various places where returning |
|---|
| | 59 | an all-new method isn't expected by the caller. |
|---|
| | 60 | |
|---|
| | 61 | * gnus-util.el (gnus-group-server): Copy required macro from No Gnus. |
|---|
| | 62 | |
|---|