diff options
| author | Miles Bader | 2005-09-30 03:03:53 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-30 03:03:53 +0000 |
| commit | a33704bbe84c2257fd98c3086fcbc783a578e2a5 (patch) | |
| tree | 632c9c7f18bdff2fa7e510d651d06f7cb73b4bcb /lisp | |
| parent | 8ad8c5ce6b08aad5aecd1d137d66fd0b2220da4a (diff) | |
| download | emacs-a33704bbe84c2257fd98c3086fcbc783a578e2a5.tar.gz emacs-a33704bbe84c2257fd98c3086fcbc783a578e2a5.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 128)
- Update from CVS
2005-09-28 Simon Josefsson <jas@extundo.com>
* etc/GNUS-NEWS: Fix IDNA notes.
2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/message.el: Remove useless autoloads.
2005-09-28 Simon Josefsson <jas@extundo.com>
* lisp/gnus/message.el (message-use-idna): Default to t.
(message-use-idna): Test whether encoding works too. Doc fix.
2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nntp.el (nntp-warn-about-losing-connection): Remove.
2005-09-28 Simon Josefsson <jas@extundo.com>
* man/message.texi (IDNA): Fix.
2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
nntp-server-hook, and nntp-warn-about-losing-connection; fix
description of nntp-open-connection-function.
(Common Variables): Fix descriptions.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 17 | ||||
| -rw-r--r-- | lisp/gnus/nntp.el | 3 |
3 files changed, 20 insertions, 13 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 333e831dcca..36963b5ce24 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * message.el: Remove useless autoloads. | ||
| 4 | |||
| 5 | 2005-09-28 Simon Josefsson <jas@extundo.com> | ||
| 6 | |||
| 7 | * message.el (message-use-idna): Default to t. | ||
| 8 | (message-use-idna): Test whether encoding works too. Doc fix. | ||
| 9 | |||
| 10 | 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 11 | |||
| 12 | * nntp.el (nntp-warn-about-losing-connection): Remove. | ||
| 13 | |||
| 1 | 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de> | 14 | 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 15 | ||
| 3 | * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable | 16 | * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 0023b58892e..95a6dbc3b6d 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1454,8 +1454,13 @@ no, only reply back to the author." | |||
| 1454 | (file-error)) | 1454 | (file-error)) |
| 1455 | (mm-coding-system-p 'utf-8) | 1455 | (mm-coding-system-p 'utf-8) |
| 1456 | (executable-find idna-program) | 1456 | (executable-find idna-program) |
| 1457 | 'ask) | 1457 | (string= (idna-to-ascii "räksmörgås") |
| 1458 | "Whether to encode non-ASCII in domain names into ASCII according to IDNA." | 1458 | "xn--rksmrgs-5wao1o") |
| 1459 | t) | ||
| 1460 | "Whether to encode non-ASCII in domain names into ASCII according to IDNA. | ||
| 1461 | GNU Libidn, and in particular the elisp package \"idna.el\" and | ||
| 1462 | the external program \"idn\", must be installed for this | ||
| 1463 | functionality to work." | ||
| 1459 | :version "22.1" | 1464 | :version "22.1" |
| 1460 | :group 'message-headers | 1465 | :group 'message-headers |
| 1461 | :link '(custom-manual "(message)IDNA") | 1466 | :link '(custom-manual "(message)IDNA") |
| @@ -1807,7 +1812,6 @@ Leading \"Re: \" is not stripped by this function. Use the function | |||
| 1807 | 1812 | ||
| 1808 | ;;; Suggested by Jonas Steverud @ www.dtek.chalmers.se/~d4jonas/ | 1813 | ;;; Suggested by Jonas Steverud @ www.dtek.chalmers.se/~d4jonas/ |
| 1809 | 1814 | ||
| 1810 | ;;;###autoload | ||
| 1811 | (defun message-change-subject (new-subject) | 1815 | (defun message-change-subject (new-subject) |
| 1812 | "Ask for NEW-SUBJECT header, append (was: <Old Subject>)." | 1816 | "Ask for NEW-SUBJECT header, append (was: <Old Subject>)." |
| 1813 | ;; <URL:http://www.landfield.com/usefor/drafts/draft-ietf-usefor-useage--1.02.unpaged> | 1817 | ;; <URL:http://www.landfield.com/usefor/drafts/draft-ietf-usefor-useage--1.02.unpaged> |
| @@ -1839,7 +1843,6 @@ Leading \"Re: \" is not stripped by this function. Use the function | |||
| 1839 | " (was: " | 1843 | " (was: " |
| 1840 | old-subject ")\n"))))))))) | 1844 | old-subject ")\n"))))))))) |
| 1841 | 1845 | ||
| 1842 | ;;;###autoload | ||
| 1843 | (defun message-mark-inserted-region (beg end) | 1846 | (defun message-mark-inserted-region (beg end) |
| 1844 | "Mark some region in the current article with enclosing tags. | 1847 | "Mark some region in the current article with enclosing tags. |
| 1845 | See `message-mark-insert-begin' and `message-mark-insert-end'." | 1848 | See `message-mark-insert-begin' and `message-mark-insert-end'." |
| @@ -1851,7 +1854,6 @@ See `message-mark-insert-begin' and `message-mark-insert-end'." | |||
| 1851 | (goto-char beg) | 1854 | (goto-char beg) |
| 1852 | (insert message-mark-insert-begin))) | 1855 | (insert message-mark-insert-begin))) |
| 1853 | 1856 | ||
| 1854 | ;;;###autoload | ||
| 1855 | (defun message-mark-insert-file (file) | 1857 | (defun message-mark-insert-file (file) |
| 1856 | "Insert FILE at point, marking it with enclosing tags. | 1858 | "Insert FILE at point, marking it with enclosing tags. |
| 1857 | See `message-mark-insert-begin' and `message-mark-insert-end'." | 1859 | See `message-mark-insert-begin' and `message-mark-insert-end'." |
| @@ -1864,7 +1866,6 @@ See `message-mark-insert-begin' and `message-mark-insert-end'." | |||
| 1864 | (goto-char p) | 1866 | (goto-char p) |
| 1865 | (insert message-mark-insert-begin))) | 1867 | (insert message-mark-insert-begin))) |
| 1866 | 1868 | ||
| 1867 | ;;;###autoload | ||
| 1868 | (defun message-add-archive-header () | 1869 | (defun message-add-archive-header () |
| 1869 | "Insert \"X-No-Archive: Yes\" in the header and a note in the body. | 1870 | "Insert \"X-No-Archive: Yes\" in the header and a note in the body. |
| 1870 | The note can be customized using `message-archive-note'. When called with a | 1871 | The note can be customized using `message-archive-note'. When called with a |
| @@ -1884,7 +1885,6 @@ body, set `message-archive-note' to nil." | |||
| 1884 | (message-add-header message-archive-header) | 1885 | (message-add-header message-archive-header) |
| 1885 | (message-sort-headers))) | 1886 | (message-sort-headers))) |
| 1886 | 1887 | ||
| 1887 | ;;;###autoload | ||
| 1888 | (defun message-cross-post-followup-to-header (target-group) | 1888 | (defun message-cross-post-followup-to-header (target-group) |
| 1889 | "Mangles FollowUp-To and Newsgroups header to point to TARGET-GROUP. | 1889 | "Mangles FollowUp-To and Newsgroups header to point to TARGET-GROUP. |
| 1890 | With prefix-argument just set Follow-Up, don't cross-post." | 1890 | With prefix-argument just set Follow-Up, don't cross-post." |
| @@ -1928,7 +1928,6 @@ With prefix-argument just set Follow-Up, don't cross-post." | |||
| 1928 | (insert (concat "\nFollowup-To: " target-group))) | 1928 | (insert (concat "\nFollowup-To: " target-group))) |
| 1929 | (setq message-cross-post-old-target target-group)) | 1929 | (setq message-cross-post-old-target target-group)) |
| 1930 | 1930 | ||
| 1931 | ;;;###autoload | ||
| 1932 | (defun message-cross-post-insert-note (target-group cross-post in-old | 1931 | (defun message-cross-post-insert-note (target-group cross-post in-old |
| 1933 | old-groups) | 1932 | old-groups) |
| 1934 | "Insert a in message body note about a set Followup or Crosspost. | 1933 | "Insert a in message body note about a set Followup or Crosspost. |
| @@ -1961,7 +1960,6 @@ been made to before the user asked for a Crosspost." | |||
| 1961 | (insert (concat message-followup-to-note target-group "\n")) | 1960 | (insert (concat message-followup-to-note target-group "\n")) |
| 1962 | (insert (concat message-cross-post-note target-group "\n"))))) | 1961 | (insert (concat message-cross-post-note target-group "\n"))))) |
| 1963 | 1962 | ||
| 1964 | ;;;###autoload | ||
| 1965 | (defun message-cross-post-followup-to (target-group) | 1963 | (defun message-cross-post-followup-to (target-group) |
| 1966 | "Crossposts message and set Followup-To to TARGET-GROUP. | 1964 | "Crossposts message and set Followup-To to TARGET-GROUP. |
| 1967 | With prefix-argument just set Follow-Up, don't cross-post." | 1965 | With prefix-argument just set Follow-Up, don't cross-post." |
| @@ -2003,7 +2001,6 @@ With prefix-argument just set Follow-Up, don't cross-post." | |||
| 2003 | 2001 | ||
| 2004 | ;;; Reduce To: to Cc: or Bcc: header | 2002 | ;;; Reduce To: to Cc: or Bcc: header |
| 2005 | 2003 | ||
| 2006 | ;;;###autoload | ||
| 2007 | (defun message-reduce-to-to-cc () | 2004 | (defun message-reduce-to-to-cc () |
| 2008 | "Replace contents of To: header with contents of Cc: or Bcc: header." | 2005 | "Replace contents of To: header with contents of Cc: or Bcc: header." |
| 2009 | (interactive) | 2006 | (interactive) |
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index 4998c7a9503..0885737c953 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -177,9 +177,6 @@ then use this hook to rsh to the remote machine and start a proxy NNTP | |||
| 177 | server there that you can connect to. See also | 177 | server there that you can connect to. See also |
| 178 | `nntp-open-connection-function'") | 178 | `nntp-open-connection-function'") |
| 179 | 179 | ||
| 180 | (defvoo nntp-warn-about-losing-connection t | ||
| 181 | "*If non-nil, beep when a server closes connection.") | ||
| 182 | |||
| 183 | (defvoo nntp-coding-system-for-read 'binary | 180 | (defvoo nntp-coding-system-for-read 'binary |
| 184 | "*Coding system to read from NNTP.") | 181 | "*Coding system to read from NNTP.") |
| 185 | 182 | ||