Split 2004-04-05 entry. Fix attribution.
[gnus] / contrib / ChangeLog
index fcfbded..7a15818 100644 (file)
@@ -1,3 +1,32 @@
+2008-04-24  Christoph Conrad <christoph.conrad@gmx.de>
+
+       * nnir.el: Fix byte compiler warnings.
+       (nnir-retrieve-headers): Don't set let-bound vars to nil.  Replace
+       mapcar called for effect with mapc.
+       (nnir-compose-result): Bind `group'.  Don't set let-bound vars to nil.
+       (nnir-run-imap, nnir-artlist-groups): Replace mapcar called for effect
+       with mapc.
+       (nnir-run-swish++, nnir-run-swish-e, nnir-run-namazu): Don't set
+       let-bound vars to nil.
+
+2008-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el: Don't require cl at runtime.  Require gnus-util at runtime.
+       Autoload nnimap and imap functions.
+
+2008-04-21  Justus Piater  <Justus-bulk@Piater.name>
+
+       * nnir.el (nnir-compose-result): Use `gnus-replace-in-string' instead
+       of `substitute' to avoid using cl at runtime.
+
+2008-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el: Don't require edmacro anymore.  Remove bogus Emacs 19
+       compatibility code for `kbd'.  Replace `string-to-int' with
+       `string-to-number'.
+       (nnmaildir-base-name-to-article-number): Autoload.
+       (nnir-compose-result): Simplify the code.
+
 2008-04-19  Justus Piater  <Justus-bulk@Piater.name>
 
        * nnir.el (nnir-add-result): New helper macro.
@@ -273,14 +302,15 @@ g * nnir.el: Removed support for non free backends glimpse and excite.
 
 2004-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * nnir.el (nnir-group-server): Fix doc-string, indent.
+
+2004-04-05  Andreas Schwab  <schwab@suse.de>
+
        * nnir.el (nnir-group-server): Move before first use.
-       From Andreas Schwab  <schwab@suse.de>.
-       Fix doc-string, indent.
 
-2004-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
+2004-03-15  Adrian Lanz  <lanz@fowi.ethz.ch>  (tiny change)
 
-       * nnir.el (nnir-run-swish-e): Fixed typo.  From Adrian Lanz
-       <lanz@fowi.ethz.ch> (tiny change).
+       * nnir.el (nnir-run-swish-e): Fixed typo.
 
 2004-01-23  Jesper Harder  <harder@ifa.au.dk>