todo-mode.el: Remove dependence on auto-mode-alist.
[bpt/emacs.git] / doc / misc / ChangeLog
index e7aa03f..63e2cf7 100644 (file)
@@ -1,3 +1,282 @@
+2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
+
+       * todo-mode.texi: Update in light of changes due to bug#17482.
+       Replace numerous mistaken uses of literal quotes with proper
+       Texinfo markup.
+       (Todo Mode Entry Points): Comment out reference to using find-file
+       or Dired to visit Todo files, since this has been disabled (bug#17482).
+
+2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Mention HISTFILE
+       setting in ~/.ssh/environment.
+
+2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
+
+       * todo-mode.texi: Update, improve exposition, add cross
+       references, fix typos.
+       (Inserting New Items, Editing Item Headers and Text): Rewrite to
+       document new user interface.
+
+2014-05-01  Glenn Morris  <rgm@gnu.org>
+
+       * autotype.texi (Skeleton Language):
+       * message.texi (Header Commands): Replace `iff'.
+
+2014-04-22  Bastien Guerry  <bzg@gnu.org>
+
+       * org.texi (Installation): Be more clear on why installing Org
+       through ELPA should be done without loading any Org file.
+
+       * org.texi (Emphasis and monospace): Document the use of
+       =verbatim= and ~code~ to be consistent with
+       `org-element-text-markup-successor'.
+
+       * org.texi (In-buffer settings, Radio tables): Tiny fixes.
+
+       * org.texi (Initial visibility):
+       * org.texi (Literal examples): Fix typos.
+
+2014-04-22  Michael Brand  <michael.ch.brand@gmail.com>
+
+       * org.texi (Column attributes): Add a sentence to point out
+       the dependency on the format specifier.
+
+2014-04-22  Nicolas Goaziou  <n.goaziou@gmail.com>
+
+       * org.texi (The Export Dispatcher): Reformulation.
+
+       * org.texi (@LaTeX{} specific attributes): Update manual.
+
+       * org.texi (Top, Exporting): Org has its own documentation and
+       should therefore be removed from "Other build-in back-ends".
+
+2014-03-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
+2014-03-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Add fish shell settings.
+
+2014-03-21  Glenn Morris  <rgm@gnu.org>
+
+       * ede.texi (ede-linux):
+       * vip.texi (New Bindings): Tiny copyedits.
+
+2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vip.texi (Other Vi Commands): Adjust doc of C-j.
+
+       * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
+       defined by CC-mode but globally.
+       (FAQ): Tweak text about RET and auto-indentation.
+
+2014-03-18  David Engster  <deng@randomsample.de>
+
+       * ede.texi (Project Local Variables): Remove reference to
+       `ede-java-root' and the example using it.
+       (Android projects, ede-java-root): Remove nodes since they are
+       only in CEDET upstream (Bug#17030).  All nodes updated.
+       (ede-cpp-root): Document the :compile-command slot.
+       (ede-linux): Document new variables
+       `project-linux-build-directory-default' and
+       `project-linux-architecture-default'.
+
+2014-03-12  Glenn Morris  <rgm@gnu.org>
+
+       * eww.texi (History and Acknowledgments):
+       Don't list everyone who changed the code.
+
+       * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
+       * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
+       * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
+       * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
+       * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
+       Use @file for buffers, per the Texinfo manual.
+
+2014-03-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
+       so that the Org Manual's style for ` and ' in code is consistent
+       with the other Emacs manuals.  This affects PDF, not .info files.
+
+2014-03-12  Glenn Morris  <rgm@gnu.org>
+
+       * octave-mode.texi (Using Octave Mode): Remove outdated stuff
+       about RET and indentation.
+
+2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus.texi:
+       * semantic.texi: Fix whitespace.
+
+       * ede.texi (Android projects):
+       * eieio.texi (Class Options, Making New Objects)
+       (Method Invocation, CLOS compatibility):
+       * sem-user.texi (Tag Decoration Mode): Fix typos.
+
+2014-03-02  Xue Fuqiao  <xfq@gnu.org>
+
+       * sem-user.texi (Create System Databases): Markup fix.
+
+2014-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * info.texi (Further Reading): Rename node from Expert Info.
+       Remove stuff about writing Info nodes by hand.
+       (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
+
+       * info.texi: Nuke hand-written node pointers.
+
+2014-02-28  Karl Berry  <karl@gnu.org>
+
+       * info.texi (Top): Mention H for a summary of all commands.
+
+2014-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * edt.texi (Quick start, Starting emulation): Update hook details.
+       * efaq.texi (Fullscreen mode on MS-Windows)
+       (Terminal setup code works after Emacs has begun): Update hook details.
+       * vip.texi (Loading VIP): Fix hook example.
+
+       * efaq-w32.texi (Bash): Don't use setq with hooks.
+
+2014-02-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
+2014-02-22  Xue Fuqiao  <xfq@gnu.org>
+
+       * remember.texi (Quick Start): Add an index.
+       (Function Reference, Quick Start): Add cross-references.
+
+2014-02-21  Glenn Morris  <rgm@gnu.org>
+
+       * flymake.texi (Starting the syntax check process): Grammar fix.
+
+       * tramp.texi (External packages): Grammar fix.
+       Reword for default sentinel not being nil any more.
+
+2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * trampver.texi: Update release number.
+
+2014-02-19  Glenn Morris  <rgm@gnu.org>
+
+       * remember.texi: Copyedits.
+       (Quick Start): No need for manual autoloads.  Mention remember-notes.
+       (Function Reference): Update arguments.  Add new commands.
+
+2014-02-18  Glenn Morris  <rgm@gnu.org>
+
+       * remember.texi (copying): Bump remember mode version.
+       (Installation): Remove unnecessary chapter.
+       (Quick Start): No need to explicitly load remember.el.
+       (Separate Text Files): New section.
+
+2014-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * eieio.texi (Class Values, CLOS compatibility):
+       Remove references to deleted eieio-describe-class/generic.
+
+2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.9.
+       * trampver.texi: Update release number.
+
+       * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
+
+2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Single-Variable Statistics): Remove mention of
+       incorrect keybinding.
+
+2014-02-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
+2014-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * auth.texi (GnuPG and EasyPG Assistant Configuration):
+       Be agnostic about authinfo/authinfo.gpg default order.  (Bug#16642)
+
+2014-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
+
+2014-02-06  Glenn Morris  <rgm@gnu.org>
+
+       * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
+
+       * mh-e.texi, viper.texi: Do not use colons in index entries.
+
+2014-02-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
+2014-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * epa.texi: Add indices.
+
+       * url.texi (Cookies): Mention url-cookie-list command.
+
+2014-02-03  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Blocks and Exits): Mention cl-tagbody.
+
+2014-02-02  Glenn Morris  <rgm@gnu.org>
+
+       * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
+
+2014-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * efaq.texi (Replacing highlighted text):
+       Update delete-selection-mode doc.
+
+2014-01-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * sem-user.texi (Include paths): Fix a Texinfo command.
+
+2014-01-27  Glenn Morris  <rgm@gnu.org>
+
+       * idlwave.texi (Lesson III---User Catalog, Online Help)
+       (Starting the Shell, Catalogs, User Catalog):
+       * remember.texi (Quick Start):
+       * viper.texi:
+       * vip.texi (Customization, Customizing Constants)
+       (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
+
+2014-01-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * cc-mode.texi (Minor Modes): Minor fix.
+
+2014-01-24  David Engster  <deng@randomsample.de>
+
+       * eieio.texi (Introduction): Fix references.
+
+2014-01-24  Glenn Morris  <rgm@gnu.org>
+
+       * efaq.texi (Termcap/Terminfo entries for Emacs):
+       Use M-x term rather than M-x terminal-emulator.
+
+       * emacs-mime.texi (time-date): Use float-time.
+
+2014-01-22  David Engster  <deng@randomsample.de>
+
+       * eieio.texi (Introduction): Move introductory paragraph about
+       EIEIO and CLOS from 'Building Classes' to here.
+       (Documentation): Remove, since eieio-doc is not part of Emacs.
+       (Class Values, CLOS compatibility): Mention that
+       `describe-function' will also give information about classes.
+
+2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
+2014-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (eww_deps): Does not depend on emacsver.texi.
+
 2014-01-12  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (all): Doc fix according to GNU Coding Standards.
 
        * org.texi (Global and local cycling): Fix missing '@'.
 
-2013-01-07 Bastien Guerry <bzg@gnu.org>
+2013-01-07  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Global and local cycling): Mention C-u C-u TAB.
        (Include files, The Export Dispatcher)
        * org.texi (Creating one-off styles): Use new export snippet
        syntax.
 
-       * org.texi (Export settings): documentation describing how text
+       * org.texi (Export settings): Documentation describing how text
        above the first heading is ignored when an :export: tag is in a
        file.
 
 
        * org.texi: Document variable changes.
 
-       * org.texi (Export settings): Doument p: item in OPTIONS keyword.
+       * org.texi (Export settings): Document p: item in OPTIONS keyword.
 
        * org.texi (Exporting): Massive rewrite of the first sections.
        (Selective export): Delete.
        (efaq-w32.pdf, efaq-w32.html): New rules.
        (clean): Remove efaq-w32 products.
 
+2013-08-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
        (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,
+       install-psinstall-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
        uninstall-ps, and uninstall-doc.
        (.SUFFIXES): Add .ps and .dvi.
        (.dvi.ps): New suffix rule.
 
 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.
+       * 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>
 
 2013-08-07  Xue Fuqiao  <xfq.free@gmail.com>
 
        * sc.texi (Introduction): Fix index.
-       (Usage Overview):
-       (Citations, Citation Elements, Recognizing Citations)
+       (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)
 
        * newsticker.texi (Usage): Use @key for RET.
 
-       * cl.texi (Argument Lists):
-       (For Clauses):
+       * cl.texi (Argument Lists, For Clauses)
        (Macros): Add indexes.
 
 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
 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, $(buildinfodir)/todo-mode$(INFO_EXT))
        (todo-mode.dvi, todo-mode.pdf): New rules.
 
        * todo-mode.texi: New file.
        `gnus-subthread-sort-functions' and remove the obsolete documentation
        of `gnus-sort-threads-recursively'.
 
+2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update to 2012-07-29.17 version.
+
 2013-07-29  David Engster  <deng@randomsample.de>
 
        * eieio.texi (top): Make clear that EIEIO is not a full CLOS
 
 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'.
+       * 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>
 
        * 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
+       * htmlfontify.texi (Customization): Add missing @item in
        @enumerate.
        * org.texi (Advanced features): Add missing argument for @item.
        (Property searches): Use @backslashchar{} in macro argument.
 
        * org.texi (Durations and time values): Fix typo.
 
+2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Update from gnulib.
+
 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc.texi (Basic Operations on Units, Customizing Calc):
        * gnus.texi (Gnus Utility Functions): Add more references and
        explanations (bug#9683).
 
+2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * texinfo.tex: Merge from gnulib.
+
 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Archived Messages): Note the default (bug#9552).
 
 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
 
-       * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
+       * eshell.texi (Input/Output):
+       Document insert output redirection operator, >>>.
 
 2011-02-18  Glenn Morris  <rgm@gnu.org>
 
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
-       * org.texi (Handling links):
-       (In-buffer settings): Document inlining images on startup.
+       * org.texi (Handling links, In-buffer settings):
+       Document inlining images on startup.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc.texi (Radix Modes): Clarify two's complement notation.
+       * calc.texi (Radix Modes): Clarify two's complement notation.
 
 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
 
 
 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
 
-       * calc.texi (Editing Stack Entries):
-       (Algebraic Entry): Rewrite introductory sentences so it can be used by
+       * calc.texi (Editing Stack Entries, Algebraic Entry):
+       Rewrite introductory sentences so it can be used by
        Calc's help functions.  Mention fixing typos.
        (Customizing Calc): Fix typo.
 
        * info.texi (Help-Xref):
        * message.texi (Message Headers):
        * org.texi (Remember):
-       * reftex.texi (Options (Defining Label Environments)):
-       (Options (Index Support)):
-       (Options (Viewing Cross-References)):
-       (Options (Misc)):
-       (Changes):
+       * reftex.texi (Options (Defining Label Environments))
+       (Options (Index Support), Options (Viewing Cross-References))
+       (Options (Misc), Changes):
        * speedbar.texi (Creating a display):
        * tramp.texi (Customizing Completion, Auto-save and Backup):
        Texinfo usage fix.
 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
 
        * idlwave.texi (Continued Statement Indentation):
-       * reftex.texi (Options (Index Support)):
+       * reftex.texi (Options (Index Support))
        (Displaying and Editing the Index, Table of Contents):
        * speedbar.texi (Creating a display, Major Display Modes):
        Replace non-nil with non-@code{nil}.
        (Top): More description for the `Default Method' menu entry.
        (Default Method): Use @code, not @var, for Lisp variables.
        (Default Method): New subsection `Which method is the right one
-       for me?'  Suggested by Christian Kirsch.
+       for me?'.  Suggested by Christian Kirsch.
        (Configuration): Pointer to new subsection added.
        (Default Method): Too many "use" in one sentence.
        Rephrase.  Reported by Christian Kirsch.
 
 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
 
-       * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
-       * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
+       * ediff.texi, tramp.texi, vip.texi, viper.texi:
+       * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
        @acronym{ASCII}.
 
 2003-10-26  Karl Berry  <karl@gnu.org>
        `tramp-set-completion-function', because parsing of ssh config
        files looks more natural.
 
+2003-01-15  Kevin Ryde  <user42@zip.com.au>
+
+       * gnus.texi (Using MIME): Mention auto-compression-mode with
+       gnus-mime-copy-part.
+
 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi: Do not use `path' in several locations.
 
        * reftex.texi: Update to RefTeX 4.19.
 
+2002-07-21  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.texi (Sorting Groups): Add key bindings for
+       gnus-group-sort-groups-by-real-name and
+       gnus-group-sort-selected-groups-by-real-name.
+
 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
 
        * reftex.texi: Update for RefTeX version 3.22.
 
+1998-03-01  Kim-Minh Kaplan  <KimMinh.Kaplan@utopia.eunet.fr>
+
+       * gnus.texi (Easy Picons): Remove references to
+       `gnus-group-display-picons'.
+       (Hard Picons): Ditto.
+
 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
 
        * Makefile.in (reftex.dvi, ../info/reftex): New targets.
 
 1993-11-15  Paul Eggert  (eggert@twinsun.com)
 
-       * man/Makefile (../info/cl.info): Rename from ../info/cl.
+       * Makefile (../info/cl.info): Rename from ../info/cl.
 
 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * forms.texi: Fix forms.texi so that it will format correctly.
        Add missing `@end iftex', fix bad reference.
 
-       * info.texi, info-stn.texi: New files implement texinfo version of
-       `info' file.
-
 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
 
        * Makefile: Fix targets for texindex, new info.texi files.