Dribble save cleanup
[gnus] / lisp / ChangeLog
index 02628ca..35dd9a8 100644 (file)
@@ -1,3 +1,88 @@
+2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
+       not empty.
+
+       * nnrss.el (nnrss-discover-feed): Indent.
+
+2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
+
+2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
+       dirty to ensure nnimap data being saved.
+
+2013-07-30  Tassilo Horn  <tsdh@gnu.org>
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
+       menu entry.
+
+       * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
+       the current thread's total score instead of the current article's
+       score.
+
+       * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
+       (gnus-sort-threads-recursively): Delete defcustom.
+       (gnus-sort-threads-recursive): Adapt accordingly.
+
+2013-07-30  Tassilo Horn  <tsdh@gnu.org>
+
+       * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
+       (gnus-sort-threads-recursive): Use it.
+       (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
+       again.  Now that determines how to sort subthreads.
+
+2013-07-26  Tassilo Horn  <tsdh@gnu.org>
+
+       * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
+       (gnus-sort-threads): Use it.
+
+2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gnus-art.el (gnus-button-url-regexp): Make it match url in which
+       punctuation characters follow parentheses (bug#14950).
+
+2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.el (gnus-continuum-version):
+       * gnus-msg.el (gnus-extended-version): Simplify.
+
+       * gnus.el (gnus-continuum-version-1): Remove.
+       * gnus-msg.el (gnus-bug): Revert.
+
+       Calculate gnus-version correctly on Cygwin.
+
+       * gnus.el (gnus-continuum-version): Do main calculations in integers.
+       (gnus-continuum-version-1): New function, return a string.
+
+       * gnus-msg.el (gnus-extended-version, gnus-bug):
+       Use gnus-continuum-version-1 instead of gnus-continuum-version.
+
+2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
+
+       * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
+       (bug#13384).
+
+2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
+       that were only relevant in a development version a long time ago.
+
+2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
+       that the old Emacs 24s bundle.
+
+2013-07-10  David Engster  <deng@randomsample.de>
+
+       * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
+       if `gnus-newsrc-file-version' does not match `gnus-version'.  This
+       fixes a bug in Emacs trunk where the 'unexist' marks were always
+       removed at startup because "Gnus v5.13" was considered smaller than "Ma
+       Gnus v0.03".
+
 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
 
        * gnus.el (gnus-summary-line-format): Reference
 
        * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
        address as the default.
-       (gnus-summary-insert-old-articles): Don't include unexistent messages.
+       (gnus-summary-insert-old-articles): Don't include unexisting messages.
 
        * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
        makes no sense to query the user about internal files.
        * nnimap.el (nnimap-request-group): Low higher than high to signal no
        messages in empty groups.
 
-2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
+2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
        non-UIDNEXT group.
        * nndraft.el (nndraft-request-expire-articles): Use the group name
        instead if "nndraft".  Fix found by Nils Ackermann.
 
-2010-09-29  Ludovic Courtes  <ludo@gnu.org>
+2010-09-29  Ludovic Courtรจs  <ludo@gnu.org>
 
        * nnregistry.el: Add.