X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=texi%2FChangeLog;h=65ba0e5be09ba66471e7a46fa55aae0ed62a238c;hp=0077a9c891e6fecf9354927ba76c7f9f5e2450a9;hb=7067d9be35e2177e6b891ede1db93f9af6c7e234;hpb=92e871add77f36b11b33060d25687d09fb82e25c diff --git a/texi/ChangeLog b/texi/ChangeLog index 0077a9c89..65ba0e5be 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,7 +1,343 @@ +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. + (The notmuch Engine): Mention notmuch. + +2013-07-30 Tassilo Horn + + * gnus.texi (Sorting the Summary Buffer): Document new defcustom + `gnus-subthread-sort-functions' and remove the obsolete documentation + of `gnus-sort-threads-recursively'. + +2013-07-26 Tassilo Horn + + * gnus.texi (Sorting the Summary Buffer): Document new defcustom + `gnus-sort-threads-recursively'. + +2013-07-19 Geoff Kuenning (tiny change) + + * gnus.texi (Customizing Articles): Document function predicates. + +2013-07-08 Tassilo Horn + + * gnus.texi (lines): Correct description of + `gnus-registry-track-extra's default value. Mention + `gnus-registry-remove-extra-data'. + +2013-07-06 Lars Ingebrigtsen + + * gnus.texi (Group Parameters): Mention regexp + substitutions (bug#11688). + +2013-07-06 Nathan Trapuzzano (tiny change) + + * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368). + +2013-07-06 Lars Ingebrigtsen + + * gnus.texi (Emacsen): Fix version. + + * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version. + +2013-07-06 Glenn Morris + + * gnus.texi (Top): Restrict "Other related manuals" to info output. + (Foreign Groups): Use @indicateurl for examples. + (Direct Functions): Remove defunct URL. + (RSS): Update URL. + + * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs. + (FAQ 7-1): Update URL. + +2013-06-13 Albert Krewinkel + + * sieve.texi (Managing Sieve): Fix port in example, fix documentation + for keys q and Q. + (Standards): Reference RFC5804 as the defining document of the + managesieve protocol. + +2013-06-10 Glenn Morris + + * epa.texi (Cryptographic operations on files): Update epa-decrypt-file. + +2013-06-04 Katsumi Yamaoka + + * gnus.texi (Article Date): + Fix description of gnus-article-update-date-headers. + +2013-05-19 Adam Sjøgren + + * gnus.texi (Fancy Mail Splitting): Fix typo. + +2013-03-17 Paul Eggert + + doc: convert some TeX accents to UTF-8 + * emacs-mime.texi (Interface Functions): Use 'ï' rather than + '@"{@dotless{i}}'. + +2013-03-07 Katsumi Yamaoka + + * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL. + +2013-03-07 Paul Eggert + + * emacs-mime.texi, gnus-coding.texi: Specify utf-8, not iso-8859-1, for + ASCII files. + +2013-03-04 Paul Eggert + + * emacs-mime.texi: Switch from Latin-1 to UTF-8. + +2013-02-13 Glenn Morris + + * message.texi (News Headers): Don't mention yow any more. + +2013-01-05 Andreas Schwab + + * auth.texi (VERSION): Set before first use. + +2012-12-27 Glenn Morris + + * auth.texi (Help for users): Break long lines. + +2012-12-25 Lars Ingebrigtsen + + * gnus.texi (Customizing the IMAP Connection): Mention the other + authenticators. + +2012-12-24 Lars Ingebrigtsen + + * gnus.texi (Browse Foreign Server): Document + `gnus-browse-delete-group'. + +2012-12-21 Glenn Morris + + * auth.texi, epa.texi, gnus-coding.texi, sasl.texi: + May as well just include doclicense.texi in everything. + + * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi, gnus.texi, + message.texi, sasl.texi, sieve.texi: Do not mention buying copies from + the FSF, which does not publish these manuals. + +2012-12-06 Paul Eggert + + * doclicense.texi: Update to latest version from FSF. + This is just a minor editorial change. + 2012-11-24 Paul Eggert * doclicense.texi: Update to latest version from FSF. - This is just minor editorial changes. + This is just a minor editorial change. 2012-10-24 Paul Eggert @@ -7277,7 +7613,7 @@ Thu Feb 25 00:28:49 1999 Shenghuo ZHU * gnus.texi (Mail Folders): Addition. - Copyright (C) 1998-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GNU Emacs.