X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/99a33b77e15b9a075024701d060d912b2fd87caf..a5166359b9fc59e0086172d198d68126da76bf14:/doc/misc/ChangeLog diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index aaf4bcae1b..6af229bbdd 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,14 +1,404 @@ +2011-09-21 Lars Magne Ingebrigtsen + + * gnus.texi (Archived Messages): Note the default (bug#9552). + +2011-09-21 Bill Wohler + + Release MH-E manual version 8.3. + + * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for + release 8.3. + (Preface): Updated support information. + (From Bill Wohler): Reset text to original version. As a + historical quote, the tense should be correct in the time that it + was written. + +2011-09-11 Lars Magne Ingebrigtsen + + * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'. + (Finding the News): Doc clarification. + (Terminology): Mention naming. + +2011-09-10 Lars Magne Ingebrigtsen + + * gnus.texi: Remove mentions of `recent', which are now obsolete. + (Interactive): Document `quiet'. + +2011-08-15 Suvayu Ali (tiny change) + + * org.texi (Images in LaTeX export): rewrite. + +2011-08-15 Bastien Guerry + + * org.texi (Using the mapping API): mention 'region as a possible + scope for `org-map-entries'. + +2011-08-15 Carsten Dominik + + * org.texi (Visibility cycling): Document `org-copy-visible'. + +2011-08-15 Bastien Guerry + + * org.texi (Template expansion): order template sequences in the + proper order. + +2011-08-15 Eric Schulte + + * org.texi (eval): Expand discussion of the :eval header argument. + +2011-08-15 Bastien Guerry + + * org.texi (Languages): Add Lilypond and Awk as supported + languages. + +2011-08-15 Achim Gratz + + * org.texi: document that both CLOCK_INTO_DRAWER and + LOG_INTO_DRAWER can be used to override the contents of variable + org-clock-into-drawer (or if unset, org-log-into-drawer). + + * org.texi: replace @xref->@pxref. + +2011-08-15 Eric Schulte + + * org.texi (Evaluating code blocks): Documenting the new option + for inline call lines. + +2011-08-15 Eric Schulte + + * org.texi (Results of evaluation): More explicit about the + mechanism through which interactive evaluation of code is + performed. + +2011-08-15 Eric Schulte + + * org.texi (noweb-ref): New header argument documentation. + +2011-08-15 Eric Schulte + + * org.texi (Extracting source code): Documentation of the new + org-babel-tangle-named-block-combination variable. + +2011-08-15 Eric Schulte + + * org.texi (Structure of code blocks): explicitly state that the + behavior of multiple blocks of the same name is undefined + +2011-08-15 Christian Egli + + * org.texi (TaskJuggler export): Modify the example to reflect the + new effort durations. + +2011-08-15 David Maus + + * org.texi (Images in LaTeX export): Escape curly brackets in + LaTeX example. + +2011-08-15 Carsten Dominik + + * org.texi (The clock table): Document the :properties and + :inherit-props arguments for the clocktable. + +2011-08-15 Carsten Dominik + + * org.texi (Tables in LaTeX export): Document specifying placement + options for tables. + +2011-08-15 Eric Schulte + + * org.texi (Evaluating code blocks): More specific documentation + about the different types of header arguments. + +2011-08-15 Manuel Giraud + + * org.texi (Sitemap): Document `:sitemap-sans-extension' property. + +2011-08-15 Carsten Dominik + + * org.texi (Built-in table editor): Document the table field + follow mode. + +2011-08-15 Robert P. Goldman + + * org.texi (Easy Templates): Document new template. + +2011-08-15 Robert P. Goldman + + * org.texi (Literal examples): Add a cross-reference from "Literal + Examples" to "Easy Templates." + +2011-08-15 Carsten Dominik + + * org.texi (The clock table): Add link to match syntax. + +2011-08-15 Carsten Dominik + + * org.texi (Agenda commands): Document clock consistency checks. + +2011-08-15 Carsten Dominik + + * org.texi (Built-in table editor): Document that \vert represents + a vertical bar in a table field. + +2011-08-15 Eric Schulte + + * org.texi (Literal examples): Link from "Markup" > "Literate + Examples" to "Working with Source Code". + +2011-08-15 Puneeth Chaganti + + * org.texi (Agenda commands): Doc for function option to bulk + action. + +2011-08-15 Carsten Dominik + + * org.texi (Template expansion): Document new %<...> template + escape. + +2011-08-15 Carsten Dominik + + * org.texi (Selective export): Document exclusion of any tasks + from export. + +2011-08-15 Carsten Dominik + + * org.texi (Selective export): Document how to exclude DONE tasks + from export. + (Publishing options): Document the properties to be used to turn off + export of DONE tasks. + +2011-08-15 Carsten Dominik + + * org.texi (The date/time prompt): Document date range protection. + +2011-08-15 Eric Schulte + + * org.texi (padline): Documentation of the new padline header + argument. + +2011-08-15 Eric Schulte + + * org.texi (var): Adding "[" to list of characters triggering + elisp evaluation. + +2011-08-15 Eric Schulte + + * org.texi (var): Documentation of Emacs Lisp evaluation during + variable assignment. + +2011-08-15 Eric Schulte + + * org.texi (colnames): Reference indexing into variables, and note + that colnames are *not* removed before indexing occurs. + (rownames): Reference indexing into variables, and note that + rownames are *not* removed before indexing occurs. + +2011-08-15 Eric Schulte + + * org.texi (var): Clarification of indexing into tabular + variables. + +2011-08-15 Eric Schulte + + * org.texi (results): Documentation of the `:results wrap' header + argument. + +2011-08-15 Bastien Guerry + + * org.texi (LaTeX and PDF export): add a note about a limitation + of the LaTeX export: the org file has to be properly structured. + +2011-08-15 Bastien Guerry + + * org.texi (Dynamic blocks, Structure editing): Mention + the function `org-narrow-to-block'. + +2011-08-15 Eric Schulte + + * org.texi (Languages): Updating list of code block supported + languages. + +2011-08-15 Carsten Dominik + + * org.texi (Special properties): CATEGORY is a special property, + but it may also used in the drawer. + +2011-08-15 Eric Schulte + + * org.texi (mkdirp): Documentation of the :mkdirp header argument. + +2011-08-15 Puneeth Chaganti + + * org.texi (Include files): Document :lines. + +2011-08-15 Eric Schulte + + * org.texi (comments): Documentation of the ":comments noweb" code + block header argument. + +2011-08-15 Eric Schulte + + * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and + added extra whitespace around functions to be consistent with the + rest of the section. + +2011-08-15 Eric Schulte + + * org.texi (Evaluating code blocks): Expanded discussion of + #+call: line syntax. + (Header arguments in function calls): Expanded discussion of + #+call: line syntax. + +2011-08-15 Eric Schulte + + * org.texi (Evaluating code blocks): More explicit about how to + pass variables to #+call lines. + +2011-08-15 Eric Schulte + + * org.texi (Results of evaluation): Link to the :results header + argument list from the "Results of evaluation" section. + +2011-08-15 Eric Schulte + + * org.texi (Conflicts): Adding additional information about + resolving org/yasnippet conflicts. + +2011-08-15 David Maus + + * org.texi (Publishing options): Document style-include-scripts + publishing project property. + +2011-08-15 Carsten Dominik + + * org.texi (Sparse trees): Document the next-error / + previous-error functionality. + +2011-08-15 Tom Dye + + * org.texi (cache): Improved documentation of code block caches. + +2011-08-15 Tom Dye + + * org.texi (Code block specific header arguments): Documentation + of multi-line header arguments. + +2011-08-15 Eric Schulte + + * org.texi (Code evaluation security): Add example for using a + function. + +2011-08-15 Eric Schulte + + * org.texi (Tables in LaTeX export): Documentation of new + attr_latex options for tables. + +2011-08-03 Michael Albinus + + * trampver.texi: Update release number. + +2011-07-30 Michael Albinus + + Sync with Tramp 2.2.2. + + * trampver.texi: Update release number. + +2011-07-15 Lars Magne Ingebrigtsen + + * flymake.texi (Example -- Configuring a tool called via make): + Use /dev/null instead of the Windows "nul" (bug#8715). + +2011-07-14 Lars Magne Ingebrigtsen + + * widget.texi (Setting Up the Buffer): Remove mention of the + global keymap parent, which doesn't seem to be accurate + (bug#7045). + +2011-07-12 Lars Magne Ingebrigtsen + + * org.texi (Special agenda views): Fix double quoting (bug#3509). + +2010-07-10 Kevin Ryde + + * cl.texi (For Clauses): Add destructuring example processing an + alist (bug#6596). + +2011-07-07 Lars Magne Ingebrigtsen + + * ediff.texi (Major Entry Points): Remove mention of `require', + since that's not pertinent in the installed Emacs (bug#9016). + +2011-07-05 Lars Magne Ingebrigtsen + + * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks. + (Filtering New Groups): Clarify how simple the "options -n" format is. + (Agent Expiry): Remove mention of `gnus-request-expire-articles', which + is internal. + +2011-07-04 Michael Albinus + + * tramp.texi (Cleanup remote connections): Add + `tramp-cleanup-this-connection'. + +2011-07-03 Lars Magne Ingebrigtsen + + * gnus.texi (Subscription Methods): Link to "Group Levels" to explain + zombies. + (Checking New Groups): Ditto (bug#8974). + (Checking New Groups): Moved the reference to the right place. + +2011-07-03 Dave Abrahams (tiny change) + + * gnus.texi (Startup Files): Clarify that we're talking about numbered + backups, and not actual vc (bug#8975). + +2011-07-03 Kevin Ryde + + * cl.texi (For Clauses): @items for hash-values and key-bindings + to make them more visible when skimming. Add examples of `using' + clause to them, examples being clearer than a description in + words (bug#6599). + +2011-07-01 Alan Mackenzie + + * cc-mode.texi (Guessing the Style): New page. + (Styles): Add a short introduction to above. + +2011-06-28 Deniz Dogan + + * rcirc.texi (Configuration): Bug-fix: + `rcirc-default-user-full-name' is now `rcirc-default-full-name'. + Reported by Elias Pipping . + +2011-06-26 Lars Magne Ingebrigtsen + + * gnus.texi (Summary Mail Commands): Document + `gnus-summary-reply-to-list-with-original'. + +2011-06-20 Stefan Monnier + + * eshell.texi (Known problems): Fix typo. + +2011-06-12 Michael Albinus + + * tramp.texi (Customizing Completion): Mention authinfo-style files. + (Password handling): `auth-source-debug' is good for debug messages. + 2011-05-31 Teodor Zlatanov * gnus.texi (Store custom flags and keywords): Refer to `gnus-registry-article-marks-to-{chars,names}' instead of `gnus-registry-user-format-function-{M,M2}'. +2011-05-27 Paul Eggert + + * texinfo.tex: Merge from gnulib. + 2011-05-18 Teodor Zlatanov * gnus.texi (Gnus Registry Setup): Rename from "Setup". - (Store custom flags and keywords): Mention - `gnus-registry-user-format-function-M' and + (Store custom flags and keywords): + Mention `gnus-registry-user-format-function-M' and `gnus-registry-user-format-function-M2'. 2011-05-17 Paul Eggert @@ -45,8 +435,8 @@ 2011-04-14 Teodor Zlatanov * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method) - (Fancy splitting to parent, Store arbitrary data): Updated - gnus-registry docs. + (Fancy splitting to parent, Store arbitrary data): + Updated gnus-registry docs. 2011-04-13 Juanma Barranquero @@ -242,8 +632,8 @@ 2011-02-19 Glenn Morris - * dired-x.texi (Technical Details): No longer redefines dired-add-entry, - dired-initial-position, dired-clean-up-after-deletion, + * dired-x.texi (Technical Details): No longer redefines + dired-add-entry, dired-initial-position, dired-clean-up-after-deletion, dired-read-shell-command, or dired-find-buffer-nocreate. 2011-02-18 Glenn Morris @@ -329,7 +719,7 @@ * gnus-overrides.texi: Renamed from overrides.texi and all the relevant manuals use it now. - * Makefile.in (nowebhack): Fixed to use -D flag instead of overrides. + * Makefile.in (nowebhack): Fix to use -D flag instead of overrides. 2011-02-05 Katsumi Yamaoka @@ -448,7 +838,7 @@ * Makefile.in (MAKEINFO): Now controlled by `configure'. (MAKEINFO_OPTS): New variable. Use it where appropriate. - (ENVADD): Updated. + (ENVADD): Update. 2011-01-18 Glenn Morris @@ -482,8 +872,8 @@ 2010-12-17 Daiki Ueno - * epa.texi (Encrypting/decrypting *.gpg files): Mention - epa-file-select-keys. + * epa.texi (Encrypting/decrypting *.gpg files): + Mention epa-file-select-keys. 2010-12-16 Lars Magne Ingebrigtsen @@ -491,7 +881,7 @@ 2010-12-16 Teodor Zlatanov - * gnus.texi (Foreign Groups): Added clarification of foreign groups. + * gnus.texi (Foreign Groups): Add clarification of foreign groups. 2010-12-15 Andrew Cohen @@ -782,8 +1172,8 @@ 2010-10-29 Lars Magne Ingebrigtsen - * gnus.texi (Client-Side IMAP Splitting): Mention - nnimap-unsplittable-articles. + * gnus.texi (Client-Side IMAP Splitting): + Mention nnimap-unsplittable-articles. 2010-10-29 Julien Danjou @@ -876,8 +1266,8 @@ 2010-10-12 Daiki Ueno * epa.texi (Caching Passphrases): - * auth.texi (GnuPG and EasyPG Assistant Configuration): Clarify - some configurations require to set up gpg-agent. + * auth.texi (GnuPG and EasyPG Assistant Configuration): + Clarify some configurations require to set up gpg-agent. 2010-10-11 Glenn Morris @@ -977,14 +1367,14 @@ 2010-10-03 Julien Danjou - * emacs-mime.texi (Display Customization): Update - mm-inline-large-images documentation and add documentation for + * emacs-mime.texi (Display Customization): + Update mm-inline-large-images documentation and add documentation for mm-inline-large-images-proportion. 2010-10-03 Michael Albinus - * tramp.texi (Frequently Asked Questions): Mention - remote-file-name-inhibit-cache. + * tramp.texi (Frequently Asked Questions): + Mention remote-file-name-inhibit-cache. 2010-10-02 Lars Magne Ingebrigtsen @@ -993,15 +1383,14 @@ 2010-10-01 Lars Magne Ingebrigtsen - * gnus.texi (Splitting Mail): Mention the new fancy splitting - function. - (Article Hiding): Add google banner example. Suggested by Benjamin - Xu. + * gnus.texi (Splitting Mail): Mention the new fancy splitting function. + (Article Hiding): Add google banner example. + Suggested by Benjamin Xu. 2010-09-30 Teodor Zlatanov - * gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove - nnimap-split-rule from examples. + * gnus.texi (Spam Package Configuration Examples, SpamOracle): + Remove nnimap-split-rule from examples. 2010-09-30 Lars Magne Ingebrigtsen @@ -1030,8 +1419,8 @@ 2010-09-27 Lars Magne Ingebrigtsen - * gnus.texi (Customizing the IMAP Connection): Document - nnimap-fetch-partial-articles. + * gnus.texi (Customizing the IMAP Connection): + Document nnimap-fetch-partial-articles. 2010-09-26 Lars Magne Ingebrigtsen @@ -1056,7 +1445,7 @@ 2010-09-26 Lars Magne Ingebrigtsen - * gnus.texi (NoCeM): Removed. + * gnus.texi (NoCeM): Remove. (Startup Variables): No jingle. 2010-09-25 Ulrich Mueller @@ -1156,8 +1545,8 @@ 2010-08-29 Lars Magne Ingebrigtsen - * gnus.texi (Asynchronous Fetching): Document - gnus-async-post-fetch-function. + * gnus.texi (Asynchronous Fetching): + Document gnus-async-post-fetch-function. (HTML): Made into its own section. 2010-08-26 Michael Albinus @@ -1165,8 +1554,8 @@ Sync with Tramp 2.1.19. * tramp.texi (Inline methods, Default Method): Mention - `tramp-inline-compress-start-size'. Remove "kludgy" phrase. Remove - remark about doubled "-t" argument. + `tramp-inline-compress-start-size'. Remove "kludgy" phrase. + Remove remark about doubled "-t" argument. (Auto-save and Backup): Remove reference to Emacs 21. (Filename Syntax): Describe port numbers. (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt @@ -1416,8 +1805,8 @@ Synchronize with Tramp repository. * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21. - (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt - supported MS Windows versions. Remove obsolete URL. Use the $() + (Frequently Asked Questions): Adapt supported (X)Emacs versions. + Adapt supported MS Windows versions. Remove obsolete URL. Use the $() syntax, texi2dvi reports errors with the backquotes. * trampver.texi: Update release number. @@ -1651,8 +2040,8 @@ * dbus.texi (Type Conversion): Fix typo. (Asynchronous Methods): Rename `dbus-registered-functions-table' to `dbus-registered-objects-table'. - (Receiving Method Calls): New defun `dbus-register-property'. Move - `dbus-unregister-object' here. + (Receiving Method Calls): New defun `dbus-register-property'. + Move `dbus-unregister-object' here. 2009-11-13 Carsten Dominik @@ -1666,9 +2055,9 @@ 2009-11-13 John Wiegley - * org.texi (Tracking your habits): Added a new section in the + * org.texi (Tracking your habits): Add a new section in the manual about how to track habits. - (Resolving idle time): Added a section on how idle and + (Resolving idle time): Add a section on how idle and dangling clocks are resolved. 2009-11-13 Carsten Dominik @@ -1695,11 +2084,11 @@ should be set. (Agenda commands): Document that SPC is a filter for any tag. - (Search view): Renamed from "Keyword search". + (Search view): Rename from "Keyword search". (Capure): New chapter. (Markup): New chapter. - (Links in HTML export, Images in HTML export): Extend - the section titles. + (Links in HTML export, Images in HTML export): + Extend the section titles. (Images in HTML export): Document the align option. (Text areas in HTML export): Extend the section title. (Images in LaTeX export): Explain image placement in LaTeX. @@ -1786,8 +2175,8 @@ 2009-09-13 Chong Yidong - * dired-x.texi (Technical Details): Delete - dired-up-directory (Bug#4292). + * dired-x.texi (Technical Details): + Delete dired-up-directory (Bug#4292). 2009-09-03 Michael Albinus @@ -1800,7 +2189,7 @@ Document entry text mode. Improve documentation of the keys to include inactive time stamps into the agenda view. (Feedback): Document the new bug report command. - (Structure editing): Added an index entry for the sorting of subtrees. + (Structure editing): Add an index entry for the sorting of subtrees. 2009-09-02 Teodor Zlatanov @@ -1820,8 +2209,8 @@ 2009-08-29 Katsumi Yamaoka - * gnus.texi (Expiring Mail): Mention - gnus-mark-copied-or-moved-articles-as-expirable. + * gnus.texi (Expiring Mail): + Mention gnus-mark-copied-or-moved-articles-as-expirable. (Various Various): Mention gnus-safe-html-newsgroups. * gnus-news.texi: Mention @@ -1964,7 +2353,7 @@ #+LEATEX_HEADER in-buffer setting. (Bugs): Section removed. (Hooks): New section. - (Add-on packages): Moved here from old location. + (Add-on packages): Move here from old location. (Context-sensitive commands): New section. (Setting tags): Document newline option. (Global TODO list, Matching tags and properties): @@ -2025,8 +2414,8 @@ 2009-06-30 Michael Albinus - * tramp.texi (Inline methods, External methods, Gateway methods): Avoid - the words "kludge" and hack". + * tramp.texi (Inline methods, External methods, Gateway methods): + Avoid the words "kludge" and hack". (External methods): Add `synce' method. * trampver.texi: Update release number. @@ -2481,8 +2870,8 @@ 2009-01-09 Reiner Steib - * gnus.texi (Converting Kill Files): Fix URL. Include - gnus-kill-to-score.el in contrib directory. + * gnus.texi (Converting Kill Files): Fix URL. + Include gnus-kill-to-score.el in contrib directory. 2009-01-09 Reiner Steib @@ -2509,8 +2898,8 @@ 2008-12-20 Carsten Dominik * org.texi (Activation, Exporting, ASCII export, HTML export) - (HTML Export commands, LaTeX/PDF export commands): Improve - documentation about transient-mark-mode. + (HTML Export commands, LaTeX/PDF export commands): + Improve documentation about transient-mark-mode. (References): DOcuemtn the use of special names like $LR1 to reference to fields in the last table row. @@ -2605,7 +2994,7 @@ 2008-11-16 Michael Kifer - * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Removed. + * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove. * ediff.texi: Version/date change. @@ -2656,12 +3045,12 @@ 2008-09-25 Teodor Zlatanov - * message.texi (Sending Variables): Fixed variable documentation to + * message.texi (Sending Variables): Fix variable documentation to avoid the "y/n" wording. 2008-09-24 Teodor Zlatanov - * message.texi (Sending Variables): Added `message-confirm-send' doc. + * message.texi (Sending Variables): Add `message-confirm-send' doc. 2008-09-24 Katsumi Yamaoka @@ -2875,7 +3264,7 @@ 2008-06-21 Michael Albinus - * tramp.texi (Password handling): Renamed from "Password caching". + * tramp.texi (Password handling): Rename from "Password caching". Add `auth-source' mechanism. (Connection caching): Tramp reopens the connection automatically, when the operating system on the remote host has been changed. @@ -3087,8 +3476,8 @@ 2008-04-01 Daiki Ueno - * epa.texi (Encrypting/decrypting *.gpg files): Document - epa-file-name-regexp. + * epa.texi (Encrypting/decrypting *.gpg files): + Document epa-file-name-regexp. 2008-03-31 Katsumi Yamaoka @@ -3340,8 +3729,8 @@ 2008-01-09 Katsumi Yamaoka - * gnus.texi (Article Keymap): Add - gnus-article-wide-reply-with-original; fix descriptions of + * gnus.texi (Article Keymap): + Add gnus-article-wide-reply-with-original; fix descriptions of gnus-article-reply-with-original and gnus-article-followup-with-original. @@ -3414,14 +3803,14 @@ (Getting started with rcirc): Change items to reflect prompts. Add more explanation to rcirc-track-minor-mode and added a comment to warn future maintainers that this section is a copy. - (People): Changed /ignore example. + (People): Change /ignore example. (Keywords): Not keywords. 2007-12-20 Alex Schroeder * rcirc.texi (Top): Fighting Information Overload chapter added. (Getting started with rcirc): Add notice of rcirc-track-minor-mode. - (rcirc commands): Moved /ignore command to the new chapter. + (rcirc commands): Move /ignore command to the new chapter. (Fighting Information Overload): New chapter documenting /keyword, /bright, /dim, channel ignore, and low priority channels. (Configuration): Document rcirc-server-alist, remove @@ -3621,8 +4010,8 @@ 2007-10-28 Reiner Steib - * gnus.texi (Sorting the Summary Buffer): Remove - gnus-article-sort-by-date-reverse. + * gnus.texi (Sorting the Summary Buffer): + Remove gnus-article-sort-by-date-reverse. 2007-10-28 Katsumi Yamaoka @@ -3654,8 +4043,8 @@ 2007-10-28 Katsumi Yamaoka - * gnus.texi (Archived Messages): Document - gnus-update-message-archive-method. + * gnus.texi (Archived Messages): + Document gnus-update-message-archive-method. 2007-10-28 Katsumi Yamaoka @@ -3663,13 +4052,13 @@ 2007-10-28 Michaël Cadilhac - * gnus.texi (Group Maneuvering): Document - `gnus-summary-next-group-on-exit'. + * gnus.texi (Group Maneuvering): + Document `gnus-summary-next-group-on-exit'. 2007-10-28 Katsumi Yamaoka - * gnus.texi (Really Various Summary Commands): Mention - gnus-auto-select-on-ephemeral-exit. + * gnus.texi (Really Various Summary Commands): + Mention gnus-auto-select-on-ephemeral-exit. 2007-10-28 Reiner Steib @@ -3818,14 +4207,14 @@ 2007-10-28 Kevin Greiner - * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar. + * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar. (Agent Parameters): Updated parameter names to match code. (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as 'gnus-agent-summary-fetch-series'. (Agent and flags): New section providing a generalized discussion of flag handling. - (Agent and IMAP): Removed flag discussion. - (Agent Variables): Added 'gnus-agent-synchronize-flags'. + (Agent and IMAP): Remove flag discussion. + (Agent Variables): Add 'gnus-agent-synchronize-flags'. 2007-10-28 Romain Francoise @@ -3858,7 +4247,7 @@ * gnus.texi (Blacklists and Whitelists, BBDB Whitelists) (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering) (spam-stat spam filtering, SpamOracle) - (Extending the Spam ELisp package): Removed extra quote symbol for + (Extending the Spam ELisp package): Remove extra quote symbol for clarity. 2007-10-28 Reiner Steib @@ -3875,8 +4264,8 @@ 2007-10-28 Reiner Steib - * gnus.texi (Sorting the Summary Buffer): Added - gnus-thread-sort-by-recipient. + * gnus.texi (Sorting the Summary Buffer): + Add gnus-thread-sort-by-recipient. 2007-10-28 Romain Francoise @@ -3911,8 +4300,8 @@ 2007-10-28 Simon Josefsson - * gnus.texi (Article Washing): Add libidn URL. Suggested by - Michael Cook . + * gnus.texi (Article Washing): Add libidn URL. + Suggested by Michael Cook . 2007-10-28 Lars Magne Ingebrigtsen @@ -3961,10 +4350,10 @@ everywhere for consistency. (Filtering Spam Using The Spam ELisp Package): Admonish again. (Spam ELisp Package Sequence of Events): This is Gnus, say so. - Say "regular expression" instead of "regex." Admonish. Pick - other words to sound better (s/so/thus/). - (Spam ELisp Package Filtering of Incoming Mail): Mention - statistical filters. Remove old TODO. + Say "regular expression" instead of "regex." Admonish. + Pick other words to sound better (s/so/thus/). + (Spam ELisp Package Filtering of Incoming Mail): + Mention statistical filters. Remove old TODO. (Spam ELisp Package Sorting and Score Display in Summary Buffer): New section on sorting and displaying the spam score. (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a @@ -3990,7 +4379,7 @@ 2007-10-28 Reiner Steib - * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print. + * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print. 2007-10-28 Simon Josefsson @@ -4004,7 +4393,7 @@ 2007-10-28 Teodor Zlatanov - * gnus.texi (Hashcash): Changed location of library, also mention + * gnus.texi (Hashcash): Change location of library, also mention that payments can be verified and fix the name of the hashcash-path variable. @@ -4024,7 +4413,7 @@ 2007-10-28 Teodor Zlatanov - * gnus.texi (SpamAssassin backend): Added new node about SpamAssassin. + * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin. From Hubert Chan . 2007-10-28 Jesper Harder @@ -4042,8 +4431,8 @@ 2007-10-28 Kevin Greiner - * gnus.texi (Outgoing Messages, Agent Variables): Add - gnus-agent-queue-mail and gnus-agent-prompt-send-queue. + * gnus.texi (Outgoing Messages, Agent Variables): + Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue. Suggested by Gaute Strokkenes 2007-10-28 Jesper Harder @@ -4381,8 +4770,8 @@ 2007-06-19 Jay Belanger - * calc.texi (Basic Arithmetic, Customizing Calc): Mention - the variable `calc-multiplication-has-precedence'. + * calc.texi (Basic Arithmetic, Customizing Calc): + Mention the variable `calc-multiplication-has-precedence'. 2007-06-19 Carsten Dominik @@ -4605,7 +4994,7 @@ 2007-02-25 Carsten Dominik - * org.texi (The spreadsheet): Renamed from "Table calculations". + * org.texi (The spreadsheet): Rename from "Table calculations". Completely reorganized and rewritten. (CamelCase links): Section removed. (Repeating items): New section. @@ -4883,7 +5272,7 @@ 2006-10-20 Masatake YAMATO - * cc-mode.texi (Sample .emacs File): Added missing `)' in + * cc-mode.texi (Sample .emacs File): Add missing `)' in sample code `my-c-initialization-hook'. 2006-10-19 Stuart D. Herring @@ -5047,13 +5436,13 @@ * rcirc.texi: Fix typos. (Getting started with rcirc): New calling convention for M-x irc. Mention #rcirc. Removed channel tracking. - (Configuration): Changed the names of all variables that got changed + (Configuration): Change the names of all variables that got changed recently, eg. rcirc-server to rcirc-default-server. Added documentation for rcirc-authinfo, some background for Bitlbee, and rcirc-track-minor-mode. - (Scrolling conservatively): Fixed the xref from Auto Scrolling to just + (Scrolling conservatively): Fix the xref from Auto Scrolling to just Scrolling. - (Reconnecting after you have lost the connection): Fixed example code + (Reconnecting after you have lost the connection): Fix example code to match code changes. 2006-07-10 Nick Roberts @@ -5875,8 +6264,8 @@ * faq.texi: Set VER to `22.1'. (Basic editing): Explain how to use localized versions of the - Tutorial. Mention that `C-h r' displays the manual. Delete - obsolete WWW link to an Emacs 18 tutorial. + Tutorial. Mention that `C-h r' displays the manual. + Delete obsolete WWW link to an Emacs 18 tutorial. (Getting a printed manual): Point to the new locations of the manuals on the GNU Web site. (Emacs Lisp documentation): Explain that the Emacs Lisp manual is @@ -6059,8 +6448,8 @@ 2005-10-23 Lars Hansen - * dired-x.texi (Miscellaneous Commands): Replace - dired-do-relative-symlink by dired-do-relsymlink and + * dired-x.texi (Miscellaneous Commands): + Replace dired-do-relative-symlink by dired-do-relsymlink and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp. 2005-10-23 Jay Belanger @@ -6070,8 +6459,8 @@ 2005-10-23 Michael Albinus - * faq.texi (Bugs and problems): Replace - `dired-move-to-filename-regexp' by + * faq.texi (Bugs and problems): + Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'. 2005-10-22 Eli Zaretskii @@ -6218,8 +6607,8 @@ * newsticker.texi: Replace @command with @code. Replace @example with @lisp. - (Top): Added explanations to menu items. - (GNU Free Documentation License): Removed. + (Top): Add explanations to menu items. + (GNU Free Documentation License): Remove. 2005-09-16 Romain Francoise @@ -6707,7 +7096,7 @@ 2005-01-01 Jay Belanger - * calc.texi (Programming Tutorial): Changed description of how to + * calc.texi (Programming Tutorial): Change description of how to edit keyboard macros to match current behavior. 2004-12-31 Jay Belanger @@ -6807,10 +7196,10 @@ 2004-12-08 Reiner Steib - * gnus-faq.texi ([5.1]): Added missing bracket. + * gnus-faq.texi ([5.1]): Add missing bracket. - * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index - `spam-initialize'. + * gnus.texi (Filtering Spam Using The Spam ELisp Package): + Index `spam-initialize'. 2004-11-22 Reiner Steib @@ -6821,20 +7210,20 @@ 2004-11-02 Katsumi Yamaoka - * emacs-mime.texi (Encoding Customization): Fix - mm-coding-system-priorities entry. + * emacs-mime.texi (Encoding Customization): + Fix mm-coding-system-priorities entry. 2004-11-03 Jan Djärv * idlwave.texi (Continued Statement Indentation): * reftex.texi (Options (Index Support)): (Displaying and Editing the Index, Table of Contents): - * speedbar.texi (Creating a display, Major Display Modes): Replace - non-nil with non-@code{nil}. + * speedbar.texi (Creating a display, Major Display Modes): + Replace non-nil with non-@code{nil}. 2004-10-21 Jay Belanger - * calc.texi (Algebraic-Style Calculations): Removed a comment. + * calc.texi (Algebraic-Style Calculations): Remove a comment. 2004-10-18 Luc Teirlinck @@ -6842,7 +7231,7 @@ 2004-10-18 Jay Belanger - * calc.texi (Reporting Bugs): Changed the address that bugs + * calc.texi (Reporting Bugs): Change the address that bugs should be sent to. 2004-10-15 Reiner Steib @@ -6861,7 +7250,7 @@ 2004-10-12 Jay Belanger - * calc.texi (Help Commands): Changed the descriptions of + * calc.texi (Help Commands): Change the descriptions of calc-describe-function and calc-describe-variable to match their current behavior. @@ -6927,25 +7316,25 @@ 2004-09-20 Reiner Steib - * gnus.texi (MIME Commands): Added - gnus-mime-display-multipart-as-mixed, + * gnus.texi (MIME Commands): + Add gnus-mime-display-multipart-as-mixed, gnus-mime-display-multipart-alternative-as-mixed, gnus-mime-display-multipart-related-as-mixed. (Mail Source Customization): Clarify `mail-source-directory'. (Splitting Mail): Mention gnus-group-find-new-groups. - (SpamOracle): Fixed typo. + (SpamOracle): Fix typo. * gnus-faq.texi: Untabify. ([6.3]): nnir.el is in contrib directory. * message.texi (News Headers): Clarify how a unique ID is created. - * gnus.texi (Batching Agents): Fixed typo in example. Reported - by Hiroshi Fujishima . + * gnus.texi (Batching Agents): Fix typo in example. + Reported by Hiroshi Fujishima . 2004-09-20 Andre Srinivasan (tiny change) - * gnus.texi (Group Parameters): Added more on hooks. + * gnus.texi (Group Parameters): Add more on hooks. 2004-09-20 Florian Weimer @@ -6953,7 +7342,7 @@ 2004-09-22 Jay Belanger - * calc.texi (Vectors as Lists): Added a warning that the tutorial + * calc.texi (Vectors as Lists): Add a warning that the tutorial might be hidden during part of the session. 2004-09-20 Jay Belanger @@ -7046,8 +7435,8 @@ mm-content-transfer-encoding-defaults entry. (rfc2047): Update. - * gnus.texi (Article Highlighting): Add - gnus-cite-ignore-quoted-from. + * gnus.texi (Article Highlighting): + Add gnus-cite-ignore-quoted-from. (POP before SMTP): New node. (Posting Styles): Addition. (Splitting Mail): Add nnmail-split-lowercase-expanded. @@ -7061,8 +7450,8 @@ 2004-08-22 Reiner Steib - * gnus.texi (Mail Source Specifiers): Describe - `pop3-leave-mail-on-server'. + * gnus.texi (Mail Source Specifiers): + Describe `pop3-leave-mail-on-server'. 2004-08-02 Reiner Steib @@ -7089,8 +7478,8 @@ 2004-06-13 Luc Teirlinck - * autotype.texi (Copyrights, Timestamps): Recommend - `before-save-hook' instead of `write-file-functions'. + * autotype.texi (Copyrights, Timestamps): + Recommend `before-save-hook' instead of `write-file-functions'. 2004-06-13 Lars Hansen @@ -7201,7 +7590,7 @@ 2004-02-29 Simon Josefsson - * smtpmail.texi (Authentication): Changed the list of supported + * smtpmail.texi (Authentication): Change the list of supported authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele . @@ -7220,8 +7609,8 @@ * tramp.texi (Customizing Completion): Explain new functions `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'. (all): Savannah URLs unified to "http://savannah.nongnu.org". - (Top): Refer to Savannah mailing list as the major one. Mention - older mailing lists in HTML mode only. + (Top): Refer to Savannah mailing list as the major one. + Mention older mailing lists in HTML mode only. (Auto-save and Backup): Add auto-save. Based on wording of Kai. (Frequently Asked Questions): Remote hosts must not be Unix-like for "smb" method. @@ -7410,7 +7799,7 @@ (Multi-hop Methods): Add method `remsh'. Small patch from Adrian Aichner : Fix minor typos. - (Concept Index): Added to make manual searchable via + (Concept Index): Add to make manual searchable via `Info-index'. (Version Control): Add cindex entry. @@ -7460,7 +7849,7 @@ appropriate. In info case, point to node `Installation' in order to explain how to generate the other way. In html case, make a link to the other html file. - (Obtaining TRAMP): Added a paragraph saying to perform `autoconf' + (Obtaining TRAMP): Add a paragraph saying to perform `autoconf' after CVS checkout/update. (Installation): Completely rewritten. (Installation parameters, Load paths): New sections under @@ -7513,8 +7902,8 @@ 2002-12-26 Kai Großjohann - * tramp.texi (External transfer methods): New method `smb'. From - Michael Albinus. + * tramp.texi (External transfer methods): New method `smb'. + From Michael Albinus. 2002-11-05 Karl Berry @@ -7523,8 +7912,8 @@ 2002-10-06 Kai Großjohann - * tramp.texi: Move @copying to standard place. Use - @insertcopying. + * tramp.texi: Move @copying to standard place. + Use @insertcopying. 2002-10-02 Karl Berry @@ -7982,8 +8371,8 @@ 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu) * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and - then define `\sc' as the command for smallcaps in Texinfo. This - means that the @sc command will produce small caps. bfox has + then define `\sc' as the command for smallcaps in Texinfo. + This means that the @sc command will produce small caps. bfox has made the corresponding change to makeinfo and texinfm.el. 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)