X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=b9595381d12f16ca4c05bfc8d5347e5188f2cca4;hp=137dd3472d5829f46326489c7bc0dc016cac9111;hb=2a6100b64dea45b4a72f4443f8fd49db523f35ce;hpb=80adb645d1b56d7f2c28700a174052b5758ea015;ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 137dd3472..b9595381d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,28 @@ +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):