diff options
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-demon.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/rfc2047.el | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index c1f8769a6b9..ba06c25e9c3 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -12322,7 +12322,7 @@ | |||
| 12322 | * mm-encode.el (mm-encode-content-transfer-encoding): Fix error | 12322 | * mm-encode.el (mm-encode-content-transfer-encoding): Fix error |
| 12323 | message. (Gnus does not "default" to using 8bit for the message, | 12323 | message. (Gnus does not "default" to using 8bit for the message, |
| 12324 | it default to use 8bit encoding and the user-supplied CTE | 12324 | it default to use 8bit encoding and the user-supplied CTE |
| 12325 | value. Calling this behaviour "treating it as 8bit" is perhaps | 12325 | value. Calling this behavior "treating it as 8bit" is perhaps |
| 12326 | better.) | 12326 | better.) |
| 12327 | 12327 | ||
| 12328 | * mm-bodies.el (mm-body-encoding): Intern encoding if needed | 12328 | * mm-bodies.el (mm-body-encoding): Intern encoding if needed |
| @@ -12607,7 +12607,7 @@ | |||
| 12607 | (imap-remassoc): Copied from `gnus-remassoc'. | 12607 | (imap-remassoc): Copied from `gnus-remassoc'. |
| 12608 | (imap-add-callback): New function. | 12608 | (imap-add-callback): New function. |
| 12609 | (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous | 12609 | (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous |
| 12610 | behaviour. | 12610 | behavior. |
| 12611 | (imap-parse-response): Call the callback. | 12611 | (imap-parse-response): Call the callback. |
| 12612 | 12612 | ||
| 12613 | * message.el (message-insert-canlock): New variable. | 12613 | * message.el (message-insert-canlock): New variable. |
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 565be3bcb47..bf7b4db889d 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour | 1 | ;;; gnus-demon.el --- daemonic Gnus behavior |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 8ccce96656d..0a38ec028c1 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -4543,7 +4543,7 @@ to find out how to use this." | |||
| 4543 | (apply | 4543 | (apply |
| 4544 | 'call-process-region (point-min) (point-max) | 4544 | 'call-process-region (point-min) (point-max) |
| 4545 | message-qmail-inject-program nil nil nil | 4545 | message-qmail-inject-program nil nil nil |
| 4546 | ;; qmail-inject's default behaviour is to look for addresses on the | 4546 | ;; qmail-inject's default behavior is to look for addresses on the |
| 4547 | ;; command line; if there're none, it scans the headers. | 4547 | ;; command line; if there're none, it scans the headers. |
| 4548 | ;; yes, it does The Right Thing w.r.t. Resent-To and it's kin. | 4548 | ;; yes, it does The Right Thing w.r.t. Resent-To and it's kin. |
| 4549 | ;; | 4549 | ;; |
diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index 89c10a99e08..ea5274798be 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el | |||
| @@ -291,7 +291,7 @@ Should be called narrowed to the head of the message." | |||
| 291 | ;; 8-bit names. The group name mail copy just got | 291 | ;; 8-bit names. The group name mail copy just got |
| 292 | ;; unconditionally encoded. Previously, it would ask | 292 | ;; unconditionally encoded. Previously, it would ask |
| 293 | ;; whether to encode, which was quite confusing for the | 293 | ;; whether to encode, which was quite confusing for the |
| 294 | ;; user. If the new behaviour is wrong, tell me. I have | 294 | ;; user. If the new behavior is wrong, tell me. I have |
| 295 | ;; left the old code commented out below. | 295 | ;; left the old code commented out below. |
| 296 | ;; -- Per Abrahamsen <abraham@dina.kvl.dk> Date: 2001-10-07. | 296 | ;; -- Per Abrahamsen <abraham@dina.kvl.dk> Date: 2001-10-07. |
| 297 | ;; Modified by Dave Love, with the commented-out code changed | 297 | ;; Modified by Dave Love, with the commented-out code changed |