comparison lisp/gnus/ChangeLog @ 92261:c7f918f8347c

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 27 Feb 2008 09:19:28 +0000
parents d3339686c6d3
children fc2a30344c2d
comparison
equal deleted inserted replaced
92260:261f98568bde 92261:c7f918f8347c
1 2008-02-27 Glenn Morris <rgm@gnu.org> 1 2008-02-27 Glenn Morris <rgm@gnu.org>
2 2
3 * nnmairix.el: Change defcustom :version from 23.0 to 23.1. 3 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5 variables to defconsts. Convert comments to doc-strings.
6 (nnmairix-last-server, nnmairix-current-server): Convert from free
7 variables to defvars. Convert comments to doc-strings.
8 (gnus-registry-fetch-group): Autoload.
9 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11 (nnmairix-widget-build-editable-fields): Use car cddr rather than caddr.
12 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13 nnmairix-request-group-with-article-number-correction call.
14 (nnmairix-fast, nnmairix-group): New, less general names, for free
15 variables passed from nnmairix-request-group to
16 nnmairix-request-group-with-article-number-correction. Declare.
17 (nnmairix-request-group-with-article-number-correction):
18 Use nnmairix-fast, nnmairix-group rather than fast, group.
4 19
5 2008-02-26 David Engster <dengste@eml.cc> 20 2008-02-26 David Engster <dengste@eml.cc>
6 21
7 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of 22 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8 version 0.5. 23 version 0.5.