]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ChangeLog
Merge Org 8.2.4
[gnu-emacs] / doc / misc / ChangeLog
index a745b5d547bbf15a742101c84375b776bc95ede5..6e427fa24b060997193c342881250acaa2fbeafe 100644 (file)
@@ -1,3 +1,605 @@
+2013-12-06  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.texi (Creating one-off styles): Use new export snippet
+       syntax.
+
+       * org.texi (Export settings): documentation describing how text
+       above the first heading is ignored when an :export: tag is in a
+       file.
+
+2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
+2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
+
+       * ses.texi (Quick Tutorial): New chapter.  (Bug#14748)
+       (The Basics, Formulas): Copyedits.
+       (Resizing, Printer functions): Add index entries.
+
+2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Customizing Calc): Mention new variable
+       `calc-context-sensitive-enter'.
+
+2013-11-12  Aaron Ecay  <aaronecay@gmail.com>
+
+       * org.texi (Exporting code blocks): Document the 'inline-only
+       setting for `org-export-babel-evaluate'.  Document how :var
+       introduces code block dependencies.
+
+2013-11-12  Achim Gratz  <Stromeko@Stromeko.DE>
+
+       * org.texi (Header arguments): Document header-args[:lang]
+       properties and remove deprecated old-style properties from
+       documentation.
+
+       * org.texi (Agenda commands): Remove footnote from @tsubheading
+       and add a sentence with the reference instead.
+
+2013-11-12  Bastien Guerry  <bzg@gnu.org>
+
+       * org.texi (Catching invisible edits):
+       * org.texi (Plain lists, Plain lists):
+       * org.texi (Advanced configuration):
+       * org.texi (Tag groups):
+       * org.texi (Conventions):
+       * org.texi (Checkboxes, Radio lists):
+       * org.texi (Top, Summary, Exporting):
+       * org.texi (In-buffer settings): Fix typos.
+
+       * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
+       C-w'.  Add an index entry for `org-refile-keep'.
+
+       * org.texi (Plain lists): Add an index entry for sorting plain
+       list.  Document sorting by checked status for check lists.
+
+       * org.texi (Publishing options): Fix old variable names.
+
+       * org.texi (Orgstruct mode): Fix suggested setting of
+       `orgstruct-heading-prefix-regexp'.
+
+       * org.texi (Export settings): Document
+       `org-export-allow-bind-keywords'.
+
+       * org.texi (History and Acknowledgments): Small rephrasing.
+
+       * org.texi (Template elements): Add a footnote about tags accepted
+       in a year datetree.
+
+       * org.texi (Beamer export, @LaTeX{} and PDF export)
+       (Header and sectioning, @LaTeX{} specific attributes): Enhance
+       style.
+
+       * org.texi (Agenda commands): Add a footnote about dragging agenda
+       lines: it does not persist and it does not change the .org files.
+
+       * org.texi (Agenda commands): Add a table heading for dragging
+       agenda lines forward/backward.
+
+       * org.texi (Agenda commands): Add documentation for
+       `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
+
+       * org.texi (Publishing options): Update the list of options.
+       (Simple example, Complex example): Fix the examples.
+
+       * org.texi (Formula syntax for Calc): Don't use a bold font the
+       warning.
+
+       * org.texi (Other built-in back-ends): New section.
+
+       * org.texi (Editing source code): Document
+       `org-edit-src-auto-save-idle-delay' and
+       `org-edit-src-turn-on-auto-save'.
+
+       * org.texi (External links): Document contributed link types
+       separately.
+
+       * org.texi (Closing items): Document
+       `org-closed-keep-when-no-todo'.
+
+       * org.texi (Export back-ends): Rename from "Export formats".
+       (The Export Dispatcher): Remove reference to
+       `org-export-run-in-background'.
+       (Export settings): Minor rewrites.
+       (ASCII/Latin-1/UTF-8 export): Update variable's name.
+       (In-buffer settings): Add #+HTML_HEAD_EXTRA.
+
+       * org.texi (Export in foreign buffers): New section.
+       (Exporting): Remove documentation about converting the selected
+       region.
+
+       * org.texi (Advanced configuration): Put the filter valid types in
+       a table.  Use @lisp and @smalllisp.
+
+       * org.texi: Use @code{nil} instead of nil.  Update the maintainer
+       contact info.
+
+       * org.texi (Exporting): Better introductory sentence.  Add a note
+       about conversion commands.
+       (Feedback, Orgstruct mode, Built-in table editor)
+       (Built-in table editor, Orgtbl mode, Updating the table)
+       (Property syntax, Capturing column view, Capture)
+       (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
+       (Exporting, Extending ODT export)
+       (Working with @LaTeX{} math snippets, dir, Customization)
+       (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
+       Uniformly use @kbd{M-x command RET}.
+
+       * org.texi (Filtering/limiting agenda items): New subsection.
+       Document the use of `org-agenda-max-*' options and
+       `org-agenda-limit-interactively' from the agenda.
+       (Agenda commands): Move details about filtering commands to
+       the new section, only include a summary here.
+       (Customizing tables in ODT export)
+       (System-wide header arguments, Conflicts, Dynamic blocks): Use
+       spaces for indentation.
+
+       * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
+
+       * org.texi (Links in HTML export, Images in HTML export)
+       (post): Fix syntax within #+ATTR_*.
+       (Tables in HTML export): Document `org-html-table-row-tags'
+       and use `org-html-table-default-attributes' instead of
+       `org-html-table-tag'.
+
+       * org.texi (Publishing action, Publishing options)
+       (Publishing links): Major rewrite.  Enhance explanations for
+       `org-org-publish-to-org'.  Remove reference to
+       `org-export-run-in-background'.
+
+       * org.texi: Fix many small typos.  Use #+NAME instead of
+       #+TBLNAME.  Use @smalllisp instead of @example.
+       (Special symbols): Add index?
+       (HTML preamble and postamble): Don't mention obsolete use of
+       opt-plist.
+       (JavaScript support): Don't mention the org-jsinfo.el file as it
+       has been merged with ox-html.el.
+
+       * org.texi (Installation, Feedback, Setting Options)
+       (Code evaluation security, org-crypt.el): Use @lisp instead of
+       @example.
+       (Agenda commands): Use @table instead of @example.
+
+       * org.texi (Adding hyperlink types): New appendix.
+
+       * org.texi (ODT export commands, Extending ODT export)
+       (Applying custom styles, Images in ODT export)
+       (Labels and captions in ODT export)
+       (Literal examples in ODT export)
+       (Configuring a document converter)
+       (Working with OpenDocument style files)
+       (Customizing tables in ODT export)
+       (Validating OpenDocument XML): Fix options names.
+
+       * org.texi (History and Acknowledgments): Update acknowledgments
+       to Nicolas.  Add Nicolas Goaziou to the list of contributors.
+
+       * org.texi (System-wide header arguments): Don't use "customizing"
+       for setting a variable.  Also remove comments.
+
+       * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
+       `org-agenda-start-on-weekday' to the variable index and document
+       them.
+
+       * org.texi (Sparse trees, Agenda commands)
+       (@LaTeX{} fragments, Selective export, Export options)
+       (The export dispatcher, ASCII/Latin-1/UTF-8 export)
+       (HTML Export commands, @LaTeX{}/PDF export commands)
+       (iCalendar export, Publishing options, Triggering publication)
+       (In-buffer settings): Update to reflect changes from the new
+       export engine.
+
+       * org.texi (Matching tags and properties): More examples.  Explain
+       group tags expansion as regular expressions.
+
+       * org.texi (Tag groups): New section.
+
+       * org.texi (Setting tags): Tiny formatting fixes.
+
+       * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
+       names.
+
+       * org.texi (Storing searches): Add "agenda" and "agenda*" to the
+       concept index.  Include example for these agenda views.
+       (Special agenda views): Mention the "agenda*" agenda view.
+
+       * org.texi (Repeated tasks): Document how to ignore a repeater
+       when using both a scheduled and a deadline timetamp.
+
+       * org.texi (Global and local cycling): Wrap in a new subsection.
+       (Initial visibility, Catching invisible edits): New subsections.
+
+       * org.texi (Visibility cycling): Mention that
+       `org-agenda-inhibit-startup' will prevent visibility setting when
+       the agenda opens an Org file for the first time.
+
+       * org.texi (Org syntax): New section.
+
+       * org.texi (Orgstruct mode): Document
+       `orgstruct-heading-prefix-regexp'.
+
+       * org.texi (Speeding up your agendas): New section.
+
+       * org.texi (Installation): When installing Org from ELPA, users
+       should do this from an Emacs session where no .org file has been
+       visited.
+
+       * org.texi (CSS support, In-buffer settings): Update HTML options
+       names.
+
+       * org.texi (Structure editing): Update documentation for
+       `org-insert-heading-or-item'.
+       (Plain lists, Relative timer): Update index entry.
+
+       * org.texi (JavaScript support): Update variable names.
+
+       * org.texi (comments): Minor formatting fix.
+
+       * org.texi (@LaTeX{} fragments): Minor enhancement.
+
+       * org.texi: Update the list contributions.
+
+       * org.texi (Agenda commands): Exporting the agenda to an .org file
+       will not copy the subtrees and the inherited tags.  Document
+       `org-agenda-filter-by-regexp'.
+
+       * org.texi (Publishing action, Complex example): Fix names of
+       publishing functions.
+
+       * org.texi (Top, Exporting): Delete references to Freemind.
+       (Freemind export): Delete section.
+
+       * org.texi (Top, Exporting): Delete references to the XOXO export.
+       (XOXO export): Delete section.
+
+       * org.texi (Capture): Mention that org-remember.el is not
+       supported anymore.
+
+       * org.texi (Top, Exporting, Beamer class export): Delete
+       references to the TaskJuggler export.
+       (History and Acknowledgments): Mention that the TaskJuggler has
+       been rewritten by Nicolas and now lives in the contrib/ directory
+       of Org's distribution.  Mention that Jambunathan rewrote the HTML
+       exporter.  Remove Jambunathan from my own acknowledgments.
+       (TaskJuggler export): Delete.
+
+       * org.texi (HTML preamble and postamble)
+       (Tables in HTML export, Images in HTML export)
+       (Math formatting in HTML export, CSS support)
+       (@LaTeX{} and PDF export, Publishing options): Fix the names of
+       the HTML export and publishing options.
+
+       * org.texi (Literal examples, Export options)
+       (@LaTeX{} and PDF export, Header and sectioning)
+       (Publishing options): Fix LaTeX options names.
+
+       * org.texi (Export options, CSS support, In-buffer settings): Fix
+       references to HTML_LINK_* and HTML_STYLE keywords.
+
+       * org.texi (Export options, In-buffer settings): Fix references to
+       #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
+
+       * org.texi (Top, Markup, Initial text, Images and tables)
+       (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
+       (Export options, JavaScript support, Beamer class export): Remove
+       references to the DocBook export, which has been deleted.
+       (History and Acknowledgments): Mention that DocBook has been
+       deleted, suggest to use the Texinfo exporter instead, then to
+       convert the .texi to DocBook with makeinfo.
+       (Links in ODT export, Tables in ODT export): Fix indices.
+
+       * org.texi (Deadlines and scheduling): Add a variable to the
+       index.  Add documentation about delays for scheduled tasks.
+
+       * org.texi (Emphasis and monospace): Mention
+       `org-fontify-emphasized-text' and
+       `org-emphasis-regexp-components'.
+
+       * org.texi (References): Small enhancement.
+
+       * org.texi (Column width and alignment): Make the example visually
+       more clear.
+
+       * org.texi (The clock table): Document :mstart and :wstart as a
+       way to set the starting day of the week.
+
+       * org.texi (In-buffer settings): Document new startup keywords.
+       Thanks to John J Foerch for this idea.
+
+       * org.texi (Include files): Tiny formatting fix.
+
+       * org.texi (Activation): Point to the "Conflicts" section.
+
+2013-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.texi (CSS support): Clarify this section.
+
+       * org.texi (@LaTeX{} specific attributes): Document that tabu and
+       tabularx packages are not in the default set of packages.
+
+       * org.texi (Agenda commands): Document fortnight view.
+
+       * org.texi: Document conflict with ecomplete.el.
+
+       * org.texi (History and Acknowledgments): Acknowledgements for
+       Jason Dunsmore and Rakcspace.
+
+       * org.texi: Rename org-crypt.el node to org-crypt.
+
+       * org.texi (A @LaTeX{} example): Fix typo in variable name.
+
+       * org.texi (MobileOrg): Mention the new iPhone developer.
+
+       * org.texi (Table of contents) Improve documentation of TOC
+       placement.
+
+       * org.texi: Explain that date/time information at read-date prompt
+       should start at the beginning, not anywhere in the middle of a
+       long string.
+
+2013-11-12  Christopher Schmidt  <christopher@ch.ristopher.com>
+
+       * org.texi (Orgstruct mode): Fix wrong regexp.
+
+2013-11-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       * org.texi: Document export to (X)HTML flavors.
+
+2013-11-12  Eric Schulte  <schulte.eric@gmail.com>
+
+       * org.texi (Extracting source code): Mention the prefix argument
+       to org-babel-tangle.
+       (noweb): Removed erroneous negative.
+       (Specific header arguments): Document new header arguments.
+       Documentation for new tangle-mode header argument.
+       (Top): Documentation for new tangle-mode header argument.
+       (rownames): Documentation for new tangle-mode header argument.
+       Mention elisp as special rowname case.
+       (tangle-mode): Documentation for new tangle-mode header argument.
+       (post): Documentation and an example of usage.
+       (var): Remove the "Alternate argument syntax" section from the
+       documentation.
+       (hlines): Note that :hline has no effect for Emacs Lisp code
+       blocks.
+
+2013-11-12  Feng Shu  <tumashu@gmail.com>
+
+       * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
+       (Math formatting in HTML export)
+       (Working with @LaTeX{} math snippets): Add document about creating
+       formula image with imagemagick.
+
+       * org.texi (@LaTeX{} specific attributes): Document `:caption'
+       attribute of #+ATTR_LATEX.
+
+2013-11-12  Grégoire Jadi  <gregoire.jadi@gmail.com>
+
+       * org.texi (Handling links): Fix a typo in
+       `org-startup-with-inline-images' documentation.
+
+       * org.texi (Previewing @LaTeX{} fragments): Document the startup
+       keywords to use for previewing LaTeX fragments or not.
+       (Summary of in-buffer settings): Improve formatting and add an
+       entry for the variable `org-startup-with-latex-preview'.
+
+       * org.texi (Property syntax): Recall the user to refresh the org
+       buffer when properties are set on a per-file basis.
+
+2013-11-12  Gustav Wikström  <gustav.erik@gmail.com>  (tiny change)
+
+       * org.texi (Matching tags and properties): Clarification.
+
+2013-11-12  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>
+
+       * org.texi (Editing and debugging formulas): Add an example when a
+       table has multiple #+TBLFM lines.
+
+2013-11-12  Ivan Vilata i Balaguer  <ivan@selidor.net>  (tiny change)
+
+       * org.texi (The clock table): Document acceptance of relative
+       times in tstart and tend, link to syntax description and provide
+       example.
+
+2013-11-12  Jarmo Hurri  <jarmo.hurri@syk.fi>
+
+       * org.texi (The spreadsheet): Document lookup functions.
+
+2013-11-12  Kodi Arfer  <git@arfer.net>  (tiny change)
+
+       * org.text (CSS support): Mention .figure-number, .listing-number,
+       and .table-number.
+
+2013-11-12  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org.texi
+       (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
+       spreadsheet formula mode strings and some examples from @example
+       block with xy @r{yz} to @table.
+
+       * org.texi (Formula syntax for Calc): Improve the documentation of
+       empty fields in formulas for spreadsheet.  Add explanation and
+       example for empty field.  Extend explanations of format
+       specifiers.  Add a sentence to mention Calc defmath.
+
+       * org.texi (Column formulas): Add a sentence to be more explicit
+       about when a table header is mandatory.
+
+2013-11-12  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.texi (Subscripts and superscripts): Remove reference to
+       quoted underscores until this mechanism is implemented again.
+
+       * org.texi (Beamer export): Be more accurate about BEAMER_OPT
+       property.
+
+       * org.texi (Document title): Subtree export is no longer triggered
+       by marking one as the region.
+       (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
+       giving examples isn't very useful: "horizontal rule" is, at least,
+       as explicit as <hr/>.
+
+       * org.texi (HTML doctypes): Reflect keyword removal.
+       (CSS support): Reflect keyword removal.
+
+       * org.texi (@LaTeX{} specific attributes): Document new :float
+       values.
+
+       * org.texi (Export settings): Improve documentation.
+
+       * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
+       (Text areas in HTML export): Update text areas.
+       (HTML Export commands): Update export commands.
+
+       * org.texi (Header and sectioning): Add a footnote about the
+       different between LATEX_HEADER_EXTRA and LATEX_HEADER.
+
+       * org.texi (The Export Dispatcher): Document
+       `org-export-in-background'.
+
+       * org.texi (Footnotes): Export back-ends do not use
+       `org-footnote-normalize' anymore.
+
+       * org.texi: Document variable changes.
+
+       * org.texi (Export settings): Doument p: item in OPTIONS keyword.
+
+       * org.texi (Exporting): Massive rewrite of the first sections.
+       (Selective export): Delete.
+       (The Export Dispatcher): Rewrite.
+       (Export options): Rewrite as "Export settings".
+
+       * org.texi: Small changes to documentation for embedded LaTeX.
+
+       * org.texi (Internal links): Document #+NAME keyword and
+       cross-referencing during export.
+
+       * org.texi (Include files): Remove reference to :prefix1
+       and :prefix.  Give more details for :minlevel.
+
+       * org.texi (Macro replacement): Fix macro name.  Update
+       documentation about possible locations and escaping mechanism.
+
+       * org.texi (Table of contents): Update documentation.  Document
+       lists of listings and lists of tables.  Add documentation for
+       optional title and #+TOC: keyword.
+
+2013-11-12  Rick Frankel  <rick@rickster.com>
+
+       * org.texi (results): Add Format section, broken out of Type
+       section to match code.
+       (hlines, colnames): Remove incorrect Emacs Lisp exception.  Note
+       that the actual default handling (at least for python and
+       emacs-lisp) does not seem to match the description.
+
+2013-11-12  Sacha Chua  <sacha@sachachua.com>  (tiny change)
+
+       * org.texi (The date/time prompt): Update the documentation to
+       reflect the new way `org-read-date-get-relative' handles weekdays.
+
+2013-11-12  Yasushi Shoji  <yashi@atmark-techno.com>
+
+       * org.texi (Resolving idle time): Document
+       `org-clock-x11idle-program-name'.
+
+2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ert.texi (Running Tests Interactively): Adapt examle output.
+       (Tests and Their Environment): Mention skip-unless.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
+       * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
+       * widget.texi: Nuke @refill.
+
+       * Makefile.in (install-dvi, install-html, install-pdf)
+       (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
+       (uninstall-pdf): Quote entities that might contain whitespace.
+
+2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.el (Data Type Formats): Don't specify the size at
+       which integers begin to be represented by lists.
+
+2013-10-14  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * cl.texi (Argument Lists): Add indexes for &key and &aux.
+
+2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * trampver.texi: Update release number.
+
+2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.8.
+
+       * tramp.texi (External packages): Use `non-essential'.
+       * trampver.texi: Update release number.
+
+2013-09-14  Glenn Morris  <rgm@gnu.org>
+
+       * eshell.texi: Markup fixes.
+
+2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ido.texi (Interactive Substring Matching): Use @key{RET} instead
+       of @kbd{RET}.
+       (Prefix Matching): Add an index.
+
+2013-09-08  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-gnutls.texi: Tweak direntry.
+
+2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Alternative Syntax): Remove chapter.
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Try to reduce redundancy in doc/misc/Makefile.in.
+       * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
+       (TARGETS): New intermediate variable.
+       (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
+
+2013-08-27  Glenn Morris  <rgm@gnu.org>
+
+       * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
+
+       * efaq.texi: Rename from faq.texi, to match its output files.
+       * Makefile.in: Update for faq.texi name change.
+
+       * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
+
+       * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
+
+       * efaq-w32.texi: Move here from the web-pages repository.
+       * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
+       (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
+       (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
+       (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
+       Add DOCMISC_*_W32 variables.
+       (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
+       (efaq_w32_deps): New variable.
+       (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
+       (efaq-w32.pdf, efaq-w32.html): New rules.
+       (clean): Remove efaq-w32 products.
+
+2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <rgm@gnu.org>
 
        * reftex.texi (LaTeX xr Package, Options - Table of Contents)
        (Extending):
        Rename nodes to avoid characters that can cause Texinfo problems.
 
-2013-07-31  Glenn Morris  <rgm@gnu.org>
+2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
+
+2013-08-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
+       (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
+       (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
+       (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
+       (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
+       (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
+       (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
+       (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
+       (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
+       (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
+       (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
+       (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
+       (wisent_deps, woman_deps): New variables.  Use to reduce duplication.
 
        * woman.texi (Top): Avoid mailto: in html output.
 
+       * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
+       (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
+       (INSTALL_DATA): New, set by configure.
+       (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
+       (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
+       install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
+       uninstall-ps, and uninstall-doc.
+       (.SUFFIXES): Add .ps and .dvi.
+       (.dvi.ps): New suffix rule.
+       (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
+       (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
+       (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
+       (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
+       (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
+       (forms.html, gnus.html, htmlfontify.html, idlwave.html)
+       (ido.html, mairix-el.html, message.html, mh-e.html)
+       (newsticker.html, nxml-mode.html, org.html, pgg.html)
+       (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
+       (semantic.html, sieve.html, smtpmail.html, speedbar.html)
+       (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
+       (viper.html, widget.html, wisent.html, woman.html, install-dvi)
+       (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
+       (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
+       New rules.
+       (clean): Remove HTML_TARGETS and PS_TARGETS.
+
+2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ido.texi (Working Directories):
+       (Flexible Matching, Regexp Matching, Find File At Point)
+       (Ignoring, Misc Customization): Use @defopt for user options.
+
+2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * htmlfontify.texi (Customization): Remove documentation of
+       `hfy-fast-lock-save'.  Minor fixes.
+
+2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ido.texi (Top): Insert node "Working Directories" in menu.
+       (Working Directories): New node.
+       (Misc Customization): Add documentation of
+       `ido-confirm-unique-completion' and some other user options.
+
+2013-08-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * todo-mode.texi: Update @dircategory.
+       (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
+       (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
+       @ref.
+
+2013-08-07  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * sc.texi (Introduction): Fix index.
+       (Usage Overview):
+       (Citations, Citation Elements, Recognizing Citations)
+       (Information Keys and the Info Alist, Reference Headers)
+       (The Built-in Header Rewrite Functions)
+       (Electric References, Reply Buffer Initialization)
+       (Filling Cited Text, Selecting an Attribution)
+       (Attribution Preferences)
+       (Anonymous Attributions, Author Names)
+       (Using Regi, Post-yank Formatting Commands)
+       (Citing Commands, Insertion Commands)
+       (Mail Field Commands)
+       (Hints to MUA Authors, Thanks and History): Change from one space
+       between sentences to two.
+       (What Supercite Does): Typo fix.
+
+       * newsticker.texi (Usage): Use @key for RET.
+
+       * cl.texi (Argument Lists):
+       (For Clauses):
+       (Macros): Add indexes.
+
+2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * cl.texi (Blocks and Exits): Add an index.
+
+2013-08-04  Stephen Berman  <stephen.berman@gmx.net>
+
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
+       (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
+       (todo-mode.dvi, todo-mode.pdf): New rules.
+
+       * todo-mode.texi: New file.
+
+2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Basic Usage): Mention that warp means jump here.
+       (The notmuch Engine): Mention notmuch.
+
+2013-07-30  Tassilo Horn  <tsdh@gnu.org>
+
+       * 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-29  David Engster  <deng@randomsample.de>
+
+       * eieio.texi (top): Make clear that EIEIO is not a full CLOS
+       implementation.
+       (Introduction): Add further missing features.
+       (Building Classes): Add introductory paragraph.
+       (Wish List): Add metaclasses and EQL specialization.
+
+2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Mention
+       `tramp-use-ssh-controlmaster-options'.
+
+2013-07-26  Tassilo Horn  <tsdh@gnu.org>
+
+       * gnus.texi (Sorting the Summary Buffer): Document new defcustom
+       `gnus-sort-threads-recursively'.
+
 2013-07-25  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
+       (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
+
        * erc.texi (Special Features): Update contact information.
        (History): Avoid using @email.
 
        * woman.texi (Introduction, Background): Remove outdated information.
        (Bugs, Acknowledgments): Avoid using @email.
 
+2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ido.texi: New file.
+
+2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
+
+       * gnus.texi (Customizing Articles): Document function predicates.
+
+2013-07-08  Tassilo Horn  <tsdh@gnu.org>
+
+       * gnus.texi (lines): Correct description of
+       `gnus-registry-track-extra's default value.  Mention
+       `gnus-registry-remove-extra-data'.
+
+2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Group Parameters): Mention regexp
+       substitutions (bug#11688).
+
+2013-07-06  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
+
+       * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
+
+2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Emacsen): Fix version.
+
+       * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
+
 2013-07-06  Glenn Morris  <rgm@gnu.org>
 
        * mh-e.texi: Fix external links.
        (Using This Manual): Printed elisp manuals no longer available.
 
-2013-07-04  Glenn Morris  <rgm@gnu.org>
-
        * newsticker.texi (Overview): Update URL.
 
        * nxml-mode.texi (Introduction): Update URL.
 
        * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
 
-2013-07-03  Glenn Morris  <rgm@gnu.org>
-
        * eudc.texi (CCSO PH/QI): Remove defunct URL.
 
        * dbus.texi (Introspection): Update URL to a less defunct one.
 
        * pgg.texi (Top, Overview): Add note about obsolescence.
 
+2013-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Merge from gnulib.
+
+2013-07-03  Glenn Morris  <rgm@gnu.org>
+
        * bovine.texi (top):
        * cc-mode.texi (AWK Mode Font Locking):
        * mh-e.texi (Preface):
        * url.texi (URI Parsing): Fix cross-references to other manuals.
 
+2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Client-Side IMAP Splitting):
+       Note that `nnimap-inbox' now can be a list.
+
 2013-06-24  Glenn Morris  <rgm@gnu.org>
 
        * eshell.texi: Fix cross-references to other manuals.
 
-2013-03-11  Glenn Morris  <rgm@gnu.org>
+2013-06-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
+       Remove; not needed now we use a standard html layout for the faq.
+       (clean): Remove HTML_TARGETS, emacs-faq.text.
+
+2013-06-21  Eduard Wiebe  <usenet@pusto.de>
+
+       * flymake.texi (Parsing the output, Customizable variables):
+       Add reference to `flymake-warning-predicate'.
+
+2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Top, Configuration): Insert section `Predefined
+       connection information' in menu.
+       (Predefined connection information): New section.
+       (Android shell setup): Make a reference to `Predefined connection
+       information'.
+
+2013-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (version): New, set by configure.
+       (clean): Delete dist tar file.
+       (infoclean): New, split from maintainer-clean.
+       (maintainer-clean): Run infoclean.
+       (dist): New rule, to make tarfile for www.gnu.org.
+
+2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
+
+       * 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  Aidan Gauland  <aidalgol@amuri.net>
+
+       * eshell.texi (Input/Output): Expand to cover new visual-command
+       options, eshell-visual-subcommands and eshell-visual-options.
+       Divide into separate Visual Commands and Redirection sections.
+
+2013-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
+
+2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Article Date):
+       Fix description of gnus-article-update-date-headers.
+
+2013-05-28  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * erc.texi (Special Features): ERC is being maintained within
+       Emacs now.
+
+2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * flymake.texi: Change from one space between sentences to two.
+
+2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * cl.texi (Obsolete Macros): Describe replacements for `flet'
+       (bug#14293).
+
+2013-04-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Precise, how to define
+       an own ControlPath.
+
+2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): New item for
+       ControlPath settings.
+
+2013-03-31  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Basic Operations on Units): Streamline some
+       descriptions.
+
+2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell.texi (Built-ins): Update manual to mention tramp module.
+
+2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Filename Syntax): Host names are not allowed to be
+       any method name, unless method name is specified explicitly.
+       Remove restriction on unibyte filenames.
+
+       * trampver.texi: Update release number.
+
+2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: convert some TeX accents to UTF-8
+       * emacs-mime.texi (Interface Functions): Use 'ï' rather than
+       '@"{@dotless{i}}'.
+
+2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.7.
+
+       * trampver.texi: Update release number.
+
+2013-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Basic Operations on Units): Streamline some
+       descriptions.
+
+2013-03-08  Glenn Morris  <rgm@gnu.org>
+
+       * faq.texi (Top): Don't say this was updated @today.
+       That's irrelevant and leads to spurious diffs.
+
+2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Basic Operations on Units):
+       Fix cross-reference.
+
+2013-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
+
+2013-03-06  Alan Mackenzie  <acm@muc.de>
+
+       * cc-mode.texi (Custom Line-Up): Clarify position of point on
+       calling a line-up function.
+
+2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
+       * ses.texi: Switch from Latin-1 to UTF-8.
+
+2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (External methods): Tramp does not connect Android
+       devices by itself.
+
+2013-03-02  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E manual version 8.5.
+
+       * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
+       release 8.5.
+
+       * mh-e.texi (Preface, Conventions, Getting Started)
+       (Using This Manual, Folder Selection, Viewing, Aliases)
+       (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
+       (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
+       Update URLs.
+
+2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
 
-       * Version 24.3 released.
+       * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
+       and "plink2" entries.  "plink2" is obsolete for a long time.
+       (External methods): Remove "scp1" and "scp2" entries.
+       Explain user name and host name specification for "adb".
+
+2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (External methods): Mention `tramp-adb-program'.
 
 2013-02-28  Bastien Guerry  <bzg@gnu.org>
 
        visibility settings to be honored in any circumstances.
        (Progress logging, Checkboxes): Fix typos.
 
-2013-02-25  Michael Albinus  <michael.albinus@gmx.de>
+2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
        the macros, for Texinfo 4.13 and 5.0.
 
 2013-02-24  Michael Albinus  <michael.albinus@gmx.de>
 
-       Port documentation to Texinfo 5.0.
-
+       Port Tramp documentation to Texinfo 5.0.
        * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
        (Filename Syntax): Do not use @trampfn{} in @item.
        (Filename completion): Use @columnfractions in @multitable.
 
        * flymake.texi (Syntax check statuses): Fix multitable continued rows.
 
+2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (html): New rule.
+
+2013-02-20  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Android shell setup): Improve.  Reported by Thierry
+       Volpiatto <thierry.volpiatto@gmail.com>.
+
+2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Top, Configuration): Insert section `Android shell
+       setup' in menu.
+       (Android shell setup): New section.
+       (Connection types, Default Method)
+       (Frequently Asked Questions): Mention "scp" instead of "scpc".
+       (External methods): Remove "scpc" and "rsyncc" entries.
+       (Frequently Asked Questions): Remove entry about ControlPersist.
+
+2013-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * message.texi (News Headers): Don't mention yow any more.
+
+2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Basic Operations on Units):
+       (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
+
 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
 
        * eshell.texi: Fill most of the missing sections.
        (Org-Plot): Fix link.
        (Checkboxes, Radio lists): Fix typos.
 
-2013-02-06  Glenn Morris  <rgm@gnu.org>
+2013-02-07  Glenn Morris  <rgm@gnu.org>
 
        * cl.texi (Equality Predicates): Mention memql.
 
-2013-02-03  Eric Ludlam  <zappo@gnu.org>
+2013-02-07  Eric Ludlam  <zappo@gnu.org>
 
        * doc/misc/ede.texi (Creating a project): Make ede-new doc less
        specific, and only about items it supports, indicating that there
        Add ede-generic-project link.
        (ede-generic-project): New node (bug#11441).
 
-2013-02-03  Glenn Morris  <rgm@gnu.org>
+2013-02-07  Glenn Morris  <rgm@gnu.org>
 
        * cl.texi (Equality Predicates): Fix eq/eql pedantry.
 
+2013-02-01  Glenn Morris  <rgm@gnu.org>
+
+       * calc.texi (Help Commands): Update calc-view-news description.
+       Mention etc/CALC-NEWS.
+
+2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
+
 2013-01-13  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Installation): Simplify.
        variable `org-id-link-to-org-use-id'.  Mention the need to load
        the org-id library.
 
-2013-01-08  Bastien Guerry  <bzg@gnu.org>
+2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
+
+2013-01-09  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Pushing to MobileOrg): Add footnote about using
        symbolic links in `org-directory'.
        `org-mark-subtree'.
        (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
 
+2013-01-08  Juri Linkov  <juri@jurta.org>
+
+       * info.texi (Go to node): Mention the abbreviated format
+       `(FILENAME)' equal to `(FILENAME)Top'.  (Bug#13365)
+
 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
 
        * autotype.texi: Remove undefined command @subtitlefont.
        * ede.texi (Top): Rename from top, all uses changed.
        * eshell.texi: Add missing argument to @sp.
        * forms.texi (Top): Reorder menu to match structure.
-       * htmlfontify.texi (Customisation): Add missing @item in @enumerate.
+       * htmlfontify.texi (Customisation): Add missing @item in
+       @enumerate.
        * org.texi (Advanced features): Add missing argument for @item.
        (Property searches): Use @backslashchar{} in macro argument.
        * pcl-cvs.texi: Add missing argument to @sp.
 
        * htmlfontify.texi: New file.
 
-2012-12-22  Glenn Morris  <rgm@gnu.org>
+2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Free-Form Dates): Expand on the date reading
+       algorithm.
+
+2012-12-27  Glenn Morris  <rgm@gnu.org>
 
        * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
        Avoid some overfull lines.
        * Makefile.in (gfdl): New variable.  Use throughout where
        appropriate so that targets depend on doclicense.texi.
 
+2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Customizing the IMAP Connection): Mention the other
+       authenticators.
+
+2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Browse Foreign Server):
+       Document `gnus-browse-delete-group'.
+
+2012-12-22  Glenn Morris  <rgm@gnu.org>
+
+       * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
+       * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
+       * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
+       * widget.texi, wisent.texi: Nuke hand-written node pointers.
+
+       * Makefile.in (gfdl): New variable.  Use throughout where
+       appropriate so that targets depend on doclicense.texi.
+
 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
        doclicense.texi.  Remove doclicense.texi from all targets that
        mentioned it explicitly.
+       ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
+       $(emacsdir)/emacsver.texi.
+       ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
 
 2012-12-21  Glenn Morris  <rgm@gnu.org>
 
+       * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
+       Include emacsver.texi.  Nuke hand-written node pointers.
+       * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
+       Depend on emacsver.texi.
+
        * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
        * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
        May as well just include doclicense.texi in everything.
 
        * erc.texi: No need to include gpl in this small manual.
 
-2012-12-14  Glenn Morris  <rgm@gnu.org>
-
        * org.texi (copying): Include a copy of the GFDL.
        (GNU Free Documentation License): New section.
 
-2012-12-13  Bastien Guerry  <bzg@gnu.org>
+2012-12-21  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi: Fix typos.
 
+2012-12-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * calc.texi (ISO 8601): Rename from ISO-8601,
+       as it's typically spelled without a hyphen.
+
+2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (ISO-8601): New section.
+       (Date Formatting Codes): Mention new codes.
+       (Standard Date Formats): Mention new formats.
+
+2012-12-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (External methods): Move `adb' method here.
+
 2012-12-13  Glenn Morris  <rgm@gnu.org>
 
+       * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
+
        * wisent.texi: Small edits.  Set copyright to FSF, update license to
        GFDL 1.3+.
        * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
 
        * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
 
-2012-12-12  Glenn Morris  <rgm@gnu.org>
+2012-12-13  Glenn Morris  <rgm@gnu.org>
 
        * flymake.texi (Customizable variables, Locating the buildfile):
        Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
        * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
        ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
 
-2012-12-12  Eric Ludlam  <zappo@gnu.org>
+2012-12-13  Eric Ludlam  <zappo@gnu.org>
 
        * srecode.texi: New file, imported from CEDET trunk.
 
-2012-12-12  Bastien Guerry  <bzg@gnu.org>
+2012-12-13  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Summary, Code block specific header arguments)
        (Code block specific header arguments)
 
        * org.texi (System-wide header arguments)
        (Header arguments in Org mode properties, Conflicts)
-       (Dynamic blocks, Using the mapping API): Fix indendation of
-       Elisp code examples.
+       (Dynamic blocks, Using the mapping API):
+       Fix indentation of Elisp code examples.
 
        * org.texi (Comment lines): Fix description of the comment syntax.
 
        * org.texi (Installation): Mention "make test" in the correct section.
 
-2012-12-02  Michael Albinus  <michael.albinus@gmx.de>
+2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi, gpl.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
+2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (History): Mention ADB.
+       (Inline methods): Add `adb' method.
+
+2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
        (External methods): Fix typo.
 
-2012-11-30  Glenn Morris  <rgm@gnu.org>
+2012-12-03  Glenn Morris  <rgm@gnu.org>
 
        * rcirc.texi (Notices): Fix typo.
 
-2012-11-20  Michael Albinus  <michael.albinus@gmx.de>
+2012-11-25  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E manual version 8.4.
+
+       * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
+       Update for release 8.4.
+
+       * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
+       (Junk): Add mh-whitelist-preserves-sequences-flag,
+       mh-blacklist-msg-hook, mh-whitelist-msg-hook,
+       mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
+
+2012-11-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * mh-e.texi (Procmail): Fix two @ typos.
+
+2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi, gpl.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
+2012-11-23  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Date Formatting Codes): Mention the new beginning of
+       the date numbering system.
+
+2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
+       (Date Forms): Correct off-by-one error in explanation of
+       Julian day numbers.  Give Gregorian equivalent of its origin.
+
+2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * doc/misc/calc.texi (Date Forms): Mention the customizable
+       Gregorian-Julian switch.
+       (Customizing Calc): Mention the variable `calc-gregorian-switch'.
+
+2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
-       distinguish from trunk.
+       Calc now uses the Gregorian calendar for all dates (Bug#12633).
+       It also uses January 1, 1 AD as its day number 1.
+       * calc.texi (Date Forms): Document this.
 
 2012-11-16  Glenn Morris  <rgm@gnu.org>
 
        * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
        (Obsolete Macros): Move example here from Function Bindings.
 
-2012-11-13  Glenn Morris  <rgm@gnu.org>
-
        * erc.texi: Use @code{nil} rather than just "nil".
        (Modules): Undocument obsolete "hecomplete".
        Add "notifications".
        (Connecting): Add brief section on passwords.
        (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
 
-2012-11-12  Glenn Morris  <rgm@gnu.org>
+2012-11-13  Glenn Morris  <rgm@gnu.org>
 
        * flymake.texi (Customizable variables)
        (Highlighting erroneous lines): Mention flymake-error-bitmap,
        flymake-warning-bitmap, and flymake-fringe-indicator-position.
 
-2012-11-09  Chong Yidong  <cyd@gnu.org>
+2012-11-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
+
+       * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
+       In all file place SES into @acronym{...}.
+       (Advanced Features): Add key index and function index for
+       ses-set-header-row.  Add description for function
+       ses-rename-cell.  Add description for function
+       ses-repair-cell-reference-all.
+       (Ranges in formulas): Add description for ses-range flags.
+
+2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Merge from gnulib.
+
+2012-11-10  Chong Yidong  <cyd@gnu.org>
 
        * url.texi (Introduction): Move url-configuration-directory to
        Customization node.
        Improve docs for url-queue-*.
        (Supported URL Types): Copyedits.  Delete empty subnodes.
 
-2012-11-08  Chong Yidong  <cyd@gnu.org>
-
        * url.texi (Introduction): Rename from Getting Started.
        Rewrite the introduction.
        (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
 
-2012-11-07  Glenn Morris  <rgm@gnu.org>
+2012-11-10  Glenn Morris  <rgm@gnu.org>
 
        * cl.texi (Obsolete Setf Customization):
        Revert defsetf example to the more correct let rather than prog1.
        Give define-modify-macro, defsetf, and define-setf-method
        gv.el replacements.
 
-2012-11-06  Glenn Morris  <rgm@gnu.org>
-
        * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
        (Setf Extensions): Remove obsolete reference.
        (Obsolete Setf Customization):
        (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
        (Creating Symbols, Random Numbers): De-emphasize internal
        variables cl--gensym-counter and cl--random-state.  (Bug#12788)
+       (Naming Conventions, Type Predicates, Macros)
+       (Predicates on Numbers): No longer mention cl-floatp-safe.
 
-2012-11-02  Glenn Morris  <rgm@gnu.org>
+2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * cl.texi (Naming Conventions, Type Predicates, Macros)
-       (Predicates on Numbers): No longer mention cl-floatp-safe.
+       * gnus.texi (Mail Source Specifiers):
+       Document :leave keyword used for pop mail source.
 
 2012-11-01  Glenn Morris  <rgm@gnu.org>
 
        (Imprint): Mention Wolfgang in list of contributors.
        (Creating Citations): Give a hint about how to
        auto-revert the BibTeX database file when using external editors.
-       (Referencing Labels): Simplify section about reference macro cycling.
+       (Referencing Labels): Simplify section about reference macro
+       cycling.
        (Options (Referencing Labels)): Adapt to new structure of
        `reftex-ref-style-alist'.
        (Referencing Labels, Reference Styles): Document changes in the
 
        * org.texi (History and Acknowledgments): Fix typo.
 
-       * org.texi (History and Acknowledgments): Add my own acknowledgments.
+       * org.texi (History and Acknowledgments): Add my own
+       acknowledgments.
 
        * org.texi (Agenda commands): Document the new command and the new
        option.
 
        * org.texi (Agenda commands): Delete `org-agenda-action' section.
-       (Agenda commands): Reorder.  Document `*' to toggle persistent marks.
+       (Agenda commands): Reorder.  Document `*' to toggle persistent
+       marks.
 
        * org.texi (Agenda dispatcher):
        Mention `org-toggle-agenda-sticky'.
        * org.texi (Formula syntax for Lisp): Reformat.
 
        * org.texi (Special properties, Column attributes)
-       (Agenda column view): Document the new special property CLOCKSUM_T.
+       (Agenda column view): Document the new special property
+       CLOCKSUM_T.
 
        * org.texi (Template expansion): Document the new %l template.
 
        * org.texi (Clocking commands): Document the use of S-M-<up/down>
        on clock timestamps.
 
-       * org.texi (Fast access to TODO states): Explicitely says only
+       * org.texi (Fast access to TODO states): Explicitly says only
        letters are supported as fast TODO selection keys.
 
        * org.texi (Link abbreviations): Illustrate the use of the "%h"
 
        * org.texi: The sections in the Exporting section of the manual
        left out articles in the description of the org-export-as-*
-       commands, among other places. This patch adds them, adds a few
+       commands, among other places.  This patch adds them, adds a few
        missing prepositions, and switches instances of "an HTML" to "a
        html" for internal consistency.
 
        corresponding function names, according to
        `org-agenda-view-mode-dispatch'.
 
-2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
+2012-09-30  Jan BÃcker  <jan.boecker@jboecker.de>
 
        * org.texi (The spreadsheet): Fix typo.
 
 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org.texi (Literal examples): Remove reference to unknown
-       `org-export-latex-minted' variable. Also simplify footnote since
+       `org-export-latex-minted' variable.  Also simplify footnote since
        `org-export-latex-listings' documentation is exhaustive already.
 
        * org.texi (Plain lists): Remove reference to now hard-coded
        simplifications.
        (Basic Simplifications): Rename from "Limited Simplifications"
        Replace "limited" by "basic" throughout.
-       (Algebraic Simplifications):  Indicate that the algebraic
+       (Algebraic Simplifications): Indicate that the algebraic
        simplifications are done by default.
-       (Unsafe Simplifications):  Mention `m E'.
+       (Unsafe Simplifications): Mention `m E'.
        (Simplification of Units): Mention `m U'.
        (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
        (Kinds of Declarations, Functions for Declarations):
 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.texi (MobileOrg): Change the wording to reflect that the
-       Android Version is no longer just the little brother of the iOS version.
+       Android Version is no longer just the little brother of the iOS
+       version.
 
 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
 
 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
 
        * org.texi (Noweb reference syntax): Adding documentation of
-       the `*org-babel-use-quick-and-dirty-noweb-expansion*' variable.
+       the `*org-babel-use-quick-and-dirty-noweb-expansion*'
+       variable.
 
 2012-01-03  Bastien Guerry  <bzg@gnu.org>
 
 
 2012-01-03  Thomas Dye  <dk@poto.local>
 
-       * org.texi: Changed DATA to NAME in Working With Source Code section.
+       * org.texi: Changed DATA to NAME in Working With Source Code
+       section.
 
 2012-01-03  Tom Dye  <tsd@tsdye.com>
 
 
 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
 
-       * org.texi (Selective export): Explicitely mention the default
+       * org.texi (Selective export): Explicitly mention the default
        values for `org-export-select-tags',
        `org-export-exclude-tags'.
 
 2012-01-03  Tom Dye  <tsd@tsdye.com>
 
-       * org.texi: Added a line to specify that header arguments are lowercase.
+       * org.texi: Added a line to specify that header arguments are
+       lowercase.
 
 2012-01-03  Tom Dye  <tsd@tsdye.com>
 
 
 2012-01-03  David Maus  <dmaus@ictsoc.de>
 
-       * org.texi (Exporting Agenda Views, Extracting agenda information):
-       Fix command line syntax, quote symbol parameter values.
+       * org.texi (Exporting Agenda Views, Extracting agenda
+       information): Fix command line syntax, quote symbol parameter
+       values.
 
 2012-01-03  David Maus  <dmaus@ictsoc.de>
 
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (Languages): Add Lilypond and Awk as supported languages.
+       * org.texi (Languages): Add Lilypond and Awk as supported
+       languages.
 
 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
        * org.texi (Results of evaluation): More explicit about the
-       mechanism through which interactive evaluation of code is performed.
+       mechanism through which interactive evaluation of code is
+       performed.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
 
-       * org.texi (Agenda commands): Doc for function option to bulk action.
+       * org.texi (Agenda commands): Doc for function option to bulk
+       action.
 
 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
-       * org.texi (Template expansion): Document new %<...> template escape.
+       * org.texi (Template expansion): Document new %<...> template
+       escape.
 
 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi (padline): Documentation of the new padline header argument.
+       * org.texi (padline): Documentation of the new padline header
+       argument.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi (var): Clarification of indexing into tabular variables.
+       * org.texi (var): Clarification of indexing into tabular
+       variables.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi (Code evaluation security): Add example for using a function.
+       * org.texi (Code evaluation security): Add example for using a
+       function.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * widget.texi (Setting Up the Buffer): Remove mention of the
-       global keymap parent, which doesn't seem to be accurate (bug#7045).
+       global keymap parent, which doesn't seem to be accurate
+       (bug#7045).
 
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel and
-       calc-logunits-nplevel to calc-dblevel and calc-nplevel, respectively.
+       * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
+       and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
+       respectively.
        (Musical Notes): New section.
        (Customizing Calc): Mention the customizable variable
        calc-note-threshold.
        dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
        dired-read-shell-command, or dired-find-buffer-nocreate.
 
+2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
+
 2011-02-18  Glenn Morris  <rgm@gnu.org>
 
        * dired-x.texi (Optional Installation File At Point): Simplify.