summaryrefslogtreecommitdiff
path: root/doc/misc/gnus.texi
Commit message (Collapse)AuthorAgeFilesLines
* ; * doc/misc/gnus.texi (Finding the Parent): Fix whitespace.Eli Zaretskii2023-04-151-1/+1
|
* Improve gnus thread-referralAndrew G Cohen2023-04-151-10/+13
| | | | | | | | | | | | | | | | | | | | | Allow thread referral to use search whenever possible, displaying the results in the current summary buffer if possible and a new nnselect buffer if not. * lisp/gnus/nnimap.el (nnimap-request-thread): Obsolete function. * lisp/gnus/gnus-search.el (gnus-search-thread): Allow detailed specification of how/where to search. Add found articles to the current summary buffer if possible, or create a new ephemeral nnselect group if not. * lisp/gnus/gnus-sum.el (gnus-refer-thread-use-search): Allow a list of servers and groups to search. (gnus-summary-refer-thread): Find thread-related articles by using a backend-specific method, gnus-search, or retrieving nearby headers in the current group. * lisp/gnus/nnselect.el (nnselect-search-thread): Obsolete function. (nnselect-request-thread): Allow thread referral from nnselect groups. * doc/misc/gnus.texi (Finding the Parent): Document changes to thread referral.
* ; * doc/misc/gnus.texi: Fix last change.Eli Zaretskii2023-02-271-11/+11
|
* ; Add `nnimap-user' to Gnus manualArash Esbati2023-02-271-0/+17
| | | | | | | * doc/misc/gnus.texi (Customizing the IMAP Connection): Document backend variable `nnimap-user' which was introduced with commit 5e68f8614f in 2011. Add index entries for all backend variables. (bug#61837)
* ; Clarify "kill files" in Gnus manualEli Zaretskii2023-02-221-4/+5
| | | | | * doc/misc/gnus.texi (Scoring): Make the reference to kill files less vague. (Bug#61325)
* Delete perplexing paragraph from Gnus manualStefan Kangas2023-02-151-9/+0
| | | | | * doc/misc/gnus.texi (Exiting Gnus): Delete a confusing paragraph, that may or may not have been intended as a joke. (Bug#61325)
* ; Don't mention in the Gnus manual user options that were removedArash Esbati2023-01-251-11/+0
| | | | | * doc/misc/gnus.texi (HTML): Delete entries for custom variables removed in commit 2c8b2fc8d5. (Bug#61054)
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
|
* ; Consistently call alists "association list"Stefan Kangas2022-11-271-1/+1
| | | | | | | | | | * doc/lispref/compile.texi (Compiler Errors): * doc/misc/gnus.texi (Score File Format): * etc/NEWS.24: * lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): * lisp/progmodes/gdb-mi.el (gdb-threads-list) (gdb-breakpoints-list, gdb-place-breakpoints): Prefer the term "association list" for alists.
* Remove mentions of create-directory nnmaildir settingEric Abrahamsen2022-11-261-2/+1
| | | | | | | * lisp/gnus/nnmaildir.el (nnmaildir-open-server): The 'create-directory server parameter should have been removed entirely, and supplanted by 'target-prefix. Remove check for old parameter. * doc/misc/gnus.texi (Maildir): Delete mention from manual.
* ; Fix typosStefan Kangas2022-11-231-1/+1
|
* Don't refer to deleted variable 'gnus-parameter-to-list-alist'Stefan Kangas2022-11-221-2/+0
| | | | | | * doc/misc/gnus.texi (Group Parameters): * lisp/gnus/message.el (message-recipients-without-full-name): Don't refer to deleted variable 'gnus-parameter-to-list-alist'.
* Refresh menus in gnus.texiStefan Kangas2022-11-221-44/+97
| | | | | | Fixes problem reported by Po Lu <luangruo@yahoo.com>. * doc/misc/gnus.texi (Top, Starting Up, Article Treatment) (The Gnus Diary Library, Searching, nnmairix): Refresh menus.
* ; Fix typosStefan Kangas2022-11-221-6/+6
|
* Mention obsolete gnus/nnir package in Gnus manualEric Abrahamsen2022-11-111-13/+26
| | | | * doc/misc/gnus.texi (nnir): Provide some hints for upgrade.
* ; Fix quoting of non-nil in texinfo sourcesStefan Kangas2022-10-271-7/+7
|
* Update version information in Gnus manualStefan Kangas2022-10-171-2/+12
| | | | | | | * doc/misc/gnus.texi (Gnus Versions): Update with some information from https://www.gnus.org/history.html (Ma Gnus): Explain that Gnus is now developed together with Emacs. (Bug#58161)
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-4/+4
|
* Revert "Decrease use of the word "Emacsen" in docs"Stefan Kangas2022-10-011-1/+1
| | | | | | This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2. Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
* Decrease use of the word "Emacsen" in docsStefan Kangas2022-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | "Emacsen" is either a less clear way of saying "old versions of Emacs", or an implicit reference to XEmacs. We recommend against using it in the FAQ. So use the more clear wording instead. * doc/misc/gnus.texi (Oort Gnus): * doc/misc/widget.texi (Basic Types, toggle): * lisp/cedet/semantic/bovine/c.el (semantic-c-skip-conditional-section): * lisp/cedet/semantic/wisent/comp.el (wisent-compile-grammar): * lisp/desktop.el (desktop-save): * lisp/erc/erc-compat.el: * lisp/erc/erc-log.el: * lisp/gnus/gnus-util.el (gnus-replace-in-string): * lisp/mail/footnote.el: * lisp/net/tramp-archive.el: * lisp/net/tramp-smb.el: * lisp/net/tramp-uu.el: * lisp/net/tramp.el: (with-tramp-locked-connection): * lisp/org/ol-eww.el: * lisp/org/org-compat.el: (org-define-error): * lisp/shadowfile.el: * lisp/winner.el: Don't use the word "Emacsen".
* ; Minor doc fix in gnus.texiStefan Kangas2022-09-061-1/+0
| | | | | * doc/misc/gnus.texi (Writing New Back Ends): Delete now obsolete version variable.
* Merge from origin/emacs-28Stefan Kangas2022-08-171-1/+1
|\ | | | | | | | | | | a4078fa628 ; * lisp/vc/ediff.el: Improve wording in last change. dd077ebded Revert "; * doc/lispintro/emacs-lisp-intro.texi: Fix typo." 362c9ab879 * doc/misc/gnus.texi (Article Washing): Fix Links URL.
| * * doc/misc/gnus.texi (Article Washing): Fix Links URL.Stefan Kangas2022-08-161-1/+1
| |
* | Advertise obsolete library pgg.el lessStefan Kangas2022-08-161-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/gnus-faq.texi (FAQ 8-2): * doc/misc/gnus.texi (Security): * doc/misc/message.texi (Using OpenPGP, PGP Compatibility): * doc/misc/mh-e.texi (Reading PGP, Sending PGP): * lisp/gnus/mml2015.el (mml2015-use): * lisp/info-look.el (mapc): * lisp/mh-e/mh-e.el (mh-mml-method-default): Advertise obsolete library pgg.el less. * lisp/mh-e/mh-identity.el (mh-identity-pgg-default-user-id): Rename from 'mh-identity-gpg-default-user-id', and make the old name into obsolete variable alias. Update all uses.
* | Modernize spam section in Gnus manual slightlyStefan Kangas2022-08-161-31/+10
| | | | | | | | | | | | | | | | | | | | | | * doc/misc/gnus.texi (The problem of spam): Don't explain what spam is; there is no need for that in 2022. Don't explain limitations of obsolete software TMDA; it's website has stopped working but seems to have been updated last in 2007. (Thwarting Email Spam, Anti-Spam Basics) (Spam Package Configuration Examples): Prefer "spam" to "UCE". (The problem of spam): Use example.org in example. (SpamAssassin, Hashcash): Improve wording.
* | Delete implicit XEmacs references from Gnus manualStefan Kangas2022-08-161-10/+3
| | | | | | | | | | | | * doc/misc/gnus.texi (Group Buffer Format, Summary Buffer, RSS): Delete some implicit references to XEmacs. (RSS): Fix default value.
* | * doc/misc/gnus.texi (Troubleshooting): Update section.Stefan Kangas2022-08-161-20/+6
| |
* | Remove Gnus Compatibility manual sectionLars Ingebrigtsen2022-08-151-57/+0
| | | | | | | | | | * doc/misc/gnus.texi (Compatibility): Remove outdated section (bug#57178).
* | Make gnus-uu-view-with-metamail obsoleteStefan Kangas2022-08-141-8/+0
| | | | | | | | | | | | | | | | | | The metamail package was last released in 1994, and has been removed from most GNU/Linux distributions due to being buggy and unmaintained. * lisp/gnus/gnus-uu.el (gnus-uu-view-with-metamail): Make obsolete. * doc/misc/gnus.texi (Other Decode Variables): Don't document above obsolete variable.
* | Don't advertise obsolete library html2text.elStefan Kangas2022-08-141-3/+0
| | | | | | | | | | | | | | | | | | * doc/misc/emacs-mime.texi (Display Customization): * doc/misc/gnus-faq.texi (FAQ 4-7): * doc/misc/gnus.texi (Article Washing): * doc/misc/mh-e.texi (HTML): * lisp/gnus/mm-decode.el (mm-text-html-renderer): Don't advertise obsolete library html2text.el.
* | Delete many references to Emacs 23 or older from docsStefan Kangas2022-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/glossary.texi (Glossary): * doc/emacs/msdos.texi (Windows Fonts): * doc/lispref/loading.texi (Library Search): * doc/lispref/processes.texi (Accepting Output): * doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration): * doc/misc/efaq-w32.texi (Font names): * doc/misc/efaq.texi (Turning on syntax highlighting) (Escape sequences in shell output): * doc/misc/eshell.texi (Bugs and ideas): * doc/misc/gnus.texi (nnmairix requirements): * doc/misc/gnus-faq.texi (FAQ 1-5): * doc/misc/idlwave.texi (Troubleshooting): * doc/misc/message.texi (Using S/MIME): * doc/misc/mh-e.texi (Preface, Incorporating Mail): * doc/misc/viper.texi (Viper Specials): Delete references to Emacs 23 or older.
* | Merge from origin/emacs-28Stefan Kangas2022-08-131-10/+0
|\ \ | |/ | | | | | | | | 72fc7258bf Delete references to deleted library hilit19.el e746fc2e7b Delete stale comments from Lisp Intro manual 77613b9217 ; Delete redundant installation instructions from ebnf2ps.el
| * Delete references to deleted library hilit19.elStefan Kangas2022-08-121-10/+0
| | | | | | | | | | | | | | * doc/misc/gnus.texi (Compatibility): * lisp/progmodes/f90.el: * lisp/ps-print.el: * lisp/vc/ediff.el: Delete references to hilit19.el.
* | Remove some more outdated Gnus manual stuffLars Ingebrigtsen2022-08-121-2/+0
| | | | | | | | | | * doc/misc/gnus.texi (Mail Source Customization): Remove more outdated text (bug#57156).
* | Remove (gnus) Gnus Development manual sectionLars Ingebrigtsen2022-08-121-53/+1
| | | | | | | | | | * doc/misc/gnus.texi (Gnus Development): Remove outdated section (bug#57156).
* | * doc/misc/gnus.texi (Emacsen): Delete section.Stefan Kangas2022-08-121-25/+0
| |
* | Doc fixes: don't mention EFSStefan Kangas2022-07-281-7/+7
| | | | | | | | | | | | | | | | | | | | * doc/misc/ede.texi (ede-project): * doc/misc/gnus.texi (Directory Groups, Various Various): * lisp/cedet/ede/base.el (ede-project): * lisp/gnus/mml.el (mml-attach-external): * lisp/org/org.el (org-file-apps): * lisp/url/url-file.el (url-file-find-possibly-compressed-file): Doc fixes; don't mention XEmacs specific library EFS.
* | Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 5e47ec9511 ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo. ba0871bef1 ; Fix typos: prefer American spelling e3e7f31faa Adapt Tramp doc # Conflicts: # etc/NEWS # etc/themes/modus-themes.el # lisp/emacs-lisp/byte-opt.el # test/lisp/so-long-tests/spelling-tests.el
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
| |
* | Merge from origin/emacs-28Eli Zaretskii2022-05-251-4/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86b49d5865 ; * etc/NEWS: Announce changes in 'desktop-kill'. (Bug#55... d5ccf2621a ; Fix last change f1c1fd7184 Improve documentation of mail-user-agent. b05d1e9b98 ; * lisp/desktop.el: Update the commentary. (Bug#55560) 139bfa1a08 More fixes in abbrev.el doc strings d80dea6036 Add note about Tramp completion to completion-styles doc s... 9e7c0cf57d Remove mention of removed nnimap-nov-is-evil variable 90aae0bca2 Improve documentation strings and prompts in abbrev.el dfa3e6f424 Restore the Fselect_window call in gui_consider_frame_title. de35e9728f Advise against settings in the MS-Windows system registry 3ffa3d3403 ; Minor addition to make-tarball.txt 7dc026f9ea Fix kmacro-keymap binding after previous change 4f0fd54bc4 Add glossary entries for "interactively" af1c05a3c4 Fix the name of a kmacro command. # Conflicts: # etc/NEWS # lisp/abbrev.el
| * Remove mention of removed nnimap-nov-is-evil variableArash Esbati2022-05-211-4/+3
| | | | | | | | | | * doc/misc/gnus.texi (Slow/Expensive Connection): Remove mention of removed nnimap-nov-is-evil variable (bug#55556).
* | Remove the "retro" Gnus/Message tool barsLars Ingebrigtsen2022-04-301-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/gnus.texi (Gravatars): Remove documentation. * lisp/gnus/gmm-utils.el (gmm-tool-bar-style): Obsoleted. * lisp/gnus/gnus-group.el (gnus-group-tool-bar): Use the "Gnome" definition. (gnus-group-tool-bar-gnome, gnus-group-tool-bar-retro) (gnus-group-tool-bar-zap-list): Obsolete. * lisp/gnus/gnus-sum.el (gnus-summary-tool-bar): Use the "Gnome" definition. (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro) (gnus-summary-tool-bar-zap-list): Obsolete. * lisp/gnus/message.el (message-tool-bar): Use the "Gnome" definition. (message-tool-bar-gnome, message-tool-bar-retro) (message-tool-bar-zap-list): Obsolete.
* | Add a mu backend for gnus-searchJai Flack2022-04-071-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/gnus-search.el (gnus-search-mu-program): New defcustom (gnus-search-mu-switches): New defcustom (gnus-search-mu-remove-prefix): New defcustom (gnus-search-mu-config-directory): New defcustom (gnus-search-mu-raw-queries-p): New defcustom (gnus-search-mu): New subclass of gnus-search-indexed (gnus-search-transform-expression): New method (gnus-search-mu-handle-date): New function (gnus-search-mu-handle-flag): New function (gnus-search-indexed-extract): New method (gnus-search-indexed-search-command): New method (bug#54662).
* | Refactor gnus/nnselect artlist saving and gettingAndrew G Cohen2022-03-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/gnus/nnselect.el (nnselect-generate-run): New function that replaces nnselect-run. (nnselect-store-artlist): New function. (nnselect-get-artlist): Update function. (nnselect-request-group, nnselect-request-thread) (nnselect-request-create-group, nnselect-request-group-scan): Use the new functions. * doc/misc/gnus.texi (Selection Groups): Document artlist storage and retrieval.
* | Fix wording and punctuation in recent Gnus documentation changesEli Zaretskii2022-03-041-2/+2
| | | | | | | | | | | | | | | | * lisp/gnus/nnselect.el (nnselect-allow-ephemeral-expiry): Make the first sentence of the doc string be a single line. * doc/misc/gnus.texi (Creating Search Groups): Fix space between sentences.
* | Turn expiry on for nnselect groupsAndrew G Cohen2022-03-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Articles in (persistent) groups from the gnus/nnselect backend will now be run through the expiry process upon exit, like other persistent groups. Expiry is not on by default for ephemeral nnselect groups but may be turned on with nnselect-allow-ephemeral-expiry set to t. * lisp/gnus/nnselect.el (nnselect-request-expire-articles): Make article expiry work. (nnselect-allow-ephemeral-expiry): New variable. * doc/misc/gnus.texi (Creating Search Groups): Document nnselect-allow-ephemeral-expiry.
* | ; Fix commit d6fba624e6Arash Esbati2022-02-151-2/+2
| | | | | | | | * doc/misc/gnus.texi (Gravatars): Adjust vindex entries.
* | Fix manual documentation of Gnus tool barsEric Abrahamsen2022-02-141-25/+10
| | | | | | | | | | | | | | * doc/misc/gnus.texi: The options `gnus-use-toolbar', `gnus-toolbar-thickness', and `gnus-summary-mail-toolbar' no longer exist. Other options in this section have been renamed from "toolbar" to "tool-bar".
* | Be more explicit about the meaning of "remove prefix" in Gnus searchEric Abrahamsen2022-02-141-1/+3
| | | | | | | | | | * doc/misc/gnus.texi (Search Engines): It's easy to get confused about what we're removing and why.
* | Clarify Splitting Mail in the Gnus manualLars Ingebrigtsen2022-01-211-6/+11
| | | | | | | | | | * doc/misc/gnus.texi (Splitting Mail): Clarify what happens when crossposting or not (bug#53307).