]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ChangeLog
Merge from emacs-24; up to 2013-01-02T10:15:31Z!michael.albinus@gmx.de
[gnu-emacs] / doc / misc / ChangeLog
index 1ef5730674eb62452c3bf059cd0d463fb9f7dc0c..940a3fe5143aab5940626e5eaa5e7099a09f77fb 100644 (file)
@@ -1,9 +1,128 @@
-2013-07-31  Glenn Morris  <rgm@gnu.org>
+2013-08-12  Glenn Morris  <rgm@gnu.org>
 
        * 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>
+
+       * 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".
 
-       * Version 24.3 released.
+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: 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  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.