]> code.delx.au - gnu-emacs/blobdiff - doc/lispintro/ChangeLog
Update copyright year to 2015
[gnu-emacs] / doc / lispintro / ChangeLog
index 304e036e3b1162909ad19c71e29d957d26c6e5b0..57ab03b1155ac61f5c464801fe6f091c47588972 100644 (file)
@@ -1,3 +1,56 @@
+2014-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for Emacs doc
+       * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
+       (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
+       (ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html):
+       Use them.
+
+2014-11-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (version): Remove variable.
+       (clean): No longer delete dist tarfile.
+       (dist): Remove rule; replace with code in admin.el.
+
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Merge in all changes up to 24.4 release.
+
+2014-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (dist): Update for new output variables.
+
+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.
 2006-11-05  Robert J. Chassell  <bob@rattlesnake.com>
 
        * emacs-lisp-intro.texi: Yet more minor changes:
-       (defcustom): Said that `:options' is usually for a hook.  Remove
-       extraneous space in parenthetical remark concerning
+       (defcustom): Said that `:options' is usually for a hook.
+       Remove extraneous space in parenthetical remark concerning
        `text-mode-hook-identify'.  At end, mention other defines, too.
        (Beginning a .emacs File): Reverse words about comments so they
        parallel numbers of listed semi-colons.
        Center images for TeX output.
        (kill-new function): Remove indentation for sentence talking about
        momentarily skipping code.
-       (cons & search-fwd Review): Document @code{funcall}.  Document
-       @code{re-search-forward} with existing @code{search-forward}.
+       (cons & search-fwd Review): Document @code{funcall}.
+       Document @code{re-search-forward} with existing @code{search-forward}.
        Reference chapter on regular expression searches.
        (Recursion with list): Specify a more recent version as being Emacs.
-       (Recursion with list, Every, recursive-graph-body-print): Change
-       `if ... progn' expression to `when'.
+       (Recursion with list, Every, recursive-graph-body-print):
+       Change `if ... progn' expression to `when'.
        (Recursive triangle function): For printing in small book, ensure
        section name is not last on bottom of preceding page.
        (Keep): Remove extraneous space in function definition example.
        function.
        (fwd-sentence while loops): Write a function as one, not as a form.
        (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
-       (etags): Move sentences involving `find-tag' and sources.  State
-       location of Emacs `src' directory.
+       (etags): Move sentences involving `find-tag' and sources.
+       State location of Emacs `src' directory.
        (Design count-words-region): Better explain two backslashes in a row.
-       (Find a File): Fix grammar; add a `to' and write `to visit'.  Change
-       `named' to `selected'.
+       (Find a File): Fix grammar; add a `to' and write `to visit'.
+       Change `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.
        seen' the @code{eq} function.
        (kill-append function): Reformat `kill-append' function definition so
        it prints well.
-       (kill-new function): Indent the sentence beginning `notice'.  Replace
-       `the same as' with `similar to'.  Repair typo.  Remove obsolete
+       (kill-new function): Indent the sentence beginning `notice'.
+       Replace `the same as' with `similar to'.  Repair typo.  Remove obsolete
        references to `yank' and `yank-pop.  End section with a note that `we
        will digress into C.'
 
        is 3.00.  Did not update ISBN number.
 
        * emacs-lisp-intro.texi: Remove version reference for X colors.
-       Document `='.  Remove mention that :eval was new in 21.  Updated
-       instance's edition-number to 3.01.
+       Document `='.  Remove mention that :eval was new in 21.
+       Updated instance's edition-number to 3.01.
 
 2006-10-30  Robert J. Chassell  <bob@rattlesnake.com>
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2001-2014 Free Software Foundation, Inc.
+  Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.