]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ChangeLog
Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca
[gnu-emacs] / doc / misc / ChangeLog
index 874252c34c7d34c05b33509ad8e9affb8b111598..55f81c7c7981f00d1afb1bca5e4b21c47bb0cd0b 100644 (file)
        * newsticker.texi (Overview, Requirements, Usage, Configuration):
        Copyedits.
 
-2012-08-24  Chong Yidong  <cyd@gnu.org>
+2012-10-01  Eric Ludlam  <zappo@gnu.org>
 
-       * Version 24.2 released.
+       * ede.texi (Quick Start, Project Local Variables)
+       (Miscellaneous commands, ede-java-root, Development Overview)
+       (Detecting a Project): New nodes.
+       (Simple projects): Node deleted.
+
+       * eieio.texi (Building Classes): Some slot attributes cannot be
+       overridden.
+       (Slot Options): Remove an example.
+       (Method Invocation, Documentation): New nodes.
+
+2012-10-01  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
+       (reftex.pdf): Add dependency on emacsver.texi.
+       * reftex.texi: Don't include directory part for emacsver.texi;
+       the Makefile's -I handles it.
+
+2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
+
+       Merge from standalone RefTeX repository.
+
+       * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
+       with macros.
+       (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.
+       (Options (Referencing Labels)): Adapt to new structure of
+       `reftex-ref-style-alist'.
+       (Referencing Labels, Reference Styles): Document changes in the
+       referencing functionality.
+       (Commands): Mention options for definition of header and footer in
+       BibTeX files.
+       (Options (Creating Citations)): Document
+       `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
+       (Reference Styles): New section.
+       (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
+       (Options (Referencing Labels)): Remove descriptions of deprecated
+       variables `reftex-vref-is-default' and `reftex-fref-is-default'.
+       Add descriptions for `reftex-ref-style-alist' and
+       `reftex-ref-style-default-list'.
+       (Referencing Labels): Update regarding reference styles.
+       (Citation Styles): Mention support for ConTeXt.
+       (Options (Defining Label Environments)): Fix typo.
+       (Options (Creating Citations)): Document
+       `reftex-cite-key-separator'.
+
+2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
+
+       * org.texi: Add description of ORG_ADD_CONTRIB to info
+       documentation.  Add link to Worg for more details.
+
+       * org.texi: Clarify installation procedure.  Provide link to the
+       build system description on Worg.
+
+       * org.texi: Remove reference to utils/, x11idle.c is now in
+       contrib/scripts.
+
+       * org.texi: Re-normalize to "Org mode" in manual.
+
+       * org.texi (Installation): Adapt documentation to new build
+       system.  Mention GNU ELPA (since it needs to be handled like Emacs
+       built-in Org).
+
+2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
+
+       * org.texi: Fix typo in description of the 'Hooks' section.
+
+       * org.texi: Add ID to the list of special properties.
+
+2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
+
+       * org.texi (Moving subtrees): Document the ability to archive to a
+       datetree.
+
+2012-09-30  Bastien Guerry  <bzg@altern.org>
+
+       * org.texi (Installation, Feedback, Batch execution): Use
+       (add-to-list 'load-path ... t) for the contrib dir.
+
+       * org.texi (results): Update documentation for ":results drawer"
+       and ":results org".
+
+       * org.texi (Column width and alignment): Fix typo.
+
+       * org.texi (Activation): Point to the "Conflicts" section.
+
+       * org.texi (Conflicts): Mention filladapt.el in the list of
+       conflicting packages.
+
+       * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
+       not needed for versions of Emacs > 22.1.
+
+       * org.texi (History and Acknowledgments): Fix typo.
+
+       * 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.
+
+       * org.texi (Agenda dispatcher): Mention
+       `org-toggle-agenda-sticky'.
+       (Agenda commands, Exporting Agenda Views): Fix typo.
+
+       * org.texi (Templates in contexts, Setting Options): Update to
+       reflect changes in how contexts options are processed.
+
+       * org.texi (Templates in contexts): Document the new structure of
+       the variables `org-agenda-custom-commands-contexts' and
+       `org-capture-templates-contexts'.
+
+       * org.texi (Templates in contexts): Document the new option
+       `org-capture-templates-contexts'.
+       (Storing searches): Document the new option
+       `org-agenda-custom-commands-contexts'.
+
+       * org.texi (Formula syntax for Lisp): Reformat.
+
+       * org.texi (Special properties, Column attributes)
+       (Agenda column view): Document the new special property
+       CLOCKSUM_T.
+
+       * org.texi (Template expansion): Document the new %l template.
+
+       * org.texi (Fast access to TODO states): Fix documentation about
+       allowed characters for fast todo selection.
+
+       * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
+       use in `org-agenda-to-appt'.
+
+       * org.texi (Comment lines): Update wrt comments.
+
+       * org.texi (Resolving idle time): Document new keybinding.
+
+       * org.texi (Clocking commands): Document the use of S-M-<up/down>
+       on clock timestamps.
+
+       * org.texi (Fast access to TODO states): Explicitely says only
+       letters are supported as fast TODO selection keys.
+
+       * org.texi (Link abbreviations): Illustrate the use of the "%h"
+       specifier.  Document the new "%(my-function)" specifier.
+
+       * org.texi (Clocking commands): New cindex.
+       (Clocking commands): Update documentation for `org-clock-in'.
+       Document `org-clock-in-last'.  Mention `org-clock-out' and
+       `org-clock-in-last' as commands that can be globally bound.
+       (Resolving idle time): Document continuous clocking.
+
+       * org.texi (Top, Introduction): Fix formatting.
+       (Activation): Add index entries.
+       (Conventions): Update section.
+       (Embedded @LaTeX{}): Fix formatting.
+
+       * org.texi (Visibility cycling): Document `show-children'.
+
+       * org.texi (Using capture): Mention the `org-capture-last-stored'
+       bookmark as a way to jump to the last stored capture.
+
+       * org.texi (Uploading files): Fix typo.
+
+       * org.texi (Using capture): Document `C-0' as a prefix argument
+       for `org-capture'.
+
+       * org.texi (Agenda commands): Document persistent marks.
+
+       * org.texi (Template expansion): Update doc to reflect change.
+
+       * org.texi (Radio tables): Document the :no-escape parameter.
+
+       * org.texi (Repeated tasks): Document repeat cookies for years,
+       months, weeks, days and hours.
+
+       * org.texi (Export options): State that you can use the d: option
+       by specifying a list of drawers.
+
+       * org.texi (HTML preamble and postamble): Small doc improvement.
+
+2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
+
+       * 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
+       missing prepositions, and switches instances of "an HTML" to "a
+       html" for internal consistency.
+
+       * org.texi: Alter several examples of headings with timestamps in
+       them to include the timestamps in the body instead of the heading.
+
+2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
+
+       * org.texi (Agenda dispatcher): Document sticky agenda views and
+       the new key for them.
+
+2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
+
+       * org.texi (Advanced features): Fix error in table.
+
+2012-09-30  Feng Shu  <tumashu@gmail.com>
+
+       * org.texi (@LaTeX{} fragments): Document imagemagick as an
+       alternative to dvipng.
+
+2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
+
+       * org.texi: Remove extra curly bracket.
+
+2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
+
+       * org.texi (org-clock-in-last and org-clock-cancel): Update the
+       defkeys.
+
+2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
+
+       * org.texi (Agenda commands): Fix two typos by giving
+       corresponding function names, according to
+       `org-agenda-view-mode-dispatch'.
+
+2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
+
+       * org.texi (The spreadsheet): Fix typo.
+
+2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
+
+       * org.texi (Tracking your habits): Point to the "Tracking TODO
+       state changes" section.
+
+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-listings' documentation is exhaustive already.
+
+       * org.texi (Plain lists): Remove reference to now hard-coded
+       `bullet' automatic rule.
+
+2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
+
+       * org.texi: Updated documentation accordingly.
+
+2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Merge from gnulib.
+
+2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.6.
+
+       * tramp.texi (Bug Reports): Cleanup caches before a test run.
+
+       * trampver.texi: Update release number.
+
+2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Merge from gnulib.
 
 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
 
        * url.texi (Parsed URLs): Adjust to the code's use of defstruct
        (bug#12096).
 
+2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Simplification modes, Conversions)
+       (Operating on Selections): Mention "basic" simplification.
+       (The Calc Mode Line): Mention the mode line display for Basic
+       simplification mode.
+       (Simplify Formulas): Refer to 'algebraic' rather than 'default'
+       simplifications.
+       (Basic Simplifications): Rename from "Limited Simplifications"
+       Replace "limited" by "basic" throughout.
+       (Algebraic Simplifications):  Indicate that the algebraic
+       simplifications are done by default.
+       (Unsafe Simplifications):  Mention `m E'.
+       (Simplification of Units): Mention `m U'.
+       (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
+       (Kinds of Declarations, Functions for Declarations):  Mention
+       "algebraic simplifications" instead of `a s'.
+       (Algebraic Entry): Remove mention of default simplifications.
+
+2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Getting Started, Tutorial): Change simulated
+       Calc output to match actual output.
+       (Simplifying Formulas): Mention that algebraic simplification is now
+       the default.
+
 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
 
        * faq.texi (Right-to-left alphabets): Update for Emacs 24.
        (Bug#12073)
 
-2012-06-19  Glenn Morris  <rgm@gnu.org>
+2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Prefer typical American spelling for "acknowledgment".
+       * calc.texi (History and Acknowledgments): Rename from
+       History and Acknowledgements.
+       * idlwave.texi (Acknowledgments):
+       * ses.texi (Acknowledgments):
+       * woman.texi (Acknowledgments): Rename from Acknowledgements.
+
+2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Rename configure.in to configure.ac (Bug#11603).
+       * ede.texi (Compiler and Linker objects, ede-proj-project)
+       (ede-step-project): Prefer the name configure.ac to configure.in.
+
+2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Multi-hops): Introduce
+       `tramp-restricted-shell-hosts-alist'.
+
+2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
+       methods, so don't mention smtpmail here.
+
+2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
+
+       * gnus.texi (Picons): Document gnus-picon-properties.
+
+2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi: Remove mention of compilation, as that's no longer
+       supported.
+
+2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
+
+       * gnus.texi (Archived Messages): Mention
+       gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
+
+2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Various Summary Stuff):
+       Remove mention of `gnus-propagate-marks'.
+
+2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
+       which no longer exist.
+
+2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Archived Messages):
+       Document gnus-gcc-self-resent-messages.
+
+2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * message.texi (Mail Variables):
+       Mention the optional user parameter for X-Message-SMTP-Method.
+
+2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
+
+       * message.texi (Mail Variables): Document X-Message-SMTP-Method.
+
+2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Key Index): Change encoding to utf-8.
+
+2012-06-21  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
 
-2012-06-01  Chong Yidong  <cyd@gnu.org>
+2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Group Timestamp): Mention where to find documentation for
+       the `gnus-tmp-' variables (bug#11601).
+
+2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
 
-       * Version 24.1 released.
+       Sync with Tramp 2.2.6-pre.
 
-2012-06-01  Chong Yidong  <cyd@gnu.org>
+       * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
+       where appropriate.
+       (Ad-hoc multi-hops): New section.
+       (Remote processes): New subsection "Running remote processes on
+       Windows hosts".
+       (History): Add remote commands on Windows, and ad-hoc multi-hop
+       methods.
+       (External methods): "ControlPersist" must be set to "no" for the
+       `scpc' method.
+       (Remote processes): Add a note about `auto-revert-tail-mode'.
+       (Frequently Asked Questions): Use "scpx" in combination with
+       "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
+
+       * trampver.texi: Update release number.
+
+2012-06-10  Chong Yidong  <cyd@gnu.org>
 
        * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
        compilation for html-mono.
 
-2012-05-16  Bastien Guerry  <bzg@gnu.org>
+2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Merge from gnulib.
+
+2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile.in (echo-info): Don't try to install info files named
+       just ".info".
+
+2012-05-28  Glenn Morris  <rgm@gnu.org>
+
+       * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
+
+       * sc.texi: Nuke hand-written node pointers.
+       Fix top-level menu to match actual node order.
+
+2012-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi, dired-x.texi: Nuke hand-written node pointers.
+       Some associated fixes, including not messing with chapno in cl.texi.
+
+2012-05-27  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Durations and time values): Fix typo.
 
-2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
+2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
+       Mention `calc-ensure-consistent-units'.
+
+2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
 
        * cc-mode.texi: Avoid space before macro in 4th argument of cross
        reference commands.  (Bug#11461)
 
        * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
 
+2012-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (mostlyclean): Add more TeX intermediates.
+
+       * Makefile.in: Make it look more like the other doc Makefiles.
+       Use explicit $srcdir in all dependencies.
+       Remove cd $srcdir from rules.
+       (VPATH): Remove.
+       (infodir): Set to an absolute path.
+       (INFO_TARGETS): Use short names.
+       (mkinfodir): infodir is now absolute.
+       (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
+
+       * Makefile.in (info.info): Rename from info, to avoid duplication.
+       (.SUFFIXES): Disable implicit rules.
+
+       * Makefile.in (MKDIR_P): New, set by configure.
+       (mkinfodir): Use $MKDIR_P.
+
+2012-05-07  Glenn Morris  <rgm@gnu.org>
+
+       * forms.texi (Long Example): Update for changed location of files.
+
+2012-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
+       (INFO_TARGETS): Use $INFO_EXT.
+       Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
+       * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
+       (INFO_TARGETS): Use $INFO_EXT.
+       Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
+
 2012-05-02  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (echo-info): New phony target, used by top-level.
+
        * viper.texi: Make direntry shorter (also it is no longer "newest").
 
        * emacs-gnutls.texi, ert.texi, org.texi:
        Fix dircategory, direntry to match info/dir.
 
-2012-04-28  Glenn Morris  <rgm@gnu.org>
-
        * faq.texi: Convert @inforefs to @xrefs.
        Fix some malformed cross-references.
        (File-name conventions): Shorten section name to avoid overfull line.
        (How to add fonts): Use smallexample to avoid overfull lines.
 
-2012-04-26  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
+2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth.texi (Help for users): Update for .gpg file being second.
+
+2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
 
        * org.texi (Agenda commands): Fix two typos: give corresponding
        function names, according to `org-agenda-view-mode-dispatch'.
 
-2012-04-21  Glenn Morris  <rgm@gnu.org>
+2012-04-27  Glenn Morris  <rgm@gnu.org>
 
        * faq.texi (Major packages and programs): Remove section.
        There is no point listing 6 packages (cf etc/MORE.STUFF).
        (Finding Emacs and related packages): Move "Spell-checkers" here.
 
+2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbus.texi (Version): New node.
+       (Properties and Annotations): Mention the object manager
+       interface.  Describe dbus-get-all-managed-objects.
+       (Type Conversion): Floating point numbers are allowed, if an
+       anteger does not fit Emacs's integer range.
+       (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
+       (Asynchronous Methods): Fix description of
+       dbus-call-method-asynchronously.
+       (Receiving Method Calls): Fix some minor errors.  Add
+       dbus-interface-emacs.
+       (Signals): Describe unicast signals and the new match rules.
+       (Alternative Buses): Add the PRIVATE optional argument to
+       dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
+
 2012-04-20  Glenn Morris  <rgm@gnu.org>
 
        * faq.texi (New in Emacs 24): New section.
        (Packages that do not come with Emacs): Mention M-x list-packages.
 
-2012-04-13  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in: Replace non-portable use of $< in emacs-gnutls rules.
-
-2012-04-12  Eli Zaretskii  <eliz@gnu.org>
-
-       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add emacs-gnutls.
-       ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
-
-2012-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
-       * Makefile.in: Add emacs-gnutls.texi to build.
-
-2012-04-11  Alan Mackenzie  <acm@muc.de>
+2012-04-14  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi (c-offsets-alist): Correct a typo.
 
-2012-04-11  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
+2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
 
        * org.texi (Deadlines and scheduling): Fix the example: the
        DEADLINE item should come right after the headline.  We enforce
        this convention, so it is a bug not to illustrate it correctly in
        the manual.
 
-2012-04-11  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
+2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
 
        * org.texi (Agenda commands): Fix documentation bug by swapping
        the equivalent keybindings to `org-agenda-next-line' with the ones
        to `org-agenda-previous-line'.
 
-2012-04-07  Glenn Morris  <rgm@gnu.org>
+2012-04-14  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in: Replace non-portable use of $< in ordinary rules.
 
+2012-04-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
+       emacs-gnutls.
+       ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
+
+2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * Makefile.in: Add emacs-gnutls.texi to build.
+
+       * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
+
 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth.texi (Secret Service API): Edit further and give examples.
        * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
        release 8.3.
        (Preface): Updated support information.
-       (From Bill Wohler): Reset text to original version. As a
+       (From Bill Wohler): Reset text to original version.  As a
        historical quote, the tense should be correct in the time that it
        was written.
 
 
 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
 
-       * org.texi (Images in LaTeX export): rewrite.
+       * org.texi (Images in LaTeX export): Rewrite.
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (Using the mapping API): mention 'region as a possible
+       * org.texi (Using the mapping API): Mention 'region as a possible
        scope for `org-map-entries'.
 
 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (Template expansion): order template sequences in the
+       * org.texi (Template expansion): Order template sequences in the
        proper order.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
 
-       * org.texi: document that both CLOCK_INTO_DRAWER and
+       * org.texi: Document that both CLOCK_INTO_DRAWER and
        LOG_INTO_DRAWER can be used to override the contents of variable
        org-clock-into-drawer (or if unset, org-log-into-drawer).
 
-       * org.texi: replace @xref->@pxref.
+       * org.texi: Replace @xref->@pxref.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi (Structure of code blocks): explicitly state that the
-       behavior of multiple blocks of the same name is undefined
+       * org.texi (Structure of code blocks): Explicitly state that the
+       behavior of multiple blocks of the same name is undefined.
 
 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
 
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (LaTeX and PDF export): add a note about a limitation
+       * org.texi (LaTeX and PDF export): Add a note about a limitation
        of the LaTeX export: the org file has to be properly structured.
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
 
-       * gnus.texi (Listing Groups): Document gnus-group-list-ticked
+       * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
 
 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
 
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi: multi-line header arguments :PROPERTIES: :ID:
+       * org.texi: Multi-line header arguments :PROPERTIES: :ID:
        b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc.texi (Stack Manipulation Commands): Add documentation for
-       `calc-transpose-lines'
+       `calc-transpose-lines'.
 
 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
 
 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Overview): Mention also the PuTTY integration under
-       Win32.  Remove paragraphs about Tramp's experimental status.
+       w32.  Remove paragraphs about Tramp's experimental status.
        (Frequently Asked Questions): Add code example for highlighting the
        mode line.
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993-1999, 2001-2012  Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.