X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=925f98a544017766c99a7b5132835d82f7d9c006;hb=5ec87d41036dbfce308619f729531b2683917ed4;hp=fde5c95d038e10709369bb9c96045b7ea47e25f0;hpb=2a7f00482e95c81a430b5817e6489a4bea8620b0;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fde5c95d0..925f98a54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,241 @@ +2012-08-30 Julien Danjou + + * gnus-notifications.el (gnus-notifications-notify): Use timeout from + `gnus-notifications-timeout'. + (gnus-notifications-timeout): Add. + +2012-08-29 Julien Danjou + + * gnus-notifications.el: New file. + (gnus-notifications-notify): New function. + (gnus-notifications): Use `gnus-notifications-notify'. + +2012-08-28 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-enter-digest-group): Decode content + transfer encoding first; bind gnus-newsgroup-charset to the charset + that the article specifies (Bug#12209). + +2012-08-22 Katsumi Yamaoka + + * gnus-cus.el (gnus-group-customize): Decode values posting-style holds. + (gnus-group-customize-done): Encode values posting-style holds. + + * gnus-msg.el (gnus-summary-resend-message) + (gnus-configure-posting-styles): Decode values posting-style group + parameter holds. + +2012-08-21 Katsumi Yamaoka + + * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for + `name' and `address' in Resent-From header. + +2012-08-14 Chong Yidong + + * gnus-art.el (article-display-face): Handle failure in + gnus-create-image (Bug#11802). + +2012-08-10 Stefan Monnier + + * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups): + Use defsetf. + +2012-08-10 Daiki Ueno + + * auth-source.el: (auth-source-plstore-search) + (auth-source-secrets-search): Ignore :require and :type in search spec. + +2012-08-06 Julien Danjou + + * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by + `nnimap-request-move-article'. + + * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): + Remove autoload, already handled by gnus.el. + + * nnimap.el (nnimap-request-head): Remove to-buffer argument. + + * gnus-int.el (gnus-request-head): Remove to-buffer argument, only + supported by nnimap actually. Reverts previous change. + + * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter + to mimic `gnus-request-article' and enjoy backends the nn*-request-head + to-buffer argument that is already supported. + +2012-08-05 Julien Danjou + + * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler): + Add autoload. + +2012-07-31 Katsumi Yamaoka + + * gnus.el (gnus-valid-select-methods): Fix custom type. + +2012-07-29 Teodor Zlatanov + + * auth-source.el (auth-sources, auth-source-backend-parse) + (auth-source-macos-keychain-search) + (auth-source-macos-keychain-search-items) + (auth-source-macos-keychain-result-append) + (auth-source-macos-keychain-create): Support Mac OS X Keychains in + auth-source.el through the /usr/bin/security utility. + (auth-sources): Fix syntax error. + (auth-source-macos-keychain-result-append): Fix variable name. + (auth-sources, auth-source-macos-keychain-result-append): More fixes. + +2012-07-27 Julien Danjou + + * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for + Emacs < 24.1 + +2012-07-27 Katsumi Yamaoka + + * message.el (message-kill-address): Don't kill last newline. + (message-skip-to-next-address): Don't move to the next header. + (message-fill-field-address): Work properly. + +2012-07-25 Julien Danjou + + * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce. + +2012-07-24 Julien Danjou + + * mail-source.el (mail-source-movemail-and-remove): Remove, unused. + + * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file) + (nntp-async-timer-handler): Remove, unused. + + * nnimap.el (nnimap-get-responses): Remove, unused. + + * nnheader.el (mail-header-set-extra): Remove, unused. + + * netrc.el (netrc-find-service-number, netrc-store-data): Remove, + unused. + + * mm-view.el (mm-view-sound-file): Remove, unused. + + * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form) + (mm-url-encode-multipart-form-data): Remove, unused. + + * message.el (message-remove-signature, message-make-host-name) + (message-fill-address): Remove, unused. + + * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name) + (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove, + unused. + + * gnus-xmas.el (gnus-xmas-highlight-selected-summary) + (gnus-xmas-call-region): Remove, unused. + + * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused. + + * gnus-util.el (gnus-extract-address-component-name) + (gnus-extract-address-component-email, gnus-sortable-date) + (gnus-alist-to-hashtable, gnus-hashtable-to-alist) + (gnus-process-live-p): Remove, unused. + + * gnus-topic.el (gnus-group-parent-topic): Remove, unused. + + * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p) + (gnus-article-read-p, gnus-uncompress-marks): Remove, unused. + (gnus-summary-set-current-mark): Remove obsolete, empty and unused + function. + + * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function. + + * gnus-score.el (gnus-summary-score-crossposting) + (gnus-score-regexp-bad-p): Remove, unused. + + * gnus-salt.el (gnus-tree-goto-article): Remove, unused. + + * gnus-range.el (gnus-sublist-p): Remove, unused. + + * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove, + unused. + + * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused. + + * gnus-int.el (gnus-list-active-group, gnus-request-group-articles) + (gnus-request-associate-buffer): Remove, unused. + + * gnus-group.el (gnus-group-set-method-info) + (gnus-group-set-params-info): Remove, unused. + + * gnus-fun.el (gnus-shell-command-to-string) + (gnus-shell-command-on-region): Remove, unused. + + * gnus-cite.el (gnus-cited-line-p): Remove, unused. + + * gnus-art.el (gnus-article-text-type-exists-p) + (article-translate-characters, gnus-article-hide-text-of-type) + (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight): + Remove, unused. + +2012-07-22 Andrew Cohen + + * nnir.el ("nnir"): Add 'virtual ability to nnir backend. + +2012-07-21 Julien Danjou + + * message.el (message-dont-reply-to-names): Replace deprecated + `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'. + (message-get-reply-headers): Ditto. + +2012-07-18 Julien Danjou + + * sieve-mode.el (sieve-mode-map): Bind C-c C-c to + `sieve-upload-and-kill'. + + * sieve.el (sieve-bury-buffer): Remove function. + (sieve-manage-mode-map): Map "q" to `kill-buffer'. + (sieve-upload-and-kill): New function, mapped to C-c C-c. + +2012-07-17 Andreas Schwab + + * shr.el (shr-expand-url): Handle URL starting with `//'. + +2012-07-13 Chong Yidong + + * smime.el (smime-certificate-info): Set buffer-read-only directly, + instead of calling toggle-read-only with a (bogus) argument. + +2012-07-09 Tassilo Horn + + * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead + of initial input when reading the author to restrict the summary to. + +2012-07-09 Katsumi Yamaoka + + * mm-decode.el (mm-shr): + Allow overriding charset by mm-charset-override-alist. + +2012-07-03 Katsumi Yamaoka + + * gnus-art.el (gnus-article-view-part): + Toggle subparts of multipart/alternative part. + +2012-06-27 Stefan Monnier + + * shr.el (shr-render-buffer): New command. + (shr-visit-file): Use it. + +2012-06-27 Katsumi Yamaoka + + * tests/gnustest-nntp.el, tests/gnustest-registry.el: + Set no-byte-compile and no-update-autoloads. + +2012-06-26 Katsumi Yamaoka + + * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses. + +2012-06-25 Julien Danjou + + * nnimap.el (nnimap-request-articles-find-limit): Rename from + `nnimap-request-move-articles-find-limit' since we do not use it only + for move operations. + (nnimap-request-accept-article): Use + `nnimap-request-articles-find-limit' to limit search by message-id. + 2012-06-22 Paul Eggert Support higher-resolution time stamps (Bug#9000). @@ -5247,7 +5485,7 @@ 2010-11-29 Binjo (tiny change) * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't - seem to accept strings-with-numbers as port numbers, + seem to accept strings-with-numbers as port numbers. 2010-11-29 Andrew Cohen @@ -5446,7 +5684,7 @@ 2010-11-25 Julien Danjou - * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex + * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex. * color.el: Rename from color-lab.el (color-rgb->hex): Add. @@ -22537,7 +22775,7 @@ 2004-05-20 Danny Siu - * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto + * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto centered even when gnus-auto-center-summary is t. 2004-05-22 Lars Magne Ingebrigtsen @@ -23793,7 +24031,7 @@ * gnus.el (gnus-method-to-server): Move defsubst before first use. - * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr + * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr. * gnus-art.el (gnus-article-edit-mode): Define before first reference.