]> code.delx.au - gnu-emacs/blobdiff - doc/lispintro/ChangeLog
Merge from emacs-24; up to 2012-05-08T15:19:18Z!monnier@iro.umontreal.ca
[gnu-emacs] / doc / lispintro / ChangeLog
index b37426612f11461c754e7c63ec0b0e69d7520bd1..6c524f5a0aef6b07917166a81ea6b4f091ff0c8c 100644 (file)
@@ -1,36 +1,45 @@
-2012-10-13  Gregor Zattler  <grfz@gmx.de>  (tiny change)
+2012-10-17  Gregor Zattler  <grfz@gmx.de>  (tiny change)
 
        * emacs-lisp-intro.texi (Narrowing advantages):
        Minor update for changed what-line implementation.  (Bug#12629)
 
-2012-08-24  Chong Yidong  <cyd@gnu.org>
+2012-06-21  Glenn Morris  <rgm@gnu.org>
 
-       * Version 24.2 released.
+       * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
 
-2012-06-19  Glenn Morris  <rgm@gnu.org>
+2012-05-29  Glenn Morris  <rgm@gnu.org>
 
-       * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
+       * emacs-lisp-intro.texi: Nuke hand-written node pointers.
+       (dolist, dotimes): Fix sectioning.
 
-2012-06-01  Chong Yidong  <cyd@gnu.org>
+2012-05-12  Glenn Morris  <rgm@gnu.org>
 
-       * Version 24.1 released.
+       * Makefile.in (MKDIR_P): New, set by configure.
+       (mkinfodir): Use $MKDIR_P.
 
-2012-05-04  Glenn Morris  <rgm@gnu.org>
+2012-05-05  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20.
        (Void Function, Wrong Type of Argument, Recursion with list)
        (Simple Extension): Assume a non-ancient Emacs.
        (Void Variable, Switching Buffers): Improve page breaks.
 
-2012-05-03  Glenn Morris  <rgm@gnu.org>
-
        * emacs-lisp-intro.texi: Update GNU Press contact details.
 
-2012-04-28  Glenn Morris  <rgm@gnu.org>
+2012-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
+       (info, infoclean): Use $INFO_EXT.
+       (${infodir}/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
+       * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
+       (INFO_TARGETS, clean): Use $INFO_EXT.
+       ($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
+
+2012-05-02  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
 
-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.
 
        `named' to `selected'.
        (lengths-list-file): Remove extraneous parenthesis from reference.
        (lengths-list-many-files): Explain `expand-file-name' better.
-       (Files List): Rephrase sentence regarding Lisp sources directory
+       (Files List): Rephrase sentence regarding Lisp sources directory.
 
 2006-11-04  Robert J. Chassell  <bob@rattlesnake.com>