Changes committed gnus/lisp (ChangeLog)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog 2008-06-14 * nnmairix.el: Improve ChangeLog entry. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1880 gnus/lisp/ChangeLog:7.1881 --- ChangeLog:7.1880 Sun Jun 15 14:08:20 2008 +++ ChangeLog Sun Jun 15 14:10:36 2008 @@ -23,43 +23,42 @@ 2008-06-14 David Engster <[email protected]> - * nnmairix.el: (nnmairix-group-toggle-propmarks-this-group) + * nnmairix.el: Upgrade to version 0.6. + (nnmairix-group-toggle-propmarks-this-group) (nnmairix-group-toggle-readmarks-this-group) (nnmairix-group-delete-recreate-this-group) (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks) - (nnmairix-remove-tick-mark-original-article): New commands + (nnmairix-remove-tick-mark-original-article): New commands. (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close) (nnmairix-propagate-marks-to-nnmairix-groups) (nnmairix-only-use-registry, nnmairix-allowfast-default) - (nnmairix-marks-cache, nnmairix-version-output): New variables - (nnmairix-request-set-mark, nnmairix-request-update-info): New - back end functions needed for marks propagation and manipulation of - read marks - (nnmairix-update-groups): New function + (nnmairix-marks-cache, nnmairix-version-output): New variables. + (nnmairix-request-set-mark, nnmairix-request-update-info): New back end + functions needed for marks propagation and manipulation of read marks. + (nnmairix-update-groups): New function. (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group) (nnmairix-determine-original-group-from-registry) (nnmairix-determine-original-group-from-path) (nnmairix-get-group-from-file-path, nnmairix-map-range) (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New - helper functions + helper functions. (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new - keystrokes for new commands - (nnmairix-delete-and-create-on-change): Doc string cleanup - (nnmairix-request-group): Check allow-fast group parameter + keystrokes for new commands. + (nnmairix-delete-and-create-on-change): Doc string cleanup. + (nnmairix-request-group): Check allow-fast group parameter. (nnmairix-request-create-group): Set allow-fast group parameter if - nnmairix-allowfast-default is set - (nnmairix-close-group): Propagate marks upon closing if needed - (nnmairix-group-toggle-threads-this-group): Use new - nnmairix-group-toggle-parameter helper function - (nnmairix-search): Better check for empty search result + nnmairix-allowfast-default is set. + (nnmairix-close-group): Propagate marks upon closing if needed. + (nnmairix-group-toggle-threads-this-group): Use new. + nnmairix-group-toggle-parameter helper function. + (nnmairix-search): Better check for empty search result. (nnmairix-goto-original-article): Use new helper functions for - determining original article - (nnmairix-show-original-article): Make sure message-id is in brackets - (nnmairix-call-mairix-binary): Change variable name + determining original article. + (nnmairix-show-original-article): Make sure message-id is in brackets. + (nnmairix-call-mairix-binary): Change variable name. (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group - helper function - (nnmairix-widget-toggle-activate): Fix doc string - (nnmairix-widget-toggle-activate): Fix doc string + helper function. + (nnmairix-widget-toggle-activate): Fix doc string. 2008-06-11 Katsumi Yamaoka <[email protected]>