Cosmetic fix.
[gnus] / lisp / ChangeLog
index 263ca2f..c142025 100644 (file)
@@ -1,13 +1,59 @@
+2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nndoc.el (nndoc-type-alist): Add git support.
+       (nndoc-git-type-p): New function.
+       (nndoc-transform-git-article): Ditto.
+       (nndoc-transform-git-headers): Ditto.
+
+       * shr.el (shr-parse-style): New function.
+       (shr-tag-span): Ditto.
+
+       * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
+       to `G G' to avoid collisions.
+
+2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * shr.el: Load kinsoku if necessary.
+       (shr-kinsoku-shorten): New internal variable.
+       (shr-find-fill-point): Make kinsoku shorten text line if
+       shr-kinsoku-shorten is bound to non-nil.
+       (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
+       shr-indentation too when testing if table is wider than frame width.
+       (shr-insert-table): Use `string-width' instead of `length' to measure
+       text width.
+       (shr-insert-table-ruler): Make sure indentation is done at bol.
+
+2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
+       (nnimap-process-expiry-targets): Use unibyte for buffers that hold
+       undecoded network data.
+
 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
+       name in the mode line spec so that the mode line menu works
+       (bug #2431).
+
+       * message.el (message-get-reply-headers): If we're fed `to-address',
+       then always use that.
+
+       * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
+       aren't so wide as to need to switch off the edit menu.
+
+       * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
+       binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
+
        * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
        `M-g'.
+       (nnimap-update-info): Update flags/read marks even if \* isn't part of
+       the permanent marks.
 
 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
-       according to references/in-reply-to obeys the ignore-groups variable,
-       while splitting by sender and subject do not.
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent):
+       Splitting according to references/in-reply-to obeys the ignore-groups
+       variable, while splitting by sender and subject do not.
 
 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
@@ -33,7 +79,7 @@
 
 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
+       * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
        duplicates.
 
 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)