gnus
2010-12-05 Andrew Cohennnir.el (nnir-run-gmane): Use more careful test for...
2010-12-04 Lars Magne... (gnus-html-put-image): Use widget instead of local...
2010-12-04 Lars Magne... Revert `C-u g' to its old meaning.
2010-12-04 Lars Magne... Show the URL before the title to avoid misleading URLs.
2010-12-04 Adam Sjøgren* shr.el (shr-urlify): Display the title in <a> tags.
2010-12-04 Andrew Cohennnir.el (nnir-categorize): Replace mapcar with mapc.
2010-12-03 Andrew CohenAllow nnir macros to be autoloaded in gnus-sum.el
2010-12-03 Julien Danjougnus-demon-init: Fix time computing when time is nil
2010-12-03 Katsumi Yamaokagnus-util.el ( gnus-macroexpand-all ): Fix last change.
2010-12-03 Katsumi Yamaokagnus-util.el ( gnus-macroexpand-all ) : Allow optional...
2010-12-03 Katsumi Yamaokagnus-util.el (gnus-macroexpand-all): Don't modify argument.
2010-12-03 Glenn Morrismm-extern.el (message-goto-body): Update declaration.
2010-12-03 Katsumi Yamaokagnus-util.el (gnus-macroexpand-all): Fix last change.
2010-12-03 Katsumi Yamaokagnus-util.el (gnus-macroexpand-all): New function.
2010-12-02 Andrew CohenAllow modified summary-line-format in nnir summary...
2010-12-02 Lars Magne... Implement rtree-length.
2010-12-02 Lars Magne... Fix typo.
2010-12-02 Lars Magne... Implement rtree-delq.
2010-12-02 Julien DanjouFix commit e501407c364524265328d4f70206e2c287877426
2010-12-02 Lars Magne... Start rtree-delq.
2010-12-02 Lars Magne... Make code slightly faster.
2010-12-02 Lars Magne... Implement rtree-add.
2010-12-02 Lars Magne... Rewrite rtree-memq as a non-recursive function.
2010-12-02 Julien Danjougnus-configure-frame: Remove old compatibility code
2010-12-02 Julien DanjouMark gnus-outgoing-message-group as obsolete.
2010-12-02 Julien DanjouRemove Gnus 3.x setting support.
2010-12-01 Lars Magne... Simplify rtree-extract.
2010-12-01 Lars Magne... Reimplement extraction as O(n).
2010-12-01 Lars Magne... Implement rtree-extract.
2010-12-01 Andrew CohenRedo the way nnir handles registry updates.
2010-12-01 Lars Magne... rtree.el: New file to handle range trees.
2010-12-01 Julien DanjouRemove deprecated gnus-local-organization.
2010-12-01 Julien DanjouFix comment
2010-12-01 Julien Danjougnus-msg: remove nastygram
2010-12-01 Ted Zlatanov(nnmaildir-request-set-mark): Add article to add-mark...
2010-12-01 Katsumi Yamaokagnus-gravatar.el (gnus-gravatar-insert): Allow LWSP...
2010-12-01 Katsumi Yamaokashr.el (shr-find-fill-point): Don't break line between...
2010-12-01 Katsumi Yamaokagnus-gravatar.el (gnus-gravatar-insert): Delete unneces...
2010-11-30 Yuri Karabanpop3.el (pop3-open-server): Read server greeting before...
2010-11-30 Lars Magne... (open-protocol-stream): All starttls connections are...
2010-11-30 Julien Danjounnimap-open-connection-1: fix PREAUTH
2010-11-30 Julien DanjouUse gnus-string-match-p
2010-11-30 Julien DanjouDo not set gnus-gravatar-size by default
2010-11-30 Katsumi Yamaokashr.el (shr-find-fill-point): Work better for kinsoku...
2010-11-29 Andrew Cohennnir.el (nnir-get-active): Improve active list retrieval.
2010-11-29 Julien DanjouFix docstring
2010-11-29 Andrew Cohennnir.el (nnir-request-move-article): Bail out if no...
2010-11-29 Lars Magne... * shr.el (shr-find-fill-point): Don't break before...
2010-11-29 Julien Danjoucolor: fix docstring to use English rather than math...
2010-11-29 Lars Magne... w32 open-network-stream doesn't seem to accept strings...
2010-11-29 Andrew Cohen(gnus-summary-delete-article): Don't alter the registry...
2010-11-29 Katsumi Yamaokannir.el (nnir-run-gmane): Use mm-delete-duplicates...
2010-11-28 Andrew Cohennnir-ignore-newsgroups: fix default value.
2010-11-28 Andrew Cohennnir.el (nnir-get-active): Skip nnir-ignored-newsgroups...
2010-11-28 Lars Magne... Actually mention the STARTTLS upgrade.
2010-11-28 Lars Magne... Fix example.
2010-11-28 Lars Magne... (proto-stream-open-network): Add some comments.
2010-11-28 Lars Magne... See what the response to the STARTTLS command is.
2010-11-28 Lars Magne... (nnimap-open-connection-1): Really respect nnimap-serve...
2010-11-28 Lars Magne... (nnimap-open-connection-1): Always upgrade to STARTTLS...
2010-11-28 Lars Magne... (proto-stream-open-network): Wait until the greeting...
2010-11-28 Lars Magne... If STARTTLS failed, then just open a normal connection.
2010-11-28 Lars Magne... Only do opportunistic STARTTLS upgrades if we have...
2010-11-28 Lars Magne... Force starttls.el to use gnutls-cli, since that what...
2010-11-28 Lars Magne... (Customizing the IMAP Connection): Note the new defaults.
2010-11-28 Lars Magne... When doing opportunistic TLS upgrades we don't really...
2010-11-28 Lars Magne... (open-protocol-stream): Renamed from open-proto-stream.
2010-11-27 Lars Magne... Be more backwards-compatible.
2010-11-27 Lars Magne... Fix typo.
2010-11-27 Lars Magne... Try ssl first, and then network for IMAP connections.
2010-11-27 Lars Magne... Clean up the code slightly.
2010-11-27 Lars Magne... (proto-stream-open-network): Fix typo in the gnutls...
2010-11-27 Lars Magne... (proto-stream-open-starttls): De-duplicate the starttls...
2010-11-27 Lars Magne... * proto-stream.el (proto-stream-always-use-starttls...
2010-11-27 Lars Magne... (proto-stream-open-starttls): Actually implement the...
2010-11-27 Lars Magne... Fix the syntax in the comment.
2010-11-27 Lars Magne... * color.el (color-lab->srgb): Fix function call name.
2010-11-27 Lars Magne... If we don't have gnutls-cli or gnutls built in, then...
2010-11-27 Lars Magne... Delete output from openssl if we're using tls.el.
2010-11-27 Lars Magne... Switch on STARTTLS on NNTP servers that support it.
2010-11-27 Lars Magne... nntp.el: Use proto-streams for the relevant connections...
2010-11-27 Lars Magne... (nnimap-open-connection): Check for "OK" from the greeting.
2010-11-27 Lars Magne... (proto-stream-open-network): Fix some typos.
2010-11-27 Lars Magne... Complete the proto-stream documentation and fix some...
2010-11-27 Lars Magne... proto-stream.el: New library to provide protocol-specif...
2010-11-27 Lars Magne... Merge resolved.
2010-11-27 Andrew Cohennnir.el: Batch header retrieval.
2010-11-26 Julien DanjouRename RGB to sRGB
2010-11-26 Lars Magne... (nnimap-get-groups): Allow non-quoted strings as mailbo...
2010-11-26 Julien Danjouremove left over
2010-11-26 Katsumi Yamaokashr.el (shr-insert): Revert last change.
2010-11-26 Lars Magne... (nnmail-expiry-target-group): Protect against degenerat...
2010-11-26 Lars Magne... * shr-color.el: Require cl when compiling.
2010-11-26 Lars Magne... * nnheader.el (nnheader-update-marks-actions): Fix...
2010-11-26 Lars Magne... * gnus-art.el (gnus-url-mailto): Unfold URLs before...
2010-11-26 Lars Magne... * nnimap.el (nnimap-request-set-mark): Add is "+",...
2010-11-26 Lars Magne... Use 'set instead of 'add and 'delete to set backend...
2010-11-26 Lars Magne... (nnmaildir-request-set-mark): Be explicit about 'set.
2010-11-26 Lars Magne... Refactor out nnheader-update-marks-actions and use...
2010-11-26 Lars Magne... (*-request-set-mark): Extend syntax with 'set.
next