Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org
[bpt/emacs.git] / doc / lispintro / ChangeLog
index b77431f..d9ebf07 100644 (file)
@@ -1,3 +1,107 @@
+2012-04-14  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in: Replace non-portable use of $< in ordinary rules.
+
+2012-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi: Standardize possessive apostrophe usage.
+
+2012-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
+       (count-words-in-defun): Fix cross-refs to Emacs manual.
+
+2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
+       of @menu.  (Bug#10628)
+
+2012-01-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp-intro.texi (count-words-in-defun):
+       Add missing parenthesis (bug#10544).
+
+2012-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (re-search-forward): Fix typo.
+
+2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in: Update dependencies.
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp-intro.texi (etags): Fix typo.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-02-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
+
+2011-01-23  Werner Lemberg  <wl@gnu.org>
+
+       * Makefile.in (MAKEINFO): Now controlled by `configure'.
+       (MAKEINFO_OPTS): New variable.  Use it where appropriate.
+       (ENVADD): New variable to control texi2dvi and texi2pdf.
+
+2010-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi: Rename the `count-words-region' example,
+       since there is now a standard command of that name.
+
+2010-10-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (.dvi.ps): Remove unnecessary suffix rule.
+       (.PHONY): Add ps.
+       (ps, emacs-lisp-intro.ps): New targets.
+       (clean): Delete ps file.
+       (MAKEINFO): Use --force like the other doc/ Makefiles do.
+       Add explicit -I$srcdir.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (VPATH): Remove.
+       (infodir): Make it absolute.
+       (mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
+
+       * Makefile.in (dist): Anchor regexps.
+
+       * Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
+       (emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
+
+       * Makefile.in (infoclean): Remove harmless, long-standing error.
+
+       * Makefile.in ($(infodir)): Delete rule.
+       (mkinfodir): New.
+       ($(infodir)/eintr): Use $mkinfodir instead of infodir.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.
+
+2010-10-07  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (version): New, set by configure.
+       (clean): Delete dist tar file.
+       (dist): Use version in tar name.
+
+2010-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in.
+       (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables.
+       ($(infodir), html, pdf, infoclean, dist): New rules.
+       (${infodir}/eintr): Ensure $infodir exists.  Use $@.
+       (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
+       Use $^.
+       (.PHONY): Declare clean rules.
+       (mostlyclean): Delete more temp files.
+       (clean): Delete specific dvi, pdf and html files.
+       (maintainer-clean): Use infoclean.
+       (.NOEXPORT): Remove, unused by any other Makefile.in.
+
 2010-09-21  Glenn Morris  <rgm@gnu.org>
 
        * cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps:
 
        * Version 23.2 released.
 
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
 2010-02-16  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
 
 2009-12-09  David Robinow  <drobinow@gmail.com>  (tiny change)
 
-       * makefile.w32-in: Use parenthesis for macros for nmake
-       compatibility.
+       * makefile.w32-in: Use parenthesis for macros for nmake compatibility.
 
 2009-12-03  Glenn Morris  <rgm@gnu.org>
 
 
 2009-02-22  Karl Berry  <karl@gnu.org>
 
-       * emacs-lisp-intro.texi (Default Configuration): fix dup word "by by".
+       * emacs-lisp-intro.texi (Default Configuration): Fix dup word "by by".
 
 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
 
        (Simple Extension): Replace longer expression with
        `emacs-major-version'.  Remove comment about `number-to-string'
        function.
-       (Miscellaneous): Add filename option, `-H', to `grep' example
+       (Miscellaneous): Add filename option, `-H', to `grep' example.
        (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
        GNU Emacs'.
        (edebug): More properly state where to place point for 'M-x
        (sentence-end): Specify `in English' for glyphs that end a sentence.
        Note that in GNU Emacs 22, the name refers to both a variable and a
        function.
-       (fwd-sentence while loops): Write a function as one, not as a form
+       (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.
 2006-08-21  Robert J. Chassell  <bob@rattlesnake.com>
 
        * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
-         and pointed towards ../man/texinfo.tex so only one file
-         needs updating.  Added comment of what to do when building on own.
+       and pointed towards ../man/texinfo.tex so only one file
+       needs updating.  Added comment of what to do when building on own.
 
        * texinfo.tex: Changed to version 2006-02-13.16
-         to enable a DVI build using the more recent versions of TeX.
+       to enable a DVI build using the more recent versions of TeX.
 
 2006-05-25  David Kastrup  <dak@gnu.org>
 
 2003-11-16  Kevin Ryde  <user42@zip.com.au>
 
        * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
-       Corrections to cross references,
+       Corrections to cross references.
        (Interactive Options): elisp "interactive" -> "Using Interactive".
        (defvar and asterisk): Remove emacs "Edit Options" reference,
        edit-options is no longer described in the emacs manual.
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-       2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+  Copyright (C) 2001-2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3