* gnus.el: Autoload gnus-article-fill-cited-long-lines.
[gnus] / lisp / ChangeLog
index eb52224..9b40817 100644 (file)
@@ -1,3 +1,149 @@
+2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el: Autoload gnus-article-fill-cited-long-lines.
+
+       * gnus-art.el (gnus-treatment-function-alist): Have
+       gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
+       (gnus-treat-fill-long-lines): Change default to fill all text/plain
+       sections.
+
+       * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
+       parameter.
+       (gnus-article-fill-cited-long-lines): New function.
+       (gnus-article-fill-cited-article): Allow filling only long sections.
+
+       * shr.el (shr-find-fill-point): Don't break lines between punctuation
+       and non-punctuation (like after the apostrophe in "'We").
+
+       * gnus-sum.el (gnus-summary-select-article): Make sure
+       gnus-original-article-buffer is alive.
+
+       * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
+       reflect the order they're in in the digest.
+
+       * gnus.el (gnus-group-startup-message): Move point to the start of the
+       buffer.
+
+       * nnimap.el (nnimap-capability): New function.
+       (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
+       is set.
+
+2010-10-31  David Engster  <dengste@eml.cc>
+
+       * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
+       conform with changes to gnus-completing-read.
+
+2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-tag-img): Output "*" instead of "[img]".
+
+2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * nnir.el move defvar, defcustom around to keep file organized and keep
+       byte-compiler quiet.
+       (nnir-read-parms): accept search-engine as arg.
+       (nnir-run-query): pass search-engine as arg.
+       (nnir-search-engine): remove.
+
+2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-generic): The text nodes should be text, not :text.
+
+       * nnir.el (nnir-search-engine): Ressurect variable, since it's used
+       later in the file.
+
+2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * nnir.el: general clean up. allow searching with multiple
+       engines. allow separate extra-parameters for each engine. batch queries
+       when possible.
+       (nnir-imap-default-search-key,nnir-method-default-engines): add
+       customize interface.
+       (nnir-run-gmane): new engine.
+       (nnir-engines): use it. qualify all prompts with engine name.
+       (nnir-search-engine): remove global variable.
+       (nnir-run-hyrex): restore for now.
+       (nnir-extra-parms,nnir-search-history): new variables.
+       (gnus-group-make-nnir-group): use them.
+       (nnir-group-server): remove in favor of gnus-group-server.
+       (nnir-request-group): avoid searching twice.
+       (nnir-sort-groups-by-server): new function.
+
+2010-10-30  Julien Danjou  <julien@danjou.info>
+
+       * gnus-group.el: Remove gnus-group-fetch-control.
+
+       * gnus-start.el (gnus-find-new-newsgroups): Remove
+       gnus-check-first-time-used.
+
+       * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
+
+2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
+
+       * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
+       set on groups that don't have \* permanentflags.
+
+2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-tag-span): Drop colorisation of regions since we don't
+       control the background color.
+       (shr-tag-img): Ignore very small web bug type images.
+       (shr-put-image): Add help-echo alt texts to the images.
+       (shr-tag-video): Show the video poster image.
+
+2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-depth): New variable.
+       (shr-tag-table-1): Only insert the images after the top-level table.
+
+       * nnimap.el (nnimap-split-incoming-mail): Fix typo.
+
+       * gnus-util.el (gnus-list-memq-of-list): New function.
+
+       * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
+       selected.
+       (nnimap-unsplittable-articles): New slot.
+       (nnimap-new-articles): Use it.
+
+2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
+
+       * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
+       move to the previous line on `M-g'.
+
+2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
+       *-request-group, which seems unnecessary.
+
+       * nnimap.el (nnimap-quote-specials): Function copied over from
+       imap.el.
+       (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
+       they support that.  Suggested by Tom Regner.
+
+2010-10-29  Julien Danjou  <julien@danjou.info>
+
+       * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
+       defalias.
+       (gnus-summary-delete-marked-with): Remove obsolete defalias.
+
+       * gnus.el: Remove `gnus-nntp-service' variable.
+       (gnus-secondary-servers): Make obsolete.
+       (gnus-nntp-server): Make obsolete.
+
+       * gnus-start.el (gnus-1): Remove x-splash calls.
+
+       * gnus-ems.el (gnus-x-splash): Remove.
+
+       * gnus.el (gnus-group-startup-message): Simplify/update code.
+
+       * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
+       definition.
+
+       * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
+       capability before doing anything.
+       (gnus-group-insert-group-line): Remove useless
+       gnus-group-remove-excess-properties.
+
 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
 
 2010-09-27  David Engster  <dengste@eml.cc>
 
-       * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
+       * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
        well as HEADERS.
        (nnmairix-retrieve-headers): Provide new argument for the above.
 
        (nnimap-make-process-buffer): Store all the process buffers.
        (nnimap-keepalive): New function.
 
-       * starttls.el: (starttls-open-stream): Add autoload cookie.
+       * starttls.el (starttls-open-stream): Add autoload cookie.
 
 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)