]> code.delx.au - gnu-emacs/blobdiff - doc/lispintro/ChangeLog
Merge from emacs-24; up to 2013-01-02T10:15:31Z!michael.albinus@gmx.de
[gnu-emacs] / doc / lispintro / ChangeLog
index ec259497fee1bd471fd7bcdc68bf4859b33034db..db02a257a3a8f357ff51f96225458663013b6370 100644 (file)
@@ -1,12 +1,40 @@
-2013-08-03  Glenn Morris  <rgm@gnu.org>
+2013-08-12  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
 
-2013-07-31  Glenn Morris  <rgm@gnu.org>
-
        * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output.
 
-2013-07-05  Glenn Morris  <rgm@gnu.org>
+       * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
+       (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
+       (INSTALL_DATA): New, set by configure.
+       (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
+       New variables.
+       (.SUFFIXES): Add .ps and .dvi.
+       (.dvi.ps): New suffix rule.
+       (dvi, html, pdf, ps): Use *_TARGETS variables.
+       (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,
+       uninstall-ps, and uninstall-doc.
+       (install-dvi, install-html, install-pdf, install-ps, install-doc)
+       (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
+       (uninstall-doc): New rules.
+
+2013-08-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp-intro.texi (Beginning init File): Rename from
+       "Beginning a .emacs File", since a node name cannot include a
+       period.
+       (Top, Emacs Initialization, Change a defun): All references
+       changed.  (Bug#15038)
+
+2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.
+
+2013-07-06  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Top):
        Move WWW_GNU_ORG section outside @copying, update URL.
 
        * emacs-lisp-intro.texi (edebug): Fix cross-references.
 
-2013-03-12  Glenn Morris  <rgm@gnu.org>
+2013-06-19  Glenn Morris  <rgm@gnu.org>
 
-       * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
+       * Makefile.in (dist): Edit more configure variables.  (Bug#14660)
+       Try to check that we do not miss any in future.
+
+2013-04-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (INFO_OPTS): Add "-I$(emacsdir)" to fix last
+       commit.
+
+2013-04-24  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (emacsver.texi): Include it.
+       (copying): For non-printed versions, uses Emacs version rather
+       than that of the printed book.
+       (Complications, Lisp macro, defvar and asterisk, defcustom): Copyedits.
+       * Makefile.in (emacsdir): New variable..
+       (MAKEINFO_OPTS, ENVADD): Add $emacsdir.
+       (srcs): Add emacsver.texi.
+       (dist): Include emacsver.texi.  Edit emacsdir.
+       * makefile.w32-in (emacsdir): New variable.
+       (INFO_SOURCES): Add emacsver.texi.
+       (ENVADD): Add $emacsdir (and $texinfodir).
+
+2013-04-23  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * emacs-lisp-intro.texi (Complications, defvar, Writing Defuns)
+       (Prevent confusion, Determining the Element, lambda): Refine the
+       doc about Lisp macros, reported by Glenn Morris.
+
+2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
 
-2013-03-11  Glenn Morris  <rgm@gnu.org>
+       * emacs-lisp-intro.texi (defcustom, defun)
+       (simplified-beginning-of-buffer, defvar, Building Robots, Review)
+       (save-excursion): `defun' and `defcustom' are now macros rather
+       than special forms.  (Bug#13853)
 
-       * Version 24.3 released.
+2013-03-16  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
 
 2013-03-03  Glenn Morris  <rgm@gnu.org>
 
        (emacs-lisp-intro.pdf, emacs-lisp-intro.html):
        Use $srcs for dependencies.
 
+2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <eggert@cs.ucla.edu>
+
+       * doclicense.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
+2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
 
        * emacs-lisp-intro.texi (Files List):