# HG changeset patch # User Glenn Morris # Date 1204103968 0 # Node ID c7f918f8347cf18649a0f6dda9457b68bc235305 # Parent 261f98568bdeeed57ab54f579ce43c04bc3add62 *** empty log message *** diff -r 261f98568bde -r c7f918f8347c lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed Feb 27 09:19:15 2008 +0000 +++ b/lisp/gnus/ChangeLog Wed Feb 27 09:19:28 2008 +0000 @@ -1,6 +1,21 @@ 2008-02-27 Glenn Morris * nnmairix.el: Change defcustom :version from 23.0 to 23.1. + (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free + variables to defconsts. Convert comments to doc-strings. + (nnmairix-last-server, nnmairix-current-server): Convert from free + variables to defvars. Convert comments to doc-strings. + (gnus-registry-fetch-group): Autoload. + (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar. + (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets) + (nnmairix-widget-build-editable-fields): Use car cddr rather than caddr. + (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around + nnmairix-request-group-with-article-number-correction call. + (nnmairix-fast, nnmairix-group): New, less general names, for free + variables passed from nnmairix-request-group to + nnmairix-request-group-with-article-number-correction. Declare. + (nnmairix-request-group-with-article-number-correction): + Use nnmairix-fast, nnmairix-group rather than fast, group. 2008-02-26 David Engster