(nnir-compose-result): Use `gnus-replace-in-string' instead of `substitute' to
[gnus] / contrib / ChangeLog
index f06881c..44ccc3e 100644 (file)
@@ -1,3 +1,74 @@
+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.
+       (nnir-compose-result): Use it.  Fix inexistent file check for maildir.
+
+2008-04-15  Christoph Conrad <christoph.conrad@gmx.de>
+
+       * nnir.el (nnir-run-swish++): Fix inexistent file check for nnml.
+
+2008-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el (nnir-run-swish++): Fix typo in doc string.  Move comment on
+       nnml-use-compressed-files to more suitable place.
+
+2008-04-13  Daniel Pittman  <daniel@rimspace.net>
+
+       * nnir.el (nnir-run-imap): Add doc string.  Use `nnir-imap-make-query'.
+       (nnir-imap-make-query, nnir-imap-query-to-imap)
+       (nnir-imap-expr-to-imap, nnir-imap-parse-query, nnir-imap-next-expr)
+       (nnir-imap-peek-symbol, nnir-imap-next-symbol)
+       (nnir-imap-delimited-string, nnir-imap-end-of-input): New functions.
+       Implement a query language for IMAP search, parse that and compose the
+       back-end query from it.  This allows searches with AND, OR and fixed
+       strings, not just a single substring.
+
+2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnir.el: Add assignment status.
+       (nnir-group-mode-hook): Remove XEmacs 19 compatibility code.
+
+2008-04-13  Justus Piater  <Justus-bulk@Piater.name>
+
+       * nnir.el (nnir-run-swish++): Suppress non-existing files.
+       (nnir-group-server): For native groups, obtain the server name from
+       gnus-select-method.
+       (nnir-run-swish++, nnir-run-namazu): Support nnmaildir.
+       (nnir-compose-result): New function unifying some code formerly
+       duplicated between nnir-run-swish++ and nnir-run-namazu.
+
+2008-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Clarify relevant Emacs versions for sendmail.el and
+       smtpmail.el.  Add fill-column.  Refill paragraphs.  Typographic fixes.
+       Add comment about gpg-ring.el and gpg.el.
+
+2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Remove hashcash.el.
+
+2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * mail/sendmail.el (dired-view-file, dired-get-filename): Declare as
+       functions.
+
+2007-11-24  Kenichi Handa  <handa@m17n.org>
+
+       * ucs-tables.el (ucs-8859-7-alist): Update the table.
+
 2007-11-20  Noah S. Friedman  <friedman@splode.com>
 
        * vcard.el: Update to revision 1.11 2000/06/29.
 
 2006-07-17  Sascha Wilde  <wilde@sha-bang.de>
 
-       * nnir.el: Removed support for non free backends glimpse and excite.
+g      * nnir.el: Removed support for non free backends glimpse and excite.
        Changed and updated copyright to Free Software Foundation.  Moved all
        authors to head.
 
 
        * nnir.el: Autoload `read-kbd-macro' at compile time.
 
-2003-09-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
-       From Torsten Hilbrich <torsten.hilbrich@gmx.net>.
+2003-09-30  Torsten Hilbrich <torsten.hilbrich@gmx.net>
 
        * nnir.el (nnir-imap-search-field, nnir-imap-search-arguments)
        (nnir-imap-search-argument-history): New variables.