summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnmairix.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from gnus--devo--0Miles Bader2008-03-011-14/+8
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1089
* (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group aroundGlenn Morris2008-02-271-3/+13
| | | | | | | | | 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.
* (nnmairix-group-regexp, nnmairix-valid-backends): Convert from freeGlenn Morris2008-02-271-55/+57
| | | | | | | | | | 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.
* Switch license to GPLv3+.Glenn Morris2008-02-271-18/+20
| | | | | Standardize license text. Change defcustom :version from 23.0 to 23.1.
* Merge from gnus--devo--0Miles Bader2008-02-271-0/+1550
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086