Generate info/dir from .texi files rather than .info files
[bpt/emacs.git] / doc / lispintro / ChangeLog
index 4e6c222..57dc740 100644 (file)
@@ -1,3 +1,80 @@
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi: Tweak dircategory.
+
+       * emacs-lisp-intro.texi: Sync direntry with info/dir version.
+
+2013-12-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * emacs-lisp-intro.texi (Counting Words): Don't use ':' in xref
+       titles, as this isn't supported by Texinfo.
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-dvi, install-html, install-pdf)
+       (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
+       (uninstall-pdf): Quote entities that might contain whitespace.
+
+2013-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (beginning-of-buffer complete):
+       Put back a version of the removed paragraph about raw prefix arg.
+
+2013-09-01  Dani Moncayo  <dmoncayo@gmail.com>
+
+       * emacs-lisp-intro.texi (beginning-of-buffer complete):
+       Update function details.  (Bug#15085)
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-12  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
+
+       * emacs-lisp-intro.texi (Thank You): 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, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
+       New variables.
+       (.SUFFIXES): Add .ps and .dvi.
+       (.dvi.ps): New suffix rule.
+       (dvi, html, pdf, ps): Use *_TARGETS variables.
+       (emacs-lisp-intro.ps): Remove explicit rule.
+       (emacs-lisp-intro.html): Use HTML_OPTS.
+       (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
+       (.PHONY): install-dvi, install-html, install-pdf, install-ps
+       ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
+       uninstall-ps, and uninstall-doc.
+       (install-dvi, install-html, install-pdf, install-ps, install-doc)
+       (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
+       (uninstall-doc): New rules.
+
+2013-08-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp-intro.texi (Beginning init File): Rename from
+       "Beginning a .emacs File", since a node name cannot include a
+       period.
+       (Top, Emacs Initialization, Change a defun): All references
+       changed.  (Bug#15038)
+
+2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.
+
+2013-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Top):
+       Move WWW_GNU_ORG section outside @copying, update URL.
+
 2013-07-03  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (edebug): Fix cross-references.