X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=b9595381d12f16ca4c05bfc8d5347e5188f2cca4;hp=9c9a2f475e9f00cc4ea589590d079df73ad952a3;hb=2a6100b64dea45b4a72f4443f8fd49db523f35ce;hpb=a2bbdbe2298142a1b9c843707efde0f7e858172a diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c9a2f475..b9595381d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,111 @@ +2015-09-02 Paul Eggert + + Escape ` and ' in doc + * gnus-art.el (gnus-article-address-banner-alist) + (gnus-face-properties-alist): + * gnus-sum.el (gnus-newsgroup-variables): + * nndiary.el (nndiary-reminders): + * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy): + Escape apostrophes and grave accents in docstrings if they + are supposed to stand for themselves and are not quotes. Remove + apostrophes from docstring examples like ‘'(calendar-nth-named-day + -1 0 10 year)’ that confuse source code with data. Do some other + minor docstring fixups as well, e.g., insert a missing close + quote. + +2015-09-01 Katsumi Yamaoka + + * gnus-util.el (gnus-format-message): + * tls.el (tls-format-message): Use defalias at the top level so as to + make eval-and-compile unnecessary. Thanks to Stefan Monnier. + + * gnus-sum.el (gnus-summary-search-article): + Ensure that the article where the search word is found is displayed + and pointed to in the summary buffer. + +2015-08-31 Katsumi Yamaoka + + * tls.el (tls-format-message): + Alias to format-message, or format if not available. + (open-tls-stream): Use it. + +2015-08-31 Paul Eggert + + * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server): + * gnus-art.el (gnus-article-browse-delete-temp-files): + * gnus-eform.el (gnus-edit-form): + * gnus-fun.el (gnus-display-x-face-in-from): + * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl): + * gnus-topic.el (gnus-topic-edit-parameters): + * mail-source.el (mail-source-delete-old-incoming): + * message.el (message-strip-subject-encoded-words) + (message-check-recipients, message-send-form-letter): + * mm-decode.el (mm-display-part): + * mm-uu.el (mm-uu-pgp-signed-extract-1): + * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert): + * spam-report.el (spam-report-process-queue): + * tls.el (open-tls-stream): + Respect ‘text-quoting-style’ in diagnostics. + * gnus-art.el (article-display-face): + * gnus-fun.el (gnus-display-x-face-in-from): + Use straight quoting in email. + * rfc2231.el (rfc2231-decode-encoded-string): + Escape apostrophes in doc strings. + +2015-08-26 Paul Eggert + + Go back to grave quoting in Gnus + + * auth-source.el (auth-source-netrc-parse-entries): + * gnus-agent.el (gnus-agent-check-overview-buffer) + (gnus-agent-fetch-headers): + * gnus-int.el (gnus-start-news-server): + * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal) + (gnus-registry-post-process-groups): + * gnus-score.el (gnus-summary-increase-score): + * gnus-start.el (gnus-convert-old-newsrc): + * gnus-topic.el (gnus-topic-rename): + * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): + * spam.el (spam-check-blackholes): + Stick with grave quoting in diagnostics strings. This is more + portable to older Emacs, desirable for Gnus. + +2015-08-25 Paul Eggert + + Prefer directed to neutral quotes in docstings and diagnostics. + In docstrings, escape apostrophes that would otherwise be translated + to curved quotes using the newer, simpler rules. + + * auth-source.el (auth-source-netrc-parse-entries): + * gnus-agent.el (gnus-agent-check-overview-buffer) + (gnus-agent-fetch-headers): + * gnus-int.el (gnus-start-news-server): + * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal): + * gnus-score.el (gnus-summary-increase-score): + * gnus-start.el (gnus-convert-old-newsrc): + * gnus-topic.el (gnus-topic-rename): + * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): + * nnmairix.el (nnmairix-widget-create-query): + * spam.el (spam-check-blackholes): + Use directed rather than neutral quotes in diagnostics. + + * gnus-util.el (gnus-format-message): + Alias to format-message, or format if not available. + +2015-08-21 Paul Eggert + + * auth-source.el (auth-sources): + Prefer (substitute-command-keys "`\\[foo-command]'") + to "`M-x foo-command'" in docstring. + + * time-date.el (format-seconds): + Use curved quotes in diagnostic format strings. + + * nnmairix.el (nnmairix-propagate-marks-upon-close): + * pop3.el (pop3-authentication-scheme): + Don't quote symbols with apostrophes in doc strings. + Use asymmetric quotes instead. + 2015-08-19 Katsumi Yamaoka Use overlay functions directly