diff options
| author | Gnus developers | 2012-01-07 01:13:52 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-01-07 01:13:52 +0000 |
| commit | e7719ea1b23a7dc81993320f851c6e94d563dee4 (patch) | |
| tree | 905450cd1f8faa119433078af081b6f965109662 /lisp/gnus/ChangeLog | |
| parent | adf4e762813e58cd7b68982d448269965bb45616 (diff) | |
| download | emacs-e7719ea1b23a7dc81993320f851c6e94d563dee4.tar.gz emacs-e7719ea1b23a7dc81993320f851c6e94d563dee4.zip | |
Merge changes made in Gnus trunk.
2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Group Parameters): Really note precedence.
2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
* mm-decode.el (mm-interactively-view-part): Use `completing-read',
since ido doesn't work on symbols (bug#9632).
* gnus.el (gnus-group-fast-parameter): Use the same precedence rules
when getting a single value as when getting all the values. This means
that atoms like `gcc-self' work cumulatively, like variable settings,
instead of getting the value from the last matching clause.
(gnus-group-find-parameter): Protect against the group buffer not
existing (bug#9585).
2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-start.el (gnus-activate-group): Document more parameters
(bug#9694).
* gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
(bug#9692).
* gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
article was fetched, so that it can be expired later (bug#9958).
(gnus-agent-summary-fetch-series): Add doc string.
(gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
(bug#9517).
* nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
retrieval is happening.
* gnus.el (gnus-parameters): Doc fix.
2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change)
* gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
show the thread after expansion.
2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (article-narrow-to-head): If the head is completely
empty, narrow to the empty region (bug#9764).
* gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
read, and then mark them as unread only when the unread mark is used.
This makes `C-- T k' actually work, even though it's confusing.
* gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
alive before we try to find its window.
2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
* mm-decode.el (mm-display-external): Use a longer timeout for the
deletion to allow slow programs to display the file.
2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
prompt to be less confusing.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 70eb599c015..3a7e412dcac 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,61 @@ | |||
| 1 | 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * mm-decode.el (mm-interactively-view-part): Use `completing-read', | ||
| 4 | since ido doesn't work on symbols (bug#9632). | ||
| 5 | |||
| 6 | * gnus.el (gnus-group-fast-parameter): Use the same precedence rules | ||
| 7 | when getting a single value as when getting all the values. This means | ||
| 8 | that atoms like `gcc-self' work cumulatively, like variable settings, | ||
| 9 | instead of getting the value from the last matching clause. | ||
| 10 | (gnus-group-find-parameter): Protect against the group buffer not | ||
| 11 | existing (bug#9585). | ||
| 12 | |||
| 13 | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 14 | |||
| 15 | * gnus-start.el (gnus-activate-group): Document more parameters | ||
| 16 | (bug#9694). | ||
| 17 | |||
| 18 | * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification | ||
| 19 | (bug#9692). | ||
| 20 | |||
| 21 | * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the | ||
| 22 | article was fetched, so that it can be expired later (bug#9958). | ||
| 23 | (gnus-agent-summary-fetch-series): Add doc string. | ||
| 24 | (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks | ||
| 25 | (bug#9517). | ||
| 26 | |||
| 27 | * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async | ||
| 28 | retrieval is happening. | ||
| 29 | |||
| 30 | * gnus.el (gnus-parameters): Doc fix. | ||
| 31 | |||
| 32 | 2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change) | ||
| 33 | |||
| 34 | * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, | ||
| 35 | show the thread after expansion. | ||
| 36 | |||
| 37 | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 38 | |||
| 39 | * gnus-art.el (article-narrow-to-head): If the head is completely | ||
| 40 | empty, narrow to the empty region (bug#9764). | ||
| 41 | |||
| 42 | * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as | ||
| 43 | read, and then mark them as unread only when the unread mark is used. | ||
| 44 | This makes `C-- T k' actually work, even though it's confusing. | ||
| 45 | |||
| 46 | * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is | ||
| 47 | alive before we try to find its window. | ||
| 48 | |||
| 49 | 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change) | ||
| 50 | |||
| 51 | * mm-decode.el (mm-display-external): Use a longer timeout for the | ||
| 52 | deletion to allow slow programs to display the file. | ||
| 53 | |||
| 1 | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | 54 | 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 55 | ||
| 56 | * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the | ||
| 57 | prompt to be less confusing. | ||
| 58 | |||
| 3 | * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer' | 59 | * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer' |
| 4 | argument to `message-reply'. This broke `special-display-*' frame | 60 | argument to `message-reply'. This broke `special-display-*' frame |
| 5 | pop-uping (bug#10238). | 61 | pop-uping (bug#10238). |