X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=contrib%2FChangeLog;h=44ccc3e175af3525497c602e3f12ee889c6edf4b;hb=c47cd4adf92ff49a3a4df31f165a1884077a8e87;hp=490df1170866400f326939f2924f4e13617e6e98;hpb=08874d49bb8f57fe79a9b39b200921e6f2184df3;p=gnus diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 490df1170..44ccc3e17 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,201 @@ +2008-04-21 Justus Piater + + * nnir.el (nnir-compose-result): Use `gnus-replace-in-string' instead + of `substitute' to avoid using cl at runtime. + +2008-04-19 Reiner Steib + + * 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 + + * nnir.el (nnir-add-result): New helper macro. + (nnir-compose-result): Use it. Fix inexistent file check for maildir. + +2008-04-15 Christoph Conrad + + * nnir.el (nnir-run-swish++): Fix inexistent file check for nnml. + +2008-04-15 Reiner Steib + + * 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 + + * 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 + + * nnir.el: Add assignment status. + (nnir-group-mode-hook): Remove XEmacs 19 compatibility code. + +2008-04-13 Justus Piater + + * 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 + + * 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 + + * README: Remove hashcash.el. + +2007-12-09 Dan Nicolaescu + + * mail/sendmail.el (dired-view-file, dired-get-filename): Declare as + functions. + +2007-11-24 Kenichi Handa + + * ucs-tables.el (ucs-8859-7-alist): Update the table. + +2007-11-20 Noah S. Friedman + + * vcard.el: Update to revision 1.11 2000/06/29. + +2007-10-15 Sam Steingold + + * sendmail.el (sendmail-error-reporting-interactive) + (sendmail-error-reporting-non-interactive): New variables for + sendmail error reporting options to simplify support for imperfect + sendmail emulators. + (sendmail-send-it): Use them instead of list literals. + +2007-10-04 Reiner Steib + + * Relicense "GPLv2 or later" files to "GPLv3 or later". + +2007-09-23 Richard Stallman + + * sendmail.el (mail-bury): Delete the frame if this frame looks + like it was made for this message. + +2007-09-16 Andreas Seltenreich + + * nnir.el (nnir-run-query): Add a find-grep engine. + +2007-04-06 Chong Yidong + + * sendmail.el (mail-text, mail-mode): Revert extant pieces of + 1995-05-19 doc changes. + +2007-03-26 Andreas Seltenreich + + * nnir.el (gnus-group-make-nnir-group): Put a message-unique-id into + names of ephemeral groups to avoid gnus-backlog related caching + problems on repeated searches. + +2007-03-24 Reiner Steib + + * smtpmail.el: Signal an error when used with Emacs 22+ or XEmacs. + (smtpmail-send-it): Remove NOMODIFY argument of + `set-buffer-file-coding-system' for compatibility with Emacs 21. + +2007-02-20 Juanma Barranquero + + * smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file): + Fix typos in docstrings. + (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes. + +2007-01-06 Simon Josefsson + + * README: Mention that smtpmail.el doesn't work on XEmacs. + +2006-11-24 Eli Zaretskii + + * smtpmail.el (smtpmail-send-it): + Copy buffer-file-coding-system from the mail buffer. Possibly add a + MIME header for the message encoding. + 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 (tiny change) + + * smtpmail.el (smtpmail-try-auth-methods): Fix typo in + 2006-09-28 commit. + +2006-09-28 Osamu Yamane (tiny change) + + * smtpmail.el (smtpmail-try-auth-methods): Do not break long + lines in base64-encoded authentication response. + +2006-09-04 Chong Yidong + + * sendmail.el (sendmail-program): Moved here from pathe.el. + +2006-08-09 Katsumi Yamaoka + + * compface.el (uncompface): Use binary rather than raw-text-unix. + +2006-08-09 Katsumi Yamaoka + + * compface.el (uncompface): Make sure the eol conversion doesn't take + place when communicating with the external programs. Reported by + ARISAWA Akihiro . + +2006-07-17 Sascha Wilde + +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. + +2006-06-15 Chong Yidong + + * sendmail.el (mail-send): Search explicitly for + mail-header-separator when checking for corrupted header lines. + +2006-06-10 Andreas Seltenreich + + * nnir.el (nnir-read-server-parm): Do not unconditionally fall back to + global variables if nnir-mail-backend is nil. + (nnir-retrieve-headers): Error on void novitem. It would just result + in a more obscure error later. + +2006-06-09 Andreas Seltenreich + + * nnir.el (nnir-group-server): DTRT when called on native groups. The + macro is called on groups without checking for foreigness, although the + docstring stated it was only for foreign ones. + +2006-06-08 Andreas Seltenreich + + * nnir.el (nnir-retrieve-headers): Bind gnus-override-method before + calling gnus-retrieve-headers. If we hit a group that isn't in + gnus-newsrc-hashtb, gnus-find-method-for-group invented a new select + method with empty parameters, possibly corrupting + gnus-server-method-cache on the next call to gnus-method-to-server. + +2006-06-01 Andreas Seltenreich + + * nnir.el (nnir-retrieve-headers): Revert last change; we might as well + see message-ids instead of article numbers. + (nnir-request-article): Actually check for message-ids. + +2006-06-01 Reiner Steib + + * nnir.el (nnir-run-swish++): Compressed files might not have .gz + extension. + 2006-05-31 Andreas Seltenreich * nnir.el (nnir-retrieve-headers, nnir-request-article): Move check for @@ -118,8 +316,7 @@ * nnir.el: Autoload `read-kbd-macro' at compile time. -2003-09-30 Kai Grossjohann - From Torsten Hilbrich . +2003-09-30 Torsten Hilbrich * nnir.el (nnir-imap-search-field, nnir-imap-search-arguments) (nnir-imap-search-argument-history): New variables. @@ -133,7 +330,7 @@ 2003-05-01 Vasily Korytov * gpg.el (gpg-passphrase-forget): Check that gpg-passphrase is - set. + set. 2003-04-17 Steve Youngs @@ -199,7 +396,7 @@ 2002-03-06 ShengHuo ZHU * ucs-tables.el: Copy from Emacs 21. - + 2002-03-05 ShengHuo ZHU * xml.el: Sync with Emacs 21. @@ -264,7 +461,7 @@ 2001-10-25 Simon Josefsson - * canlock.el (canlock-password, canlock-password-for-verify) + * canlock.el (canlock-password, canlock-password-for-verify) (canlock-force-insert-header): Defcustom. 2001-10-17 Simon Josefsson @@ -287,7 +484,7 @@ gpg-passphrase-timer. (gpg-passphrase-store): Check if gpg-passphrase-timer is initialized already. - + 2001-07-30 16:00:00 ShengHuo ZHU From Andreas Fuchs @@ -336,20 +533,41 @@ * gpg.el (gpg-key-lessp): use string-lessp instead of compare-strings (not available on XEmacs) - + 2000-11-16 Simon Josefsson * gpg.el (gpg-command-verify-cleartext): New variable. (gpg-verify-cleartext): New function. - + 2000-10-31 17:32:02 ShengHuo ZHU * 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. + + This file is part of GNU Emacs. + + GNU Emacs is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + + GNU Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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. + ;; Local Variables: ;; coding: iso-2022-7bit ;; fill-column: 79 +;; add-log-time-zone-rule: t ;; End: ;;; arch-tag: 105a2bf0-3f04-4ba6-a991-619aece2c04f