X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=46b5310d2659b46a36036973fd5f81a5ab116e8c;hp=3bb64645e61ea4410f6accdc152461763554541d;hb=d33ef478be22b74e27696dc88409a6ec6b7c46c3;hpb=7f6d990bcb085e36e9dec80c9e7b830944a12c52 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3bb64645e..46b5310d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,113 @@ +2015-07-17 Julien Danjou + + * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test + command. + +2015-07-11 Eric Abrahamsen + + * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order + of function arguments. + +2015-07-10 Stefan Monnier + + * nnimap.el: Clean up "unused var" warnings. + (auth-source-creation-prompts): Declare. + (nnimap-retrieve-headers, nnimap-status-message) + (nnimap-request-create-group, nnimap-request-delete-group) + (nnimap-close-group, nnimap-request-move-article) + (nnimap-request-accept-article, nnimap-request-newgroups) + (nnimap-request-post, nnimap-dummy-active-number) + (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars. + (nnimap-parse-flags): Remove unused var `p'. + (nnimap-retrieve-group-data-early): Remove unused var `groups'. + (nnimap-flags-to-marks): Remove unused var `totalp'. + +2015-07-09 Nikolaus Rath + + * nnimap.el (nnimap-transform-headers): Don't assume that UID comes + before RFC822.SIZE. + +2015-07-09 Nikolaus Rath + + * nnimap.el (nnimap-open-connection-1): Always query capabilities, + so that a 'plain value for the `nnimap-stream' server variable is + handled correctly. + +2015-07-08 Eric Abrahamsen + + Remove unused let variables + * nnimap.el (nnimap-request-group): Variables are not used. + + Check if group names are already strings + * gnus-group.el (gnus-group-group-name): + The group name may already be a string. + Specifically, in the group list reached from the *Server* buffer, + the 'gnus-group text property returns a string. Everywhere else + it returns a symbol. + +2015-06-24 Stefan Monnier + + * nnmaildir.el (nnmaildir--prepare): Use a more functional style. + (nnmaildir--update-nov): Remove unused var `numdir'. + (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups) + (nnmaildir-request-group, nnmaildir-request-create-group) + (nnmaildir-request-post, nnmaildir-request-move-article) + (nnmaildir-request-accept-article, nnmaildir-active-number): + Mark unused args. + (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file): + Declare. + (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'. + (nnmaildir-request-update-info): Remove unused vars `dotfile', `num', + `mark', `end', `new-mark', and `mark-sym'. + (nnmaildir-retrieve-headers): + Remove unused args `srv-dir', `dir', `nlist2'. + (nnmaildir-request-expire-articles): + Remove unused vars `article', `stop' and `nlist2'. + (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and + `end'. Use nnmaildir--article when dyn-binding is needed. + Give the value directly in the `let' for `del-mark', `del-action', + `add-action', and `set-action'. Don't use `add-to-list' on a local var. + (nnmaildir-close-server): + Declare those local vars that need to be dyn-bound. + +2015-06-03 Paul Eggert + + * gnus-art.el (gnus-button-alist): Also support quotes 'like this'. + +2015-05-31 David Engster + + * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary + instead of using `sleep-for', as the latter does not seem to reliably + wait (see for instance bug 15990). + +2015-05-29 Katsumi Yamaoka + + * gnus-art.el (gnus-button-alist): Re-revert last change. + cf. + +2015-05-28 Paul Eggert + + * gnus-art.el (gnus-button-alist): Revert last change. + It wasn't that important, and it caused a Gnus build to fail. See: + http://www.randomsample.de:4456/builders/emacs-devel/builds/734 + + * gnus-art.el (gnus-button-alist): + Also treat "‘" and "’" as quoting chars. + +2015-05-19 Paul Eggert + + * gnus-art.el (gnus-treat-strip-list-identifiers) + (gnus-article-mode-syntax-table): + * gnus-group.el (gnus-group-nnimap-edit-acl): + * canlock.el, deuglify.el: Fix minor quoting problems in doc strings, + e.g., missing quote, ``x'' where `x' was meant, etc. + +2015-05-14 Katsumi Yamaoka + + * format-spec.el (format-spec, format-spec-make): Work for XEmacs. + Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes + into just c. + 2015-05-11 Katsumi Yamaoka * format-spec.el (format-spec, format-spec-make): Work for XEmacs.