X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=texi%2FChangeLog;h=65ba0e5be09ba66471e7a46fa55aae0ed62a238c;hp=c324d9d01f4e5203d229cee0dc690bb6263cafd5;hb=7067d9be35e2177e6b891ede1db93f9af6c7e234;hpb=bf5739b781e570c95e692c2b77856789d48de2a0 diff --git a/texi/ChangeLog b/texi/ChangeLog index c324d9d01..65ba0e5be 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,213 @@ +2015-12-13 Jens Lechtenboerger + + * message.texi (Security, Using S/MIME): + Update for refactoring mml-smime.el, mml1991.el, mml2015.el. + (Using OpenPGP): Rename from "Using PGP/MIME"; update contents. + (Passphrase caching, Encrypt-to-self, Bcc Warning): New sections. + +2015-09-16 Paul Eggert + + * gnus-faq.texi (FAQ 5-8): + Avoid undefined behavior in suggested sed backslash usage. + +2015-09-08 Paul Eggert + + * gnus-faq.texi (FAQ 5-13, FAQ 6-2): + * gnus.texi (Score Decays, SpamAssassin): Prefer grave quoting in + source-code strings used to generate help and diagnostics. + +2015-09-04 Paul Eggert + + * gnus-faq.texi (FAQ 4-8, FAQ 4-12, FAQ 4-14): + * gnus.texi (Archived Messages): Fix minor problems with " in manual. + +2015-08-31 Paul Eggert + + * gnus-faq.texi (FAQ 5-13, FAQ 6-2): + * gnus.texi (Score Decays, SpamAssassin): + Prefer curved quotes in examples if users will typically see curved + quotes when the examples run. + +2015-07-09 Nikolaus Rath + + * gnus.texi (Customizing the IMAP Connection): + Document the 'plain option. + +2015-05-02 Eli Zaretskii + + * docstyle.texi: Use "@set txicodequoteundirected" and + "@set txicodequotebacktick" instead of "@codequotebacktick on" and + "@codequoteundirected on", respectively, to avoid requiring + Texinfo 5.x for Emacs documentation. + +2015-05-01 Paul Eggert + + * docstyle.texi: New file, which specifies treatment for grave accent + and apostrophe, as well as the document encoding. + + * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi: + * gnus-faq.texi, gnus.texi, message.texi, sasl.texi, sieve.texi: + Use it instead of '@documentencoding UTF-8', to lessen the need for + global changes like this in the future. + +2015-02-05 Glenn Morris + + * auth.texi (Multiple GMail accounts with Gnus): Markup fix. + +2015-02-05 Teodor Zlatanov + + * auth.texi (Multiple GMail accounts with Gnus): Add FAQ. + +2015-02-05 Lars Ingebrigtsen + + * gnus.texi (Using IMAP): Fix menu node name. + +2015-02-05 Trevor Murphy + + * gnus.texi (Support for IMAP Extensions): Document the Gmail label + extension. + +2014-12-18 Eric Abrahamsen + + * gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention + gnus-registry-prune-factor. Explain sorting changes and + gnus-registry-default-sort-function. Correct file extension. + +2014-11-10 Katsumi Yamaoka + + * gnus.texi (Top): Add missing `HTML' menu. + (HTML): Fix xref to FAQ 4-16. + +2014-11-07 Tassilo Horn + + * gnus.texi (HTML): Update section so that it mentions shr and w3m. + Also link the full EWW manual that explains more on shr, too. + + * gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to + increase contrast when displaying HTML mail with shr. + +2014-11-02 Teodor Zlatanov + + * auth.texi (Help for users): Explain quoting rules better. + +2014-10-25 Eric S. Raymond + + * gnus-coding.texi: Neutralized language specific to a repository type. + +2014-07-31 Tassilo Horn + + * gnus.texi (Group Parameters): Document that `gcc-self' may also be a + list. + +2014-07-18 Albert Krewinkel + + * gnus.texi (Posting Styles): Document the possibility to perform + string replacements when matching against headers. + +2014-06-11 Katsumi Yamaoka + + * Makefile.in (.texi, makeinfo): Don't split info files. + (install): Compress info files. + (uninstall): Remove compressed info files. + (gnus-manual-a4.ps.gz, gnus-manual-standard.ps.gz): Use GZIP_PROG. + + * infohack.el (infohack): Don't split info files. + + * gnus.texi (Ma Gnus): Mention that Lisp source files and info files + to be installed will be compressed by gzip by default. + +2014-06-10 Katsumi Yamaoka + + Add .info extension to info files. + + * Makefile.in (.texi, makeinfo): + Don't specify output file name for makeinfo. + (clean, distclean, install, uninstall): Delete old info files. + +2014-06-10 Glenn Morris + + * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi, gnus.texi, + message.texi, sieve.texi: Add .info extension to @setfilename commands. + +2014-05-04 Glenn Morris + + * message.texi (Header Commands): Replace `iff'. + +2014-03-14 Katsumi Yamaoka + + * gnus.texi (Ma Gnus): Mention header attachment buttons. + +2014-03-12 Glenn Morris + + * auth.texi, epa.texi, gnus.texi, message.texi: + Use @file for buffers, per the Texinfo manual. + +2014-03-05 Lars Ingebrigtsen + + * emacs-mime.texi (MML Definition): Document recipient-filename. + +2014-02-10 Katsumi Yamaoka + + * epa.texi (Caching Passphrases): Don't give argument to @item used in + @enumerate section so as to be able to be formatted with MAKEINFO=no. + + * infohack.el (texinfo-format-comma): Support @comma. + (infohack-replace-unsupported): New function. + (infohack): Use it. + +2014-02-08 Glenn Morris + + * auth.texi (GnuPG and EasyPG Assistant Configuration): + Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642) + +2014-02-06 Glenn Morris + + * epa.texi (Mail-mode integration): Mention epa-mail-aliases. + +2014-02-05 Katsumi Yamaoka + + * gnus.texi (MIME Commands): Mention + gnus-mime-buttonize-attachments-in-header and + gnus-mime-display-attachment-buttons-in-header. + +2014-02-05 Glenn Morris + + * epa.texi: Add indices. + +2014-02-01 Lars Ingebrigtsen + + * message.texi (Forwarding): Mention + `message-forward-included-headers'. + +2014-01-31 Lars Ingebrigtsen + + * gnus.texi: w3 is no longer supported by Gnus. + +2014-01-24 Glenn Morris + + * emacs-mime.texi (time-date): Use float-time. + +2014-01-05 Paul Eggert + + Specify .texi encoding (Bug#16292). + * auth.texi, epa.texi, gnus-coding.texi, gnus-faq.texi, message.texi: + * sasl.texi, sieve.texi: Add @documentencoding. + +2013-08-19 Katsumi Yamaoka + + * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and + shift_jis from the default value set to mm-coding-system-priorities for + Japanese users. + +2013-08-13 Glenn Morris + + * epa.texi (Encrypting/decrypting gpg files): + Rename nodes to avoid characters that can cause Texinfo problems. + +2013-08-12 Katsumi Yamaoka + + * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave. + 2013-08-01 Lars Magne Ingebrigtsen * gnus.texi (Basic Usage): Mention that warp means jump here. @@ -7403,7 +7613,7 @@ Thu Feb 25 00:28:49 1999 Shenghuo ZHU * gnus.texi (Mail Folders): Addition. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GNU Emacs.