gmm-utils.el (gmm-flet, gmm-labels): New macros.
[gnus] / contrib / ChangeLog
index 15d7b4a..e4b20c0 100644 (file)
@@ -1,3 +1,221 @@
+2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-namazu.el (gnus-namazu/update-p): Use gmm-labels.
+
+2012-11-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-namazu.el (gnus-namazu/make-directory-table): Bind
+       file-name-handler-alist to nil, in order to avoid that semicolons
+       included in group names trigger tramp related handlers.
+
+2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Update the header format of icon data for
+       the most recent icontopbm program.
+
+2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * smtpmail.el: Removed.
+
+       * ucs-tables.el: Removed.
+
+       * sendmail.el: Removed.
+
+2010-09-26  Julien Danjou  <julien@danjou.info>
+
+       * ssl.el: Removed.
+
+       * xml.el: Removed.
+
+2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gpg.el: Removed -- seems unused.
+
+2009-04-09  Richard M Stallman  <rms@gnu.org>
+
+       * sendmail.el (sendmail-send-it): Replace any
+       pre-existing Content-type header if we insert one.
+
+2009-03-15  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-yank-prefix): Doc fix.
+       (mail-mode-map): Only enable the "Cite Original" menu-item when
+       appropriate.  Standardize the text used for other headers re hyphens.
+
+2009-03-14  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-interactive): Doc fix.
+       (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
+       (mail-setup): Use the function mail-signature.
+       (mail-mode-hook): Doc fix.
+       (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
+       (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
+       (mail-signature): Check the signature file is readable.
+       With the argument ATPOINT, really insert at point.
+       Handle the case when the variable mail-signature is an expression.
+
+2009-03-10  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-archive-file-name, mail-default-headers):
+       Doc fixes.
+       (mail-mailing-lists): Remove leading `*' from defcustom doc.
+
+2009-03-03  Simon Josefsson  <simon@josefsson.org>
+
+       * smtpmail.el (smtpmail-auth-supported): Mention that list is
+       in preference order.
+       (smtpmail-try-auth-methods): Improve which authentication
+       mechanism to use, so that the locally most preferred and mutually
+       supported mechanism is used.
+
+009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
+
+       * sendmail.el (sendmail-send-it): `call-process-region' can return a
+       string.  (Bug#2428)
+
+2009-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-bury-selects-summary, mail-yank-original): Doc fix.
+       (rmail-output-to-rmail-buffer): Autoload it.
+       (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
+
+2009-01-23  Glenn Morris  <rgm@gnu.org>
+
+       * sendmail.el (mail-bury): Revert previous change now pmail is no more.
+
+2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Add gnus-kill-to-score.el.
+
+       * gnus-kill-to-score.el: New file from
+       <http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el>.
+
+2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * smtpmail.el (smtpmail-open-stream): Use
+       `starttls-any-program-available'.  Auto-load starttls.el for it.
+
+2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * sendmail.el (mail-interactive): Change default.
+
+2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * README: Remove entry about nnir.el.
+
+       * nnir.el: Move to ../lisp.
+
+2008-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Make buffer, in which uncompface program
+       runs, unibyte.
+
+2008-05-19  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * smtpmail.el: Add autoload for `auth-source-user-or-password'.
+       (smtpmail-try-auth-methods): Use it.
+
+2008-05-15  Andreas Schwab  <schwab@suse.de>
+
+       * nnir.el (nnir-add-result): Properly substitute the parameters.
+
+2008-05-08  Reiner Steib  <reiner.steib@gmx.de>
+
+       * nnir.el (nnir-run-waissearch, nnir-run-swish++): Remove unused local
+       variable.
+       (nnimap-server-buffer): Silence compiler warning.
+
+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.
+       (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>
+
+       * 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.
+
 2007-10-15  Sam Steingold  <sds@gnu.org>
 
        * sendmail.el (sendmail-error-reporting-interactive)
@@ -8,7 +226,7 @@
 
 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
-        * Relicense "GPLv2 or later" files to "GPLv3 or later".
+       * Relicense "GPLv2 or later" files to "GPLv3 or later".
 
 2007-09-23  Richard Stallman  <rms@gnu.org>
 
        Bind coding-system-for-write around the call to mail-do-fcc.
        Use smtpmail-code-conv-from to encode queued mail messages.
 
-2006-10-02  MIYOSHI Masanori <miyoshi@meadowy.org>  (tiny change)
+2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
 
        * smtpmail.el (smtpmail-try-auth-methods): Fix typo in
        2006-09-28 commit.
 
 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>
 
 
        * 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.
 
 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * canlock.el: (canlock-base64-encode-function): Removed.
+       * canlock.el (canlock-base64-encode-function): Removed.
        (canlock-mmencode-program): Removed.
        (canlock-mmencode-args-for-encoding): Removed.
        (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
        * gpg.el (gpg-command-verify): --status-fd 1
        (gpg-unabbrev-trust-alist): New.
 
-2001-01-18  Colin Marquardt <colin.marquardt@usa.alcatel.com>
+2001-01-18  Colin Marquardt  <colin.marquardt@usa.alcatel.com>
 
        * gpg.el (gpg-make-temp-file): Error info.
 
 
 2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gpg.el: (gpg-make-temp-file): Use expand-file-name.
+       * gpg.el (gpg-make-temp-file): Use expand-file-name.
        (gpg-point-at-eol): New function.
        (gpg-call-process): Use it.
        (gpg-key-list-keys-parse-line): Ditto.
        * gpg.el (gpg-verify): The last argument of apply is a list.
        (gpg-encrypt): Add passphrase as a parameter.
 
-    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-    2007 Free Software Foundation, Inc.
+  Copyright (C) 2000-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; fill-column: 79
 ;; add-log-time-zone-rule: t
 ;; End:
-
-;;; arch-tag: 105a2bf0-3f04-4ba6-a991-619aece2c04f