X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7001d5793cd18716688372c09f784c85019127b2..78be8b64657aeca0472d708450ea1ce2bc142606:/doc/lispintro/ChangeLog diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index b37426612f..e12c57d4b7 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,36 +1,87 @@ -2012-10-13 Gregor Zattler (tiny change) +2013-03-16 Glenn Morris + + * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. + +2013-03-16 Glenn Morris + + * Version 24.3 released. + +2013-03-03 Glenn Morris + + * emacs-lisp-intro.texi (Digression into C): Update example. + (defcustom, Simple Extension): Fix typos. + +2012-12-22 Glenn Morris + + * Makefile.in (srcs): New variable, adding doclicense.texi. + (${buildinfodir}/eintr$(INFO_EXT), emacs-lisp-intro.dvi) + (emacs-lisp-intro.pdf, emacs-lisp-intro.html): + Use $srcs for dependencies. + +2012-12-14 Paul Eggert + + Fix permissions bugs with setgid directories etc. (Bug#13125) + * emacs-lisp-intro.texi (Files List): + directory-files-and-attributes now outputs t for attribute that's + now a placeholder. + +2012-12-06 Paul Eggert + + * doclicense.texi: Update to latest version from FSF. + These are just minor editorial changes. + +2012-11-24 Paul Eggert + + * doclicense.texi: Update to latest version from FSF. + These are just minor editorial changes. + +2012-10-24 Paul Eggert + + * emacs-lisp-intro.texi (Files List): + Update manual for new time stamp format (Bug#12706). + +2012-10-17 Gregor Zattler (tiny change) * emacs-lisp-intro.texi (Narrowing advantages): Minor update for changed what-line implementation. (Bug#12629) -2012-08-24 Chong Yidong +2012-06-21 Glenn Morris - * Version 24.2 released. + * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737) -2012-06-19 Glenn Morris +2012-05-29 Glenn Morris - * 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 +2012-05-12 Glenn Morris - * Version 24.1 released. + * Makefile.in (MKDIR_P): New, set by configure. + (mkinfodir): Use $MKDIR_P. -2012-05-04 Glenn Morris +2012-05-05 Glenn Morris * 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 - * emacs-lisp-intro.texi: Update GNU Press contact details. -2012-04-28 Glenn Morris +2012-05-04 Glenn Morris + + * 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 * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox. -2012-04-07 Glenn Morris +2012-04-14 Glenn Morris * Makefile.in: Replace non-portable use of $< in ordinary rules. @@ -385,7 +436,7 @@ `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 @@ -530,7 +581,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs.