]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ChangeLog
Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org
[gnu-emacs] / doc / misc / ChangeLog
index f5e5007c58d4a697d0f39cce871677ae53ae1993..052ec1e4feaee2883368e8e16baac595a8e01e09 100644 (file)
@@ -1,3 +1,119 @@
+2012-12-21  Glenn Morris  <rgm@gnu.org>
+
+       * 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.
+
+       * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
+       which @copying says is included.
+
+       * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
+       * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
+       * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
+       * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
+       * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
+       * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
+       * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
+       * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
+       * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
+       * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
+       * widget.texi, wisent.texi, woman.texi: Do not mention buying
+       copies from the FSF, which does not publish these manuals.
+
+       * erc.texi: No need to include gpl in this small manual.
+
+       * org.texi (copying): Include a copy of the GFDL.
+       (GNU Free Documentation License): New section.
+
+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.
+       (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
+       New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
+       ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
+
+       * bovine.texi: Small edits.  Set copyright to FSF, update license to
+       GFDL 1.3+, remove empty index.
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
+       (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
+       New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
+       ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
+
+2012-12-13  Eric Ludlam  <zappo@gnu.org>
+           David Ponce  <david@dponce.com>
+           Richard Kim  <emacs18@gmail.com>
+
+       * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
+
+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)
+
+       * srecode.texi: Small edits.  Set copyright to FSF, add explicit
+       GFDL 1.3+ license, fix up index.
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
+       (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
+       (srecode.pdf): New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
+       ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
+
+2012-12-13  Eric Ludlam  <zappo@gnu.org>
+
+       * srecode.texi: New file, imported from CEDET trunk.
+
+2012-12-13  Bastien Guerry  <bzg@gnu.org>
+
+       * org.texi (Summary, Code block specific header arguments)
+       (Code block specific header arguments)
+       (Header arguments in function calls, var, noweb)
+       (Results of evaluation, Code evaluation security):
+       Small reformatting: add a blank line before some example.
+
+       * org.texi (System-wide header arguments)
+       (Header arguments in Org mode properties, Conflicts)
+       (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-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.
        * org.texi (Moving subtrees): Document the ability to archive to a
        datetree.
 
-2012-09-30  Bastien Guerry  <bzg@altern.org>
+2012-09-30  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Installation, Feedback, Batch execution): Use
        (add-to-list 'load-path ... t) for the contrib dir.
 
        * org.texi: Edit :noweb no header argument for correctness.
 
-2012-04-01  Bastien Guerry  <bzg@altern.org>
+2012-04-01  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Customization): Update the approximate number of Org
        variables.