]> code.delx.au - gnu-emacs/blobdiff - doc/lispintro/ChangeLog
Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org
[gnu-emacs] / doc / lispintro / ChangeLog
index b8c2c93bbb6f41b11d718074e8f1fc5124788673..70d7767635fe1d2d4626b73f7b41020920957399 100644 (file)
@@ -1,5 +1,68 @@
+2014-07-16  Álvar Jesús Ibeas Martín  <alvar.ibeas@unican.es>  (tiny change)
+
+       * emacs-lisp-intro.texi (Variables, Buffer Names, if & or)
+       (Symbols as Chest, fwd-para while): Fix typos.
+
+2014-07-03  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Note for Novices, Finding More, Conclusion):
+       "Online" help doesn't mean what it used to any more.
+
+2014-06-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (%.texi): Disable implicit rules.
+       (mkinfodir): Remove.
+       (.dvi.ps): Replace with explicit rule.
+       (${buildinfodir}): New rule.
+       (${buildinfodir}/eintr.info): Use order-only prereq for output dir.
+       Use $<.
+       (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
+       Use $<.
+       (emacs-lisp-intro.ps): New rule.
+
+2014-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bootstrap-clean): New.
+
+2014-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
+       (INFO_OPTS): Set directly rather than with configure.
+
+2014-06-02  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Autoload): Update loaddefs.el details.
+
+2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (infoclean): Be consistent about reporting failures.
+
+2014-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks.
+
+2014-02-06  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Recursive Patterns):
+       Do not use colons in index entries.
+
+2014-01-23  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
+
+2013-12-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Specify .texi encoding (Bug#16292).
+       * emacs-lisp-intro.texi: Add @documentencoding.
+
+2013-12-30  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi: Use @quotation for license notice.
+
 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.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,
+       (.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)
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2001-2013 Free Software Foundation, Inc.
+  Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.