]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/ChangeLog
shr: render <em> as italic, not bold
[gnu-emacs] / lisp / gnus / ChangeLog
index 983d09e2589934ddd9e654df89c4143e44fe51d8..2cb9489e86e791e64ea62393b376b4bf4fdae059 100644 (file)
@@ -1,3 +1,56 @@
+2012-12-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * shr.el (shr-tag-em): Render as italic, not bold.
+
+2012-12-02  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
+       to TAB, not [tab].
+       (gnus-summary-article-map): Likewise.
+
+       * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
+       (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
+
+2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-score.el (gnus-score-body):
+       * gnus-logic.el (gnus-advanced-body): Don't score by headers when
+       scoring by body.
+
+2012-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-diary.el (nndiary-request-create-group-functions)
+       (nndiary-request-update-info-functions)
+       (gnus-subscribe-newsgroup-functions)
+       (nndiary-request-accept-article-functions):
+       Use new names for hooks rather than obsolete aliases.
+
+2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nndiary.el (nndiary-request-create-group-functions)
+       (nndiary-request-update-info-functions)
+       (nndiary-request-accept-article-functions):
+       * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
+       "-hooks" suffix.
+
+2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
+
+       * starttls.el (starttls-extra-arguments): Doc fix.
+
+2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-insert): \r is also not inserted, so don't try to delete
+       it.
+
+2012-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-notifications.el (gnus-notifications):
+       Add missing group :version tag.
+       * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
+       (gnus-gcc-post-body-encode-hook):
+       * gnus-sync.el (gnus-sync-lesync-name)
+       (gnus-sync-lesync-install-topics): Add missing custom :version tags.
+
 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
 
 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
+       * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
        TIME is set.
 
 2012-09-05  Juri Linkov  <juri@jurta.org>
        * gnus.el: Register gnus-registry functions.
 
        * gnus-registry.el (gnus-try-warping-via-registry):
-       Moved here and indent.
+       Move here and indent.
 
        * gnus-int.el (gnus-warp-to-article):
        Check whether the registry is enabled before warping.
        (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
        header to implement multi-SMTP functionality.
 
-       * gnus-agent.el (gnus-agent-send-mail-function): Removed.
+       * gnus-agent.el (gnus-agent-send-mail-function): Remove.
        (gnus-agentize): Don't set it.
        (gnus-agent-send-mail): Don't use it.
 
 
 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-group.el (gnus-group-get-new-news): Respect
-       `gnus-group-use-permanent-levels', as documented (bug#11638).
+       * gnus-group.el (gnus-group-get-new-news):
+       Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
 
 2012-06-10  Dave Abrahams  <dave@boostpro.com>
 
        (shr-insert): Allow the natural width to be computed for tables again.
        (shr-tag-table-1): Rework how the natural widths are computed by
        rendering the table a third time.
-       (shr-natural-width): Removed.
+       (shr-natural-width): Remove.
        (shr-buffer-width): New function.
        (shr-expand-newlines): Use it.
 
 
 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
 
-       * gnus-agent.el (gnus-agent-load-local): Recompute
-       gnus-agent-article-local on changing method.
+       * gnus-agent.el (gnus-agent-load-local):
+       Recompute gnus-agent-article-local on changing method.
 
 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
 
-       * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
-       documentation.
+       * plstore.el (plstore-select-keys, plstore-encrypt-to):
+       Clarify documentation.
 
 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>