Escape ` and ' in doc
[gnus] / lisp / ChangeLog
index 66c9f9a..b959538 100644 (file)
@@ -1,3 +1,57 @@
+2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * tls.el (tls-format-message):
+       Alias to format-message, or format if not available.
+       (open-tls-stream): Use it.
+
+2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Go back to grave quoting in Gnus