]> code.delx.au - gnu-emacs/commitdiff
Merge from emacs-24; up to 2013-01-02T16:37:04Z!eggert@cs.ucla.edu
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Aug 2013 07:02:00 +0000 (00:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Aug 2013 07:02:00 +0000 (00:02 -0700)
1  2 
doc/misc/ChangeLog
doc/misc/cc-mode.texi
doc/misc/epa.texi
doc/misc/mairix-el.texi
doc/misc/reftex.texi
etc/ChangeLog

diff --combined doc/misc/ChangeLog
index 02f52869f8476179930c36a146ab6b729f499737,a745b5d547bbf15a742101c84375b776bc95ede5..d612c37fcb2275c419cc859fc6975d37c9a7c888
 -2013-07-31  Glenn Morris  <rgm@gnu.org>
+ 2013-08-13  Glenn Morris  <rgm@gnu.org>
+       * reftex.texi (LaTeX xr Package, Options - Table of Contents)
+       (Options - Defining Label Environments, Options - Creating Labels)
+       (Options - Referencing Labels, Options - Creating Citations)
+       (Options - Index Support, Options - Viewing Cross-References)
+       (Options - Finding Files, Options - Optimizations)
+       (Options - Fontification, Options - Misc):
+       * cc-mode.texi (Sample Init File):
+       * edt.texi (Init file):
+       * epa.texi (Encrypting/decrypting gpg files):
+       * mairix-el.texi (About, Setting up the mairix interface, Using)
+       (Extending):
+       Rename nodes to avoid characters that can cause Texinfo problems.
 +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.
  
 -      * Version 24.3 released.
 +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".
 +
 +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.
  
 -      * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
 -      distinguish from trunk.
 +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>
 +
 +      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.
diff --combined doc/misc/cc-mode.texi
index 4cc5d9c5767605da72a705398482f2f15cea1be4,a0e335202e490f13d19db1dc39a12f441df03872..c62d7026541f6bb9a0afcf7742aee6669e95d0b3
@@@ -241,7 -241,7 +241,7 @@@ functions, classes, etc.; there are oth
  * Customizing Indentation::
  * Custom Macros::
  * Odds and Ends::
- * Sample .emacs File::
+ * Sample Init File::
  * Performance Issues::
  * Limitations and Known Bugs::
  * FAQ::
@@@ -1113,7 -1113,7 +1113,7 @@@ valid.}
  This function is not bound to a key by default, but it's intended to be
  used on the @kbd{RET} key.  If you like the behavior of
  @code{newline-and-indent} on @kbd{RET}, you should consider switching to
- this function.  @xref{Sample .emacs File}.
+ this function.  @xref{Sample Init File}.
  
  @item @kbd{M-x c-context-open-line}
  @findex c-context-open-line
@@@ -1170,7 -1170,7 +1170,7 @@@ and @ref{Indentation Engine Basics}
  
  You can toggle each of these minor modes on and off, and you can
  configure @ccmode{} so that it starts up with your favorite
- combination of them (@pxref{Sample .emacs File}).  By default, when
+ combination of them (@pxref{Sample Init File}).  By default, when
  you initialize a buffer, electric mode and syntactic-indentation mode
  are enabled but the other two modes are disabled.
  
@@@ -2378,7 -2378,7 +2378,7 @@@ those set by @code{c-default-style}
  @vindex initialization-hook (c-)
  Hook run only once per Emacs session, when @ccmode{} is initialized.
  This is a good place to change key bindings (or add new ones) in any
- of the @ccmode{} key maps.  @xref{Sample .emacs File}.
+ of the @ccmode{} key maps.  @xref{Sample Init File}.
  @end defvar
  
  @defvar c-mode-common-hook
@@@ -2406,7 -2406,7 +2406,7 @@@ overwritten when @ccmode{} gets loaded
  Here's a simplified example of what you can add to your @file{.emacs}
  file to do things whenever any @ccmode{} language is edited.  See the
  Emacs manuals for more information on customizing Emacs via hooks.
- @xref{Sample .emacs File}, for a more complete sample @file{.emacs}
+ @xref{Sample Init File}, for a more complete sample @file{.emacs}
  file.
  
  @example
@@@ -2685,7 -2685,7 +2685,7 @@@ create a new @dfn{style definition}, po
  style.  To do this, put the new style's settings into a list with the
  following format; the list can then be passed as an argument to the
  function @code{c-add-style}.  You can see an example of a style
- definition in @ref{Sample .emacs File}.
+ definition in @ref{Sample Init File}.
  
  @cindex style definition
  @c @defvr {List} style definition
@@@ -2753,7 -2753,7 +2753,7 @@@ deprecated and it might be removed fro
  You should use @code{c-set-style} instead.
  
  The sample @file{.emacs} file provides a concrete example of how a new
- style can be added and automatically set.  @xref{Sample .emacs File}.
+ style can be added and automatically set.  @xref{Sample Init File}.
  @end defun
  
  @defvar c-style-alist
@@@ -6475,14 -6475,13 +6475,14 @@@ think is generally useful, you're very 
  please contact @email{bug-cc-mode@@gnu.org}.
  
     Line-up functions are passed a single argument, the syntactic
 -element (see below).  The return value is a @code{c-offsets-alist}
 -offset specification: for example, an integer, a symbol such as
 -@code{+}, a vector, @code{nil}@footnote{Returning @code{nil} is useful
 -when the offset specification for a syntactic element is a list
 -containing the line-up function (@pxref{c-offsets-alist}).}, or even
 -another line-up function.  Full details of these are in
 -@ref{c-offsets-alist}.
 +element (see below).  At the time of the call, point will be somewhere
 +on the line being indented.  The return value is a
 +@code{c-offsets-alist} offset specification: for example, an integer,
 +a symbol such as @code{+}, a vector, @code{nil}@footnote{Returning
 +@code{nil} is useful when the offset specification for a syntactic
 +element is a list containing the line-up function
 +(@pxref{c-offsets-alist}).}, or even another line-up function.  Full
 +details of these are in @ref{c-offsets-alist}.
  
  Line-up functions must not move point or change the content of the
  buffer (except temporarily).  They are however allowed to do
@@@ -6760,7 -6759,7 +6760,7 @@@ initialization code
  @end defun
  
  @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- @node    Odds and Ends, Sample .emacs File, Custom Macros, Top
+ @node    Odds and Ends, Sample Init File, Custom Macros, Top
  @comment node-name, next, previous, up
  @chapter Odds and Ends
  @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@@ -6804,9 -6803,9 +6804,9 @@@ anchoring position to indent the line i
  
  
  @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- @node    Sample .emacs File, Performance Issues, Odds and Ends, Top
+ @node    Sample Init File, Performance Issues, Odds and Ends, Top
  @comment node-name, next, previous, up
- @appendix Sample .emacs File
+ @appendix Sample Init File
  @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  
  Here's a sample .emacs file fragment that might help you along the way.
@@@ -6863,7 -6862,7 +6863,7 @@@ to change some of the actual values
  @end verbatim
  
  @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- @node    Performance Issues, Limitations and Known Bugs, Sample .emacs File, Top
+ @node    Performance Issues, Limitations and Known Bugs, Sample Init File, Top
  @comment node-name, next, previous, up
  @chapter Performance Issues
  @cindex performance
diff --combined doc/misc/epa.texi
index adc63cc0bdbc11a7b0a731c2537882ab35b4aa4e,69f1f0baaee065394c6be612cc027fd4f351d6c2..bdba071be55fa6395080ea2381237402c453453f
@@@ -106,7 -106,7 +106,7 @@@ This chapter introduces various command
  * Cryptographic operations on files::
  * Dired integration::
  * Mail-mode integration::
- * Encrypting/decrypting *.gpg files::
+ * Encrypting/decrypting gpg files::
  @end menu
  
  @node Key management
@@@ -240,9 -240,8 +240,9 @@@ you answered yes, it will let you selec
  @node Cryptographic operations on files
  @section Cryptographic operations on files
  
 -@deffn Command epa-decrypt-file file
 -Decrypt @var{file}.
 +@deffn Command epa-decrypt-file file &optional output
 +Decrypt @var{file}.  If you do not specify the name @var{output} to
 +use for the decrypted file, this function prompts for the value to use.
  @end deffn
  
  @deffn Command epa-verify-file file
@@@ -346,8 -345,8 +346,8 @@@ key in the recipient list, use @samp{en
  
  @end table
  
- @node Encrypting/decrypting *.gpg files
- @section Encrypting/decrypting *.gpg files
+ @node Encrypting/decrypting gpg files
+ @section Encrypting/decrypting gpg files
  By default, every file whose name ends with @samp{.gpg} will be
  treated as encrypted.  That is, when you open such a file, the
  decrypted text is inserted in the buffer rather than encrypted one.
@@@ -464,7 -463,7 +464,7 @@@ To set up gpg-agent, follow the instruc
  
  To set up elisp passphrase cache, set
  @code{epa-file-cache-passphrase-for-symmetric-encryption}.
- @xref{Encrypting/decrypting *.gpg files}.
+ @xref{Encrypting/decrypting gpg files}.
  
  @node Bug Reports
  @chapter Bug Reports
diff --combined doc/misc/mairix-el.texi
index 73a1294d28d7beea1b1e471f2c53dbcacf05d92c,0c71a5f9988f766fbddad5e5cdbbd01db61d4955..210b709c1ea841b028149efc35d5696876b56036
@@@ -3,7 -3,7 +3,7 @@@
  @setfilename ../../info/mairix-el
  @settitle Emacs Interface for Mairix
  
 -@documentencoding ISO-8859-1
 +@documentencoding UTF-8
  
  @copying
  Copyright @copyright{} 2008--2013 Free Software Foundation, Inc.
@@@ -55,15 -55,15 +55,15 @@@ database
  @end ifnottex
  
  @menu
- * About mairix and mairix.el::  About the mairix search engine and mairix.el
- * Configuring mairix::          How to configure mairix
- * Setting up mairix.el::        Set up mairix.el
- * Using mairix.el::             List of interactive functions
- * Extending mairix.el::         Support your favorite mail reader!
+ * About::                       About the mairix search engine and mairix.el.
+ * Configuring mairix::          How to configure mairix.
+ * Setting up the mairix interface:: Set up mairix.el.
+ * Using::                       List of interactive functions
+ * Extending::                   Support your favorite mail reader!
  * GNU Free Documentation License::  The license for this documentation.
  @end menu
  
- @node About mairix and mairix.el
+ @node About
  @chapter About mairix and mairix.el
  
  Mairix is a tool for indexing and searching words in locally stored
@@@ -98,7 -98,7 +98,7 @@@ Currently, @code{mairix.el} is only tes
  with RMail, Gnus, or VM as the Emacs mail program.  However, it should
  also work with Maildir or MH, and it should be very easy to integrate
  other Emacs mail programs into @code{mairix.el}
- (@pxref{Extending mairix.el}).
+ (@pxref{Extending}).
  
  If you use Gnus with maildir or MH, you should really use the native
  Gnus back end @code{nnmairix} instead, since it is more tightly
@@@ -165,8 -165,8 +165,8 @@@ Now simply call @code{mairix} to creat
  Note that this may take a few minutes, but every following index will do
  the updates incrementally and hence is very fast.
  
- @node Setting up mairix.el
- @chapter Setting up mairix.el
+ @node Setting up the mairix interface
+ @chapter Setting up the mairix interface
  
  First, put @code{mairix.el} in your Emacs search path and put
  @code{(require 'mairix)} into your @file{.emacs} file.  Then, use
@@@ -179,13 -179,12 +179,12 @@@ If you use Gnus with maildir or mh, us
  nnmairix instead.
  
  If you use another Emacs mail program which is not yet supported by
- mairix.el, it is pretty easy to integrate it.  @xref{Extending
mairix.el}, on how to integrate it into mairix.el.
+ mairix.el, it is pretty easy to integrate it.  @xref{Extending},
+ on how to integrate it into mairix.el.
  
- Now you should be ready to go. @xref{Using mairix.el}, for the available
- commands.
+ Now you should be ready to go. @xref{Using}, for the available commands.
  
- @node Using mairix.el
+ @node Using
  @chapter Using mairix.el
  
  There are currently no default key bindings for mairix.el, since those
@@@ -314,7 -313,7 +313,7 @@@ will still be usable while the update i
  @end table
  
  
- @node Extending mairix.el
+ @node Extending
  @chapter Extending mairix.el
  
  Your favorite Emacs mail program is not supported?  Shame on me.  But
diff --combined doc/misc/reftex.texi
index b9cf23356472634543a733acd9f57175e786e084,d03fe50225778691b8af91df4278068d85ac1321..ba83d8129a8b75ea53a1681bcbd7f73a68e3c74a
@@@ -95,7 -95,7 +95,7 @@@ modify this GNU manual.'
  @contents
  
  @ifnottex
 -@node Top,,,(dir)
 +@node Top
  @top @RefTeX{}
  
  @RefTeX{} is a package for managing Labels, References, Citations and
@@@ -123,13 -123,14 +123,13 @@@ other parts of this document when neede
  * Multifile Documents::              Document spread over many files.
  * Language Support::                 How to support other languages.
  * Finding Files::                    Included @TeX{} files and @BibTeX{} .bib files.
 -* AUCTeX::                           Cooperation with @AUCTeX{}.
  * Optimizations::                    When RefTeX is too slow.
 +* AUCTeX::                           Cooperation with @AUCTeX{}.
  * Problems and Work-Arounds::        First Aid.
  * Imprint::                          Author, Web-site, Thanks
  
  * Commands::                         Which are the available commands.
  * Options::                          How to extend and configure RefTeX.
 -* Keymaps and Hooks::                For customization.
  * Changes::                          A List of recent changes to RefTeX.
  * GNU Free Documentation License::   The license for this documentation.
  
@@@ -153,7 -154,7 +153,7 @@@ Labels and Reference
  * Defining Label Environments::        ... and environments it doesn't.
  * Reference Info::                   View the label corresponding to a \ref.
  * Reference Styles::                 Macros to be used instead of \ref.
- * xr (LaTeX package)::               References to external documents.
+ * LaTeX xr Package::                 References to external documents.
  
  Defining Label Environments
  
@@@ -196,24 -197,24 +196,24 @@@ AUCTe
  
  Options, Keymaps, Hooks
  
- * Options (Table of Contents)::
- * Options (Defining Label Environments)::
- * Options (Creating Labels)::
- * Options (Referencing Labels)::
- * Options (Creating Citations)::
- * Options (Index Support)::
- * Options (Viewing Cross-References)::
- * Options (Finding Files)::
- * Options (Optimizations)::
- * Options (Fontification)::
- * Options (Misc)::
+ * Options - Table of Contents::
+ * Options - Defining Label Environments::
+ * Options - Creating Labels::
+ * Options - Referencing Labels::
+ * Options - Creating Citations::
+ * Options - Index Support::
+ * Options - Viewing Cross-References::
+ * Options - Finding Files::
+ * Options - Optimizations::
+ * Options - Fontification::
+ * Options - Misc::
  
  @end detailmenu
  @end menu
  
  @end ifnottex
  
 -@node Introduction, Table of Contents, , Top
 +@node Introduction
  @chapter Introduction
  @cindex Introduction
  
@@@ -241,7 -242,7 +241,7 @@@ reports or suggestions
  * RefTeX in a Nutshell::             A brief summary and quick guide.
  @end menu
  
 -@node Installation, RefTeX in a Nutshell, , Introduction
 +@node Installation
  @section Installation
  @cindex Installation
  
@@@ -359,7 -360,7 +359,7 @@@ systems these variables do not contain 
  @xref{Finding Files}.
  
  @page
 -@node RefTeX in a Nutshell, , Installation, Introduction
 +@node RefTeX in a Nutshell
  @section @RefTeX{} in a Nutshell
  @cindex Quick-Start
  @cindex Getting Started
@@@ -515,7 -516,7 +515,7 @@@ a tutorial way how to use and customiz
  part is a command and variable reference.
  @end enumerate
  
 -@node Table of Contents, Labels and References, Introduction, Top
 +@node Table of Contents
  @chapter Table of Contents
  @cindex @file{*toc*} buffer
  @cindex Structure editing
@@@ -581,8 -582,8 +581,8 @@@ called
  @item mouse-2
  @vindex reftex-highlight-selection
  Clicking with mouse button 2 on a line has the same effect as @key{RET}.
- See also variable @code{reftex-highlight-selection}, @ref{Options
(Fontification)}.
+ See also variable @code{reftex-highlight-selection},
@ref{Options - Fontification}.
  
  @item f
  @vindex reftex-toc-follow-mode
@@@ -701,9 -702,8 +701,8 @@@ buffer
  
  @item x
  Switch to the @file{*toc*} buffer of an external document.  When the
- current document is using the @code{xr} package (@pxref{xr (LaTeX
- package)}), @RefTeX{} will switch to one of the external
- documents.
+ current document is using the @code{xr} package (@pxref{LaTeX xr Package}),
+ @RefTeX{} will switch to one of the external documents.
  
  
  @tablesubheading{Automatic recentering}
@@@ -764,7 -764,7 +763,7 @@@ environments to the table of contents
  theorem-like environments. @xref{Defining Label Environments}, for an
  example.
  
 -@node Labels and References, Citations, Table of Contents, Top
 +@node Labels and References
  @chapter Labels and References
  @cindex Labels in LaTeX
  @cindex References in LaTeX
@@@ -796,10 -796,10 +795,10 @@@ equation counter
  * Defining Label Environments::        ... and environments it doesn't.
  * Reference Info::                   View the label corresponding to a \ref.
  * Reference Styles::                 Macros to be used instead of \ref.
- * xr (LaTeX package)::               References to external documents.
+ * LaTeX xr Package::                 References to external documents.
  @end menu
  
 -@node Creating Labels, Referencing Labels, , Labels and References
 +@node Creating Labels
  @section Creating Labels
  @cindex Creating labels
  @cindex Labels, creating
@@@ -859,14 -859,14 +858,14 @@@ this label later
  
  @vindex reftex-insert-label-flags
  If you want to change the way certain labels are created, check out the
- variable @code{reftex-insert-label-flags} (@pxref{Options (Creating
- Labels)}).
+ variable @code{reftex-insert-label-flags} (@pxref{Options Creating
+ Labels}).
  
  If you are using @AUCTeX{} to write your @LaTeX{} documents, you can
  set it up to delegate the creation of labels to
  @RefTeX{}. @xref{AUCTeX}, for more information.
  
 -@node Referencing Labels, Builtin Label Environments, Creating Labels, Labels and References
 +@node Referencing Labels
  @section Referencing Labels
  @cindex Referencing labels
  @cindex Labels, referencing
@@@ -981,7 -981,7 +980,7 @@@ references all marked labels
  @vindex reftex-highlight-selection
  Clicking with mouse button 2 on a label will accept it like @key{RET}
  would.  See also variable @code{reftex-highlight-selection},
- @ref{Options (Misc)}.
+ @ref{Options - Misc}.
  
  @vindex reftex-multiref-punctuation
  @item m - + ,
@@@ -1034,7 -1034,7 +1033,7 @@@ buffer
  @tablesubheading{Controlling what gets displayed}
  @vindex reftex-label-menu-flags
  The defaults for the following flags can be configured with the variable
- @code{reftex-label-menu-flags} (@pxref{Options (Referencing Labels)}).
+ @code{reftex-label-menu-flags} (@pxref{Options - Referencing Labels}).
  
  @item c
  Toggle the display of the one-line label definition context in the
@@@ -1082,8 -1082,7 +1081,7 @@@ a menu for that category will be shown
  Reference a label from an external document.  With the @LaTeX{} package
  @code{xr} it is possible to reference labels defined in another
  document.  This key will switch to the label menu of an external
- document and let you select a label from there (@pxref{xr (LaTeX
- package),,xr}).
+ document and let you select a label from there (@pxref{LaTeX xr Package,,xr}).
  
  @end table
  
  In order to define additional commands for the selection process, the
  keymap @code{reftex-select-label-map} may be used.
  
 -@node Builtin Label Environments, Defining Label Environments, Referencing Labels, Labels and References
 +@node Builtin Label Environments
  @section Builtin Label Environments
  @cindex Builtin label environments
  @cindex Label environments, builtin
@@@ -1196,15 -1195,15 +1194,15 @@@ If you want to use other labeled enviro
  @code{\newtheorem}, @RefTeX{} needs to be configured to recognize
  them (@pxref{Defining Label Environments}).
  
 -@node Defining Label Environments, Reference Info, Builtin Label Environments, Labels and References
 +@node Defining Label Environments
  @section Defining Label Environments
  @cindex Label environments, defining
  
  @vindex reftex-label-alist
  @RefTeX{} can be configured to recognize additional labeled
  environments and macros.  This is done with the variable
- @code{reftex-label-alist} (@pxref{Options (Defining Label
- Environments)}).  If you are not familiar with Lisp, you can use the
+ @code{reftex-label-alist} (@pxref{Options Defining Label
+ Environments}).  If you are not familiar with Lisp, you can use the
  @code{custom} library to configure this rather complex variable.  To do
  this, use
  
@@@ -1229,7 -1228,7 +1227,7 @@@ Environments})
  * Putting it Together::              How to combine many entries.
  @end menu
  
 -@node Theorem and Axiom, Quick Equation, , Defining Label Environments
 +@node Theorem and Axiom
  @subsection Theorem and Axiom Environments
  @cindex @code{theorem}, newtheorem
  @cindex @code{axiom}, newtheorem
@@@ -1302,8 -1301,7 +1300,7 @@@ a @code{\macro} or after the @code{\beg
  @code{nil} means to use the text right after the label definition.
  @item
  For more complex ways of getting context, see the variable
- @code{reftex-label-alist} (@ref{Options (Defining Label
- Environments)}).
+ @code{reftex-label-alist} (@ref{Options - Defining Label Environments}).
  @end itemize
  
  The following list of strings is used to guess the correct label type
@@@ -1356,12 -1354,11 +1353,11 @@@ Reftex Label Alist: [Hide
  Depending on how you would like the label insertion and selection for
  the new environments to work, you might want to add the letters @samp{a}
  and @samp{h} to some of the flags in the variables
- @code{reftex-insert-label-flags} (@pxref{Options (Creating Labels)})
- and @code{reftex-label-menu-flags} (@pxref{Options (Referencing
- Labels)}).
+ @code{reftex-insert-label-flags} (@pxref{Options - Creating Labels})
+ and @code{reftex-label-menu-flags} (@pxref{Options - Referencing Labels}).
  
  
 -@node Quick Equation, Figure Wrapper, Theorem and Axiom , Defining Label Environments
 +@node Quick Equation
  @subsection Quick Equation Macro
  @cindex Quick equation macro
  @cindex Macros as environment wrappers
@@@ -1409,7 -1406,7 +1405,7 @@@ Reftex Label Alist: [Hide
              [ ] Make TOC entry    : [Value Menu] No entry
  @end example
  
 -@node Figure Wrapper, Adding Magic Words, Quick Equation, Defining Label Environments
 +@node Figure Wrapper
  @subsection Figure Wrapping Macro
  @cindex Macros as environment wrappers
  @cindex Figure wrapping macro
@@@ -1469,7 -1466,7 +1465,7 @@@ Again, here the configuration in the cu
              [ ] Make TOC entry    : [Value Menu] No entry
  @end example
  
 -@node Adding Magic Words, Using \eqref, Figure Wrapper, Defining Label Environments
 +@node Adding Magic Words
  @subsection Adding Magic Words
  @cindex Magic words
  @cindex German magic words
@@@ -1493,7 -1490,7 +1489,7 @@@ predefined label categories
      (nil ?i nil nil nil ("Punkt"))))
  @end lisp
  
 -@node Using \eqref, Non-Standard Environments, Adding Magic Words, Defining Label Environments
 +@node Using \eqref
  @subsection Using @code{\eqref}
  @cindex @code{\eqref}, AMS-LaTeX macro
  @cindex AMS-LaTeX
@@@ -1520,7 -1517,7 +1516,7 @@@ Note that this is automatically done b
  of @AUCTeX{} (@pxref{Style Files}); so if you use @AUCTeX{},
  this configuration will not be necessary.
  
 -@node Non-Standard Environments, Putting it Together, Using \eqref, Defining Label Environments
 +@node Non-Standard Environments
  @subsection Non-standard Environments
  @cindex Non-standard environments
  @cindex Environments without @code{\begin}
@@@ -1621,7 -1618,7 +1617,7 @@@ for @RefTeX{}
              (incf cnt))))))))
  @end lisp
  
 -@node Putting it Together, , Non-Standard Environments, Defining Label Environments
 +@node Putting it Together
  @subsection Putting it all together
  
  When you have to put several entries into @code{reftex-label-alist}, just
@@@ -1639,7 -1636,7 +1635,7 @@@ the entries described above
      (detect-linguex ?x "ex:" "~\\ref@{%s@}" nil ("Example" "Ex."))))
  @end lisp
  
 -@node Reference Info, Reference Styles, Defining Label Environments, Labels and References
 +@node Reference Info
  @section Reference Info
  @findex reftex-view-crossref
  @findex reftex-mouse-view-crossref
@@@ -1661,7 -1658,7 +1657,7 @@@ message
  @code{\label} macro.  @xref{Viewing Cross-References}, for more
  information.
  
 -@node Reference Styles, LaTeX xr Package, Reference Info, Labels and References
 +@node Reference Styles
  @section Reference Styles
  
  In case you defined your own macros for referencing or you are using
@@@ -1749,7 -1746,7 +1745,7 @@@ and @code{reftex-fref-is-default} respe
  these variables are deprecated now.  Instead of setting them, the
  variable @code{reftex-ref-style-default-list} should be adapted now.
  
- @node xr (LaTeX package)
 -@node LaTeX xr Package, , Reference Styles, Labels and References
++@node LaTeX xr Package
  @section @code{xr}: Cross-Document References
  @cindex @code{xr}, LaTeX package
  @cindex LaTeX packages, @code{xr}
@@@ -1784,7 -1781,7 +1780,7 @@@ For this kind of inter-document cross-r
  information and the use of multiple selection buffers can mean a large
  speed-up (@pxref{Optimizations}).
  
 -@node Citations, Index Support, Labels and References, Top
 +@node Citations
  @chapter Citations
  @cindex Citations
  @cindex @code{\cite}
@@@ -1804,7 -1801,7 +1800,7 @@@ support for citations helps to select t
  * BibTeX Database Subsets::          Extract parts of a big database.
  @end menu
  
 -@node Creating Citations, Citation Styles, , Citations
 +@node Creating Citations
  @section Creating Citations
  @cindex Creating citations
  @cindex Citations, creating
@@@ -1883,8 -1880,8 +1879,8 @@@ which the selection process was started
  @item mouse-2
  @vindex reftex-highlight-selection
  Clicking with mouse button 2 on a citation will accept it like @key{RET}
- would.  See also variable @code{reftex-highlight-selection}, @ref{Options
(Misc)}.
+ would.  See also variable @code{reftex-highlight-selection},
@ref{Options - Misc}.
  
  @item m
  Mark the current entry.  When one or several entries are marked,
@@@ -1954,7 -1951,7 +1950,7 @@@ buffers by adding the following express
  @end lisp
  
  
 -@node Citation Styles, Citation Info, Creating Citations, Citations
 +@node Citation Styles
  @section Citation Styles
  @cindex Citation styles
  @cindex Citation styles, @code{natbib}
@@@ -2019,7 -2016,7 +2015,7 @@@ citation style based on the @code{usepa
  document.  @xref{Style Files}, for information on how to set up the style
  files correctly.
  
 -@node Citation Info, Chapterbib and Bibunits, Citation Styles, Citations
 +@node Citation Info
  @section Citation Info
  @cindex Displaying citations
  @cindex Citations, displaying
@@@ -2040,7 -2037,7 +2036,7 @@@ entry corresponding to a @code{\cite} m
  corresponding to a @code{\bibitem} or @BibTeX{} database entry.
  @xref{Viewing Cross-References}.
  
 -@node Chapterbib and Bibunits, Citations Outside LaTeX, Citation Info, Citations
 +@node Chapterbib and Bibunits
  @section Chapterbib and Bibunits
  @cindex @code{chapterbib}, LaTeX package
  @cindex @code{bibunits}, LaTeX package
@@@ -2055,7 -2052,7 +2051,7 @@@ separate file (as it is required for @c
  you have multiple bibliographies within a @emph{single file}, this may
  or may not be the case.
  
 -@node Citations Outside LaTeX, BibTeX Database Subsets, Chapterbib and Bibunits, Citations
 +@node Citations Outside LaTeX
  @section Citations outside @LaTeX{}
  @cindex Citations outside LaTeX
  @vindex reftex-default-bibliography
@@@ -2080,7 -2077,7 +2076,7 @@@ binding for @code{reftex-cite-format}
                             (reftex-citation))))))
  @end lisp
  
 -@node BibTeX Database Subsets, , Citations Outside LaTeX, Citations
 +@node BibTeX Database Subsets
  @section Database Subsets
  @cindex BibTeX database subsets
  @findex reftex-create-bibtex-file
@@@ -2108,7 -2105,7 +2104,7 @@@ entries in the selection buffer with th
  either the @i{marked} entries (with the @kbd{e} key) or the
  @i{unmarked} entries (with the @kbd{E} key).
  
 -@node Index Support, Viewing Cross-References, Citations, Top
 +@node Index Support
  @chapter Index Support
  @cindex Index Support
  @cindex @code{\index}
@@@ -2175,7 -2172,7 +2171,7 @@@ Style}), or globally for all your docum
  * Defining Index Macros::                ... and macros it  doesn't.
  @end menu
  
 -@node Creating Index Entries, The Index Phrases File, , Index Support
 +@node Creating Index Entries
  @section Creating Index Entries
  @cindex Creating index entries
  @cindex Index entries, creating
@@@ -2206,7 -2203,7 +2202,7 @@@ index tag is a string identifying one o
  @file{multind} and @file{index} packages, this tag is the first argument
  to the redefined @code{\index} macro.
  
 -@node The Index Phrases File, Displaying and Editing the Index, Creating Index Entries, Index Support
 +@node The Index Phrases File
  @section The Index Phrases File
  @cindex Index phrase file
  @cindex Phrase file
@@@ -2254,7 -2251,7 +2250,7 @@@ repeat @var{word} outside the macro
  * Global Indexing::                  The interactive indexing process.
  @end menu
  
 -@node Collecting Phrases, Consistency Checks, , The Index Phrases File
 +@node Collecting Phrases
  @subsection Collecting Phrases
  @cindex Collecting index phrases
  @cindex Index phrases, collection
@@@ -2320,7 -2317,7 +2316,7 @@@ Finally, every occurrence of @samp{Plut
  @samp{\index@{Planets!Pluto@}\index@{Kuiper Belt Objects!Pluto@}Pluto}
  and will therefore create two different index entries.
  
 -@node Consistency Checks, Global Indexing, Collecting Phrases, The Index Phrases File
 +@node Consistency Checks
  @subsection Consistency Checks
  @cindex Index phrases, consistency checks
  @cindex Phrases, consistency checks
@@@ -2353,7 -2350,7 +2349,7 @@@ the buffer which is either duplicate o
  In order to check the whole buffer like this, start at the beginning and
  execute this command repeatedly.
  
 -@node Global Indexing, , Consistency Checks, The Index Phrases File
 +@node Global Indexing
  @subsection Global Indexing
  @cindex Global indexing
  @cindex Indexing, global
@@@ -2403,8 -2400,9 +2399,9 @@@ Abort the indexing process
  
  The @samp{Find and Index in Document} menu in the phrases buffer also
  lists a few options for the indexing process.  The options have
- associated customization variables to set the defaults (@pxref{Options
- (Index Support)}).  Here is a short explanation of what the options do:
+ associated customization variables to set the defaults
+ (@pxref{Options - Index Support}).  Here is a short explanation of
+ what the options do:
  
  @table @i
  @item Match Whole Words
@@@ -2434,7 -2432,7 +2431,7 @@@ to the changed regions.  The comman
  purpose.  When called from a @LaTeX{} document with active region, it will
  apply @code{reftex-index-all-phrases} to the current region.
  
 -@node Displaying and Editing the Index, Builtin Index Macros, The Index Phrases File, Index Support
 +@node Displaying and Editing the Index
  @section Displaying and Editing the Index
  @cindex Displaying the Index
  @cindex Editing the Index
@@@ -2615,7 -2613,7 +2612,7 @@@ indices)
  @end table
  
  
 -@node Builtin Index Macros, Defining Index Macros, Displaying and Editing the Index, Index Support
 +@node Builtin Index Macros
  @section Builtin Index Macros
  @cindex Builtin index macros
  @cindex Index macros, builtin
@@@ -2633,7 -2631,7 +2630,7 @@@ the different definitions of the @code{
  you will have to explicitly specify the index style used.
  @xref{Creating Index Entries}, for information on how to do that.
  
 -@node Defining Index Macros, , Builtin Index Macros, Index Support
 +@node Defining Index Macros
  @section Defining Index Macros
  @cindex  Defining Index Macros
  @cindex Index macros, defining
@@@ -2730,7 -2728,7 +2727,7 @@@ which specifies that the macro identifi
  in the buffer with @kbd{C-c /} (@code{reftex-index-selection-or-word}).
  The index tag is "idx".
  
 -@node Viewing Cross-References, RefTeXs Menu, Index Support, Top
 +@node Viewing Cross-References
  @chapter Viewing Cross-References
  @findex reftex-view-crossref
  @findex reftex-mouse-view-crossref
@@@ -2759,7 -2757,7 +2756,7 @@@ variants@footnote{all macros that star
  @samp{ref} or @samp{refrange}} of the @code{\ref} macro are active for
  cross-reference display.  This works also for labels defined in an
  external document when the current document refers to them through the
- @code{xr} interface (@pxref{xr (LaTeX package)}).
+ @code{xr} interface (@pxref{LaTeX xr Package}).
  
  @item @code{\label}
  @cindex @code{\label}
@@@ -2809,11 -2807,8 +2806,11 @@@ in the variable @code{reftex-view-cross
  @iftex
  @chapter All the Rest
  @end iftex
 +@ifnottex
 +@raisesections
 +@end ifnottex
  
 -@node RefTeXs Menu, Key Bindings, Viewing Cross-References, Top
 +@node RefTeXs Menu
  @section @RefTeX{}'s Menu
  @cindex RefTeXs Menu
  @cindex Menu, in the menu bar
@@@ -2824,7 -2819,7 +2821,7 @@@ which support this.  From this menu yo
  @code{Customize} submenu which can be used to access @RefTeX{}'s
  entire set of options.
  
 -@node Key Bindings, Faces, RefTeXs Menu, Top
 +@node Key Bindings
  @section Default Key Bindings
  @cindex Key Bindings, summary
  
@@@ -2898,7 -2893,7 +2895,7 @@@ Changing and adding to @RefTeX{}'s key 
  @code{reftex-load-hook}.  For information on the keymaps
  which should be used to add keys, see @ref{Keymaps and Hooks}.
  
 -@node Faces, AUCTeX, Key Bindings, Top
 +@node Faces
  @section Faces
  @cindex Faces
  
@@@ -2908,9 -2903,9 +2905,9 @@@ the ones defined in @file{font-lock.el}
  use faces only when @code{font-lock} is loaded.  This seems to be
  reasonable because people who like faces will very likely have it
  loaded.  If you wish to turn off fontification or change the involved
- faces, see @ref{Options (Fontification)}.
+ faces, see @ref{Options - Fontification}.
  
 -@node Multifile Documents, Language Support, AUCTeX, Top
 +@node Multifile Documents
  @section Multifile Documents
  @cindex Multifile documents
  @cindex Documents, spread over files
@@@ -2963,7 -2958,7 +2960,7 @@@ outside the current file can still use 
  context.
  @end itemize
  
 -@node Language Support, Finding Files, Multifile Documents, Top
 +@node Language Support
  @section Language Support
  @cindex Language support
  
@@@ -3005,7 -3000,7 +3002,7 @@@ dependent.  See the variables @code{ref
  @code{reftex-cite-punctuation}.
  @end itemize
  
 -@node Finding Files, Optimizations, Language Support, Top
 +@node Finding Files
  @section Finding Files
  @cindex Finding files
  
@@@ -3091,7 -3086,7 +3088,7 @@@ the new extension must also be known t
        '( "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo"))
  @end lisp
  
 -@node Optimizations, Problems and Work-Arounds, Finding Files, Top
 +@node Optimizations
  @section Optimizations
  @cindex Optimizations
  
@@@ -3244,7 -3239,7 +3241,7 @@@ with the @kbd{g} key.  To get this beha
  @end group
  @end lisp
  
 -@node AUCTeX, Multifile Documents, Faces, Top
 +@node AUCTeX
  @section @AUCTeX{}
  @cindex @code{AUCTeX}, Emacs package
  @cindex Emacs packages, @code{AUCTeX}
@@@ -3261,7 -3256,7 +3258,7 @@@ XEmacs package.} by FTP from the @value
  * Bib-Cite::                         Hypertext reading of a document
  @end menu
  
 -@node AUCTeX-RefTeX Interface, Style Files, , AUCTeX
 +@node AUCTeX-RefTeX Interface
  @subsection The @AUCTeX{}-@RefTeX{} Interface
  
  @RefTeX{} contains code to interface with @AUCTeX{}.  When this
@@@ -3345,7 -3340,7 +3342,7 @@@ Labels})
  @RefTeX{} will add all newly created labels to @AUCTeX{}'s completion list.
  @end itemize
  
 -@node Style Files, Bib-Cite, AUCTeX-RefTeX Interface, AUCTeX
 +@node Style Files
  @subsection Style Files
  @cindex Style files, AUCTeX
  @findex TeX-add-style-hook, @r{AUCTeX}
@@@ -3465,7 -3460,7 +3462,7 @@@ is a style file @file{foils.el} that wi
                                        ("rotatefoilhead" . 3))))))
  @end lisp
  
 -@node Bib-Cite, , Style Files, AUCTeX
 +@node Bib-Cite
  @subsection Bib-Cite
  @cindex @code{bib-cite}, Emacs package
  @cindex Emacs packages, @code{bib-cite}
@@@ -3493,7 -3488,7 +3490,7 @@@ make use of this feature, tr
  @end lisp
  
  @page
 -@node Problems and Work-Arounds, Imprint, Optimizations, Top
 +@node Problems and Work-Arounds
  @section Problems and Work-arounds
  @cindex Problems and work-arounds
  
@@@ -3629,7 -3624,7 +3626,7 @@@ With @i{Viper} mode prior to Vipers ver
  @end itemize
  
  @page
 -@node Imprint, Commands, Problems and Work-Arounds, Top
 +@node Imprint
  @section Imprint
  @cindex Imprint
  @cindex Maintainer
@@@ -3676,12 -3671,7 +3673,12 @@@ Finally thanks to @i{Uwe Bolick} who fi
  supporting @LaTeX{} labels and references with an editor (which was
  MicroEmacs at the time).
  
 -@node Commands, Options, Imprint, Top
 +@c Turn off the raising that we turned on in ``All the rest''.
 +@ifnottex
 +@lowersections
 +@end ifnottex
 +
 +@node Commands
  @chapter Commands
  @cindex Commands, list of
  
@@@ -3883,7 -3873,7 +3880,7 @@@ Enforce rebuilding of several internal 
  removes the parse file associated with the current document.
  @end deffn
  
 -@node Options, Keymaps and Hooks, Commands, Top
 +@node Options
  @chapter Options, Keymaps, Hooks
  @cindex Options, list of
  
@@@ -3894,21 -3884,20 +3891,21 @@@ Lisp (and even if you are) you might fi
  reftex-customize} will get you there.
  
  @menu
- * Options (Table of Contents)::
- * Options (Defining Label Environments)::
- * Options (Creating Labels)::
- * Options (Referencing Labels)::
- * Options (Creating Citations)::
- * Options (Index Support)::
- * Options (Viewing Cross-References)::
- * Options (Finding Files)::
- * Options (Optimizations)::
- * Options (Fontification)::
- * Options (Misc)::
+ * Options - Table of Contents::
+ * Options - Defining Label Environments::
+ * Options - Creating Labels::
+ * Options - Referencing Labels::
+ * Options - Creating Citations::
+ * Options - Index Support::
+ * Options - Viewing Cross-References::
+ * Options - Finding Files::
+ * Options - Optimizations::
+ * Options - Fontification::
+ * Options - Misc::
 +* Keymaps and Hooks::
  @end menu
  
- @node Options (Table of Contents)
 -@node Options - Table of Contents, Options - Defining Label Environments, ,  Options
++@node Options - Table of Contents
  @section Table of Contents
  @cindex Options, table of contents
  @cindex Table of contents, options
@@@ -4032,7 -4021,7 +4029,7 @@@ The keymap which is active in the @file
  (@pxref{Table of Contents}).
  @end deffn
  
- @node Options (Defining Label Environments)
 -@node Options - Defining Label Environments, Options - Creating Labels, Options - Table of Contents, Options
++@node Options - Defining Label Environments
  @section Defining Label Environments
  @cindex Options, defining label environments
  @cindex Defining label environments, options
@@@ -4259,7 -4248,7 +4256,7 @@@ labels fn:xxx, you may want to set thi
  non-footnote labels.
  @end defopt
  
- @node Options (Creating Labels)
 -@node Options - Creating Labels, Options - Referencing Labels, Options - Defining Label Environments, Options
++@node Options - Creating Labels
  @section Creating Labels
  @cindex Options, creating labels
  @cindex Creating labels, options
@@@ -4375,7 -4364,7 +4372,7 @@@ Character class after  abbrev point in 
  @end table
  @end defopt
  
- @node Options (Referencing Labels)
 -@node Options - Referencing Labels, Options - Creating Citations, Options - Creating Labels, Options
++@node Options - Referencing Labels
  @section Referencing Labels
  @cindex Options, referencing labels
  @cindex Referencing labels, options
@@@ -4497,7 -4486,7 +4494,7 @@@ The keymap which is active in the label
  (@pxref{Referencing Labels}).
  @end deffn
  
- @node Options (Creating Citations)
 -@node Options - Creating Citations, Options - Index Support, Options - Referencing Labels, Options
++@node Options - Creating Citations
  @section Creating Citations
  @cindex Options, creating citations
  @cindex Creating citations, options
@@@ -4676,7 -4665,7 +4673,7 @@@ Footer to insert in BibTeX files genera
  @end defopt
  
  
- @node Options (Index Support)
+ @node Options - Index Support, Options - Viewing Cross-References, Options - Creating Citations,  Options
  @section Index Support
  @cindex Options, Index support
  @cindex Index support, options
@@@ -4896,7 -4885,7 +4893,7 @@@ The keymap which is active in the @file
  (@pxref{Index Support}).
  @end deffn
  
- @node Options (Viewing Cross-References)
 -@node Options - Viewing Cross-References, Options - Finding Files, Options - Index Support,  Options
++@node Options - Viewing Cross-References
  @section Viewing Cross-References
  @cindex Options, viewing cross-references
  @cindex Viewing cross-references, options
@@@ -4955,7 -4944,7 +4952,7 @@@ saved along with the parsing informatio
  scans.  In order to clear it, use @kbd{M-x reftex-reset-mode}.
  @end defopt
  
- @node Options (Finding Files)
 -@node Options - Finding Files, Options - Optimizations, Options - Viewing Cross-References,  Options
++@node Options - Finding Files
  @section Finding Files
  @cindex Options, Finding Files
  @cindex Finding files, options
@@@ -5045,7 -5034,7 +5042,7 @@@ non-@code{nil}
  @end defopt
  
  @page
- @node Options (Optimizations)
 -@node Options - Optimizations, Options - Fontification, Options - Finding Files, Options
++@node Options - Optimizations
  @section Optimizations
  @cindex Options, optimizations
  @cindex Optimizations, options
@@@ -5154,7 -5143,7 +5151,7 @@@ effect when @code{reftex-use-multiple-s
  non-@code{nil}.
  @end defopt
  
- @node Options (Fontification)
 -@node Options - Fontification, Options - Misc, Options - Optimizations, Options
++@node Options - Fontification
  @section Fontification
  @cindex Options, fontification
  @cindex Fontification, options
@@@ -5252,7 -5241,7 +5249,7 @@@ Face name for index names (for multipl
  Face name for index entries.
  @end defopt
  
- @node Options (Misc)
 -@node Options - Misc, , Options - Fontification, Options
++@node Options - Misc
  @section Miscellaneous
  @cindex Options, misc
  
@@@ -5297,7 -5286,7 +5294,7 @@@ this will be the case even if @code{\bb
  argument.
  @end defopt
  
 -@node Keymaps and Hooks, Changes, Options, Top
 +@node Keymaps and Hooks
  @section Keymaps and Hooks
  @cindex Keymaps
  
@@@ -5321,7 -5310,7 +5318,7 @@@ their own keymaps and mode hooks.  See 
  are many more hooks which are described in the relevant sections about
  options for a specific part of @RefTeX{}.
  
 -@node Changes, GNU Free Documentation License, Keymaps and Hooks, Top
 +@node Changes
  @chapter Changes
  @cindex Changes
  
@@@ -6086,11 -6075,11 +6083,11 @@@ new labels
  released on 7 Jan 1997.
  @end itemize
  
 -@node GNU Free Documentation License, Index, Changes, Top
 +@node GNU Free Documentation License
  @appendix GNU Free Documentation License
  @include doclicense.texi
  
 -@node Index, , GNU Free Documentation License, Top
 +@node Index
  @unnumbered Index
  @printindex cp
  
diff --combined etc/ChangeLog
index cbaa780a4a41ec68250177b9f2cd6e5ab1b6f6a0,e9c6d5f2e86aa0f558f7add86bbfa3d7b8fc5f29..2c5bf37e3a7fdfb400cbc02a88e4e91aef7c5579
 -2013-08-12  Glenn Morris  <rgm@gnu.org>
++2013-08-13  Glenn Morris  <rgm@gnu.org>
+       * refcards/Makefile (all_pdf, all_ps, fr-survival.ps, dist):
+       New rules.
+       (SURVIVAL_CARDS_PDF): Add fr_survival.pdf.
 -2013-03-11  Glenn Morris  <rgm@gnu.org>
 +2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
  
 -      * Version 24.3 released.
 +      * NEWS: Mention -lz and `decompress-gzipped-region'.
  
 -2013-02-28  Dmitry Gutov  <dgutov@yandex.ru>
 +2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
  
 -      * NEWS: Add entries for ruby-mode.
 +      * NEWS: Document new keybinding of `C-x r f' to frameset-to-register.
  
 -2013-02-27  David Engster  <deng@randomsample.de>
 +2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
  
 -      * NEWS: Add paragraphs for CEDET and EIEIO.
 +      * NEWS: Mention `cache-long-scans'.
 +
 +2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * tutorials/TUTORIAL.es: Fix typo (bug#15027).
 +
 +2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * NEWS: Document new package frameset.el.
 +
 +2013-08-03  Xue Fuqiao  <xfq.free@gmail.com>
 +
 +      * TODO: Adjust entry about bug reporting.
 +
 +2013-08-02  Bastien Guerry  <bzg@gnu.org>
 +
 +      * DEVEL.HUMOR: New entry.
 +
 +2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
 +
 +      * tutorials/TUTORIAL: Remove a redundant sentence about yanking.
 +
 +      * tutorials/TUTORIAL.cn: Update; synchronize with TUTORIAL.
 +
 +      * tutorials/TUTORIAL.translators (Maintainer): Update the maintainer.
 +
 +2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * tutorials/TUTORIAL.es: Fix typos (bug#15000).
 +
 +2013-07-26  Micah Anderson  <micah@riseup.net>  (tiny change)
 +
 +      * spook.lines: Additions.  (Bug#14658)
 +
 +2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * NEWS: Document blink-cursor-blinks and blink timers stopped.
 +
 +2013-07-13  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * NEWS: Document prefer-utf-8 and the new attributes
 +      :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and
 +      :prefer-utf-8.
 +
 +2013-07-13  Leo Liu  <sdl.web@gmail.com>
 +
 +      * NEWS: Mention new value for ido-use-virtual-buffers.
 +
 +2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Timestamp fixes for undo (Bug#14824).
 +      * NEWS: Changes to visited-file-modtime, set-visited-file-modtime.
 +
 +2013-07-08  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * NEWS: NS can be built with ImageMagick.
 +
 +2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * NEWS: Document new "generic commands" support.
 +
 +2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * NEWS: Document new Desktop option `desktop-save-windows'.
 +
 +2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
 +
 +      * NEWS: Mention new version of todo-mode.el and obsoleting and
 +      renaming of old version.
 +
 +2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * NEWS: Mention policy change with respect to locallisppath dirs.
 +
 +2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * NEWS: Document new Prettify Symbols mode.
 +
 +2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * NEWS (utf-8 for el): Move to the incompatible section.
 +
 +2013-06-13  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * DEBUG: Document -Og and -fno-omit-frame-pointer.
 +
 +2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
 +
 +      * NEWS: Document new prog-mode symbol prettify support.
 +
 +2013-06-03  Tassilo Horn  <tsdh@gnu.org>
 +
 +      * NEWS: Document eshell visual subcommands and options.
 +
 +2013-06-02  Eric Ludlam  <zappo@gnu.org>
 +
 +      * srecode/c.srt (header_guard): Add :c parameter so it works
 +      standalone.
 +
 +2013-06-01  Alex Ott  <alexott@gmail.com>
 +
 +      * tutorials/TUTORIAL.ru: Fix incorrectly translated wording.
 +
 +2013-05-31  Tassilo Horn  <tsdh@gnu.org>
 +
 +      * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
 +
 +2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
 +
 +      * refcards/refcard.tex: Refine some entries.  (Bug#14087)
 +
 +      * refcards/dired-ref.tex: Refine some entries.  (Bug#14072)
 +
 +2013-05-24  Fabrice Niessen  <fni@missioncriticalit.com>
 +
 +      * themes/leuven-theme.el: Update theme.
 +
 +2013-05-16  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * NEWS: Advertise the MSYS build on MS-Windows.
 +
 +2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * .gitignore: Don't ignore DOC-* any more.
 +
 +2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
 +      * NEWS: Emacs is no longer limited to POSIX ACLs.  --disable-acl,
 +      not --without-acl, since we're now using Gnulib's implementation.
 +
 +2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 +
 +      * NEWS: Mention multi-monitor support.
 +
 +2013-05-05  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
 +      * NEWS: Document this.
 +
 +2013-04-24  Tassilo Horn  <tsdh@gnu.org>
 +
 +      * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
 +      :box from outline faces.
 +
 +2013-04-18  Leo Liu  <sdl.web@gmail.com>
 +
 +      * NEWS: Mention new key ? for describe-prefix-bindings.
 +
 +2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
 +
 +      * NEWS: Mention separation of package descriptor and name of
 +      internal symbols by two hyphens.
 +
 +2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
 +
 +      * NEWS: Mention fixing `split-window' to be non-interactive.
 +
 +2013-04-09  Tassilo Horn  <tsdh@gnu.org>
 +
 +      * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
 +
 +2013-04-09  Masatake YAMATO  <yamato@redhat.com>
 +
 +      * NEWS: Mention `sh-mode' own `add-log-current-defun-function'.
 +
 +2013-04-07  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
 +
 +2013-04-02  Fabrice Niessen  <fni@missioncriticalit.com>
 +
 +      * themes/leuven-theme.el: Update theme.
 +
 +2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Use UTF-8 for most files with non-ASCII characters (Bug#13936).
 +      * tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th:
 +      Switch from iso-2022-7bit to utf-8.
 +
 +2013-03-30  Leo Liu  <sdl.web@gmail.com>
 +
 +      * NEWS: Mention `kmacro-to-register' and new eldoc feature.
 +
 +2013-03-29  Aidan Gauland  <aidalgol@no8wireless.co.nz>
 +
 +      * NEWS (Eshell): New entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz
 +
 +2013-03-21  Eric Ludlam  <zappo@gnu.org>
 +
 +      * srecode/ede-autoconf.srt: Change Copyright to FSF.
 +      (ede-empty): Change AC_INIT to use PROJECT_NAME, and
 +      PROJECT_VERSION.
 +
 +      * srecode/ede-make.srt (ede-empty): Add a dependency on :project.
 +      Add header comment specifying the project's relative path.
 +
 +      * srecode/c.srt (header_guard): Upcase the filename symbol.
 +
 +2013-03-21  Vladimir Kazanov  <vkazanov@inbox.ru>
 +
 +      * srecode/java.srt (empty-main): New.
 +      (class-tag): Decapitalize class.
 +
 +2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
 +      * PROBLEMS: Mention problem with ImageMagick 6.8.2-3 through 6.8.3-9.
 +
 +2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Add coding tags for iso-2022-7bit files that are not already tagged.
 +      * HELLO, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th:
 +      Add coding tag.  For TUTORIAL.th this prevents Emacs from
 +      misinterpreting the file.
 +
 +      Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
 +      * refcards/ru-refcard.tex:
 +      * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.bg, tutorials/TUTORIAL.cn:
 +      * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.de, tutorials/TUTORIAL.eo:
 +      * tutorials/TUTORIAL.es, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.it:
 +      * tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.pt_BR:
 +      * tutorials/TUTORIAL.ro, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv:
 +      * tutorials/TUTORIAL.zh:
 +      Switch to UTF-8.
 +
 +2013-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
 +
 +      * refcards/calccard.tex: Remove incorrect entry.
 +
 +2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
 +      * NEWS: Document this.
 +
 +2013-03-02  Bill Wohler  <wohler@newt.com>
 +
 +      Release MH-E version 8.5.
 +
 +      * NEWS, MH-E-NEWS: Update for MH-E release 8.5.
 +
 +2013-03-02  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * NEWS: The lock for FILE is now .#FILE or .#-FILE (Bug#13807).
 +
 +2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * NEWS: Fix Tramp "adb" entry.  Extend list of discontinued Tramp
 +      methods.
 +
 +2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Simplify data_start configuration (Bug#13783).
 +      * NEWS: Document removal of --with-crt-dir.
 +      * PROBLEMS (LIBS_SYSTEM, LIBS_MACHINE, LIBS_STANDARD): Remove.
 +      Remove legacy-systems section, as this stuff is no longer
 +      applicable with current linking strategies.
 +
 +2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * NEWS: Tramp methods "scpc" and "rsyncc" are discontinued.
 +
 +2013-02-11  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * NEWS: Add autorevert changes.
 +
 +2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * NEWS: Mention ns-use-native-fullscreen.
 +
 +2013-02-01  Glenn Morris  <rgm@gnu.org>
 +
 +      * CALC-NEWS: Move here from lisp/calc/README, README.prev.
 +
 +2012-12-23  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * TODO: Adjust entry about NS event loop.
 +
 +2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * NEWS: Tramp implements `file-acl' and `set-file-acl'.
 +
 +2012-12-19  Tassilo Horn  <tsdh@gnu.org>
 +
 +      * themes/tsdh-dark-theme.el (tsdh-dark): Add customizations of
 +      many new faces.
 +
 +2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Fix permissions bugs with setgid directories etc.  (Bug#13125)
 +      * NEWS: Document changes to file-attributes,
 +      file-ownership-preserved-p.
 +      Mention new functions group-gid, group-real-gid.
 +
 +2012-12-06  Andreas Schwab  <schwab@linux-m68k.org>
 +
 +      * themes/leuven-theme.el: Convert to Unix format.
 +
 +2012-12-06  Fabrice Niessen  <fniessen@pirilampo.org>
 +
 +      * themes/leuven-theme.el: New theme.
 +
 +2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * NEWS: Mention new Tramp method "adb".
 +
 +2012-11-25  Bill Wohler  <wohler@newt.com>
 +
 +      Release MH-E version 8.4.
 +
 +      * NEWS, MH-E-NEWS: Update for MH-E release 8.4.
 +
 +2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * NEWS: Document Calc changes for Gregorian calendar (Bug#12633).
  
  2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
  
  2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
  
        * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
 -      New section styles. These sections are indented to the same
 +      New section styles.  These sections are indented to the same
        level as the corresponding list entries.  These sections hold
        tables that occur within a list.  (OrgTable):
        Increased relative width from 90% to 96% for aesthetic reasons.
  
  2011-08-24  Steve Chapel  <schapel@laptop.stevechapel.com>  (tiny change)
  
 -      * refcards/refcard.tex: Add a few more commands. (Bug#9343)
 +      * refcards/refcard.tex: Add a few more commands.  (Bug#9343)
  
  2011-08-22  Juri Linkov  <juri@jurta.org>
  
  
  2009-01-27  Kenichi Handa  <handa@m17n.org>
  
 -      * NEWS: New function `coding-sytem-from-name'.
 +      * NEWS: New function `coding-system-from-name'.
  
  2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
  
  
  2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
  
 -      * NEWS: -nb => -nbi
 +      * NEWS: -nb => -nbi.
  
  2005-10-10  Carsten Dominik  <dominik@science.uva.nl>