gnus-msg.el: Fix detection of nnir group.
[gnus] / lisp / ChangeLog
index 85371d7..18970c4 100644 (file)
@@ -1,3 +1,106 @@
+2013-04-04  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (gnus-nnir-group-p): New function.
+       (nnir-possibly-change-group): Use it.
+
+       * gnus-msg.el (gnus-setup-message): Use it.
+
+2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el (mml-minibuffer-read-description): Use `default' insted of
+       `initial-input' for the argument name.
+       Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
+
+2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
+
+       * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
+       (used by MH-E).
+
+2013-04-01  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (nnir-request-update-mark): Improve mark updating in original
+       group.
+
+       * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
+       fix compilation.
+
+2013-03-31  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (nnir-method-default-engines): And another typo.
+
+2013-03-30  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (nnir-method-default-engines): Fix typo.
+
+2013-03-29  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el: Define 'number-sequence for xemacs.
+       (gnus-summary-create-nnir-group): New function to create an nnir group
+       from an nnir summary buffer based on the current query.
+       (nnir-request-create-group): Update to allow nnir group creation based
+       on the current query.
+
+2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nndraft.el (nndraft-request-expire-articles):
+       Make expiry target always `delete'.
+
+2013-03-27  Andrew Cohen  <cohen@bu.edu>
+
+       * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
+       buffer use the posting-style and gcc of the original article group.
+       (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
+
+       * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
+       after other deffoos.
+
+2013-03-25  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el: Major rewrite. Cleaner separation between searches and group
+       management. Marks are now shown in nnir summary buffers. Rudimentary
+       support for real (i.e. not ephemeral) nnir groups.
+       (gnus-summary-make-nnir-group): New function for initiating searches
+       from a summary buffer.
+
+2013-03-18  Sam Steingold  <sds@gnu.org>
+
+       * message.el (message-bury): Minor cleanup.
+
+2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
+
+2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nndir.el (nndir-request-list): Remove 2nd argument passed to
+       nnml-request-list.  (Bug#13873)
+       (nndir-request-newsgroups): Remove, unused.
+
+       * nndraft.el (nndraft-request-newsgroups): Remove, unused.
+
+2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
+       message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
+       Prefer UTF-8 when the encoding shouldn't matter and changes are small.
+
+2013-03-03  Ted Phelps  <phelps@gnusto.com>
+
+       * shr.el: Make all the overlays set the `evaporate' property so that
+       they're removed properly.
+
+2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
+
+       * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
+       shell-quote-argument.
+
+2013-02-22  David Engster  <deng@randomsample.de>
+
+       * gnus-registry.el (gnus-registry-save): Provide class name when
+       calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
+       `condition-case' to stay compatible with older EIEIO versions which
+       only accept one argument.
+
 2013-02-17  Daiki Ueno  <ueno@gnu.org>
 
        * mml2015.el (epg-key-user-id-list, epg-user-id-string)