(end-of-defun): Consider the ".*\n" after the end of
[emacs.git] / doc / lispintro / ChangeLog
blobc65368091a45bb4a851977c4e144bc051e1db525
1 2008-11-19  Glenn Morris  <rgm@gnu.org>
3         * doclicense.texi: New file.
4         * emacs-lisp-intro.texi: Relicense under FDL 1.3 or later.
5         Include doclicense.texi rather than having license in the file itself.
7 2008-10-16  Sean Sieger  <sean.sieger@gmail.com>  (tiny change)
9         * emacs-lisp-intro.texi (Recursion with list): Fix typo.
11 2008-10-04  Karl Berry  <karl@gnu.org>
13         * emacs-lisp-intro.texi: Apply similar formatting changes as for
14         the emacs and lispref manuals, to save pages.  A couple minor
15         rewordings and reformatting of code to avoid overfull and
16         underfull lines.
17         (edition-number): Bump to 3.08.
18         (update-date): Bump to 4 October 2008.
20 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
22         * makefile.w32-in (distclean): Remove makefile.
24 2008-06-16  Glenn Morris  <rgm@gnu.org>
26         * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
27         * install-sh, missing, mkinstalldirs: Remove obsolete files.
29 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
31         * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
32         avoid confusion with addition operation discussed in previous
33         paragraph.
35 2008-01-31  Robert J. Chassell  <bob@rattlesnake.com>
37         * emacs-lisp-intro.texi: Update back cover text.
39 2007-09-12  Robert J. Chassell  <bob@rattlesnake.com>
41         * emacs-lisp-intro.texi: Add email address to Thank You correctly.
43 2007-09-06  Romain Francoise  <romain@orebokech.com>
45         * Makefile.in (maintainer-clean): Delete info files.
47 2007-09-06  Glenn Morris  <rgm@gnu.org>
49         Move from lispintro/ to doc/lispintro/.
50         * Makefile.in (infodir): Go up one more level.
51         (usermanualdir): Change from ../man to ../emacs.
52         * makefile.w32-in (infodir, ENVADD): Go up one more level.
53         * emacs-lisp-intro.texi (setfilename): Go up one more level.
55 2007-07-30  Robert J. Chassell  <bob@rattlesnake.com>
57         * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
58         `these'.
60 2007-07-25  Glenn Morris  <rgm@gnu.org>
62         * Relicense all FSF files to GPLv3 or later.
64 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
66         * Version 22.1 released.
68 2007-01-30  Robert J. Chassell  <bob@rattlesnake.com>
70         * emacs-lisp-intro.texi (else): Rephrase message of first
71         if-then-else example so it is right both in itself and in the
72         "true" case of the expression, which asks whether 4 is greater
73         than 5.
75 2006-11-27  Andreas Schwab  <schwab@suse.de>
77         * Makefile.in (usermanualdir): Define.
78         (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
79         using TEXINPUTS.
81         * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
82         to fix building outside source directory.
84 2006-11-09  Robert J. Chassell  <bob@rattlesnake.com>
86         * emacs-lisp-intro.texi: Copy descriptions from detailed master
87         menu to menus within body.
89         * emacs-lisp-intro.texi (at the beginning): Add `other shell
90         commands' to produce additional output formats; total is now ten.
91         (A Loop with an Incrementing Counter, and others): Ensure Info
92         menus will appear in short windows.
93         (Disentangle beginning-of-buffer): Replace `version 21' with `more
94         recent versions'.
95         (Simple Extension): Show how to handle multiple versions by adding
96         an alternative with a test of `>= 21'.
98 2006-11-06  Robert J. Chassell  <bob@rattlesnake.com>
100         * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
101         Replace 22.1.100 with 22.1.1.
102         (current-kill): Mention functions that directly or indirectly call
103         `kill-new', which sets `kill-ring-yank-pointer'.
104         (Understanding current-kill): Change `lasted' to `last'.  Remove
105         extraneous parenthesis.  Reword item about returning `car' of list.
106         (yank): Remove mention of `rotate-yank-pointer'.
107         (Y Axis Element): Add comment regarding replacement of blank space.
108         (print-Y-axis Penultimate): Explain that `print-graph' will pass
109         `height-of-top-line' so `print-Y-axis' does not have a bug.
111 2006-11-05  Robert J. Chassell  <bob@rattlesnake.com>
113         * emacs-lisp-intro.texi: Yet more minor changes:
114         (defcustom): Said that `:options' is usually for a hook.  Remove
115         extraneous space in parenthetical remark concerning
116         `text-mode-hook-identify'.  At end, mention other defines, too.
117         (Beginning a .emacs File): Reverse words about comments so they
118         parallel numbers of listed semi-colons.
119         (Text and Auto-fill): Remove extraneous blank line in example.
120         (Mail Aliases): Remove extraneous blank line in example.
121         (Keybindings): Reformat as needed with `key' rather than `kbd'.
122         (Keybindings, Miscellaneous, Mode Line): For small book format, start
123         section name on top of new page.
124         (Simple Extension): Replace longer expression with
125         `emacs-major-version'.  Remove comment about `number-to-string'
126         function.
127         (Miscellaneous): Add filename option, `-H', to `grep' example
128         (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
129         GNU Emacs'.
130         (edebug): More properly state where to place point for 'M-x
131         edebug-defun'.
133         * emacs-lisp-intro.texi: More minor changes.
134         Center images for TeX output.
135         (kill-new function): Remove indentation for sentence talking about
136         momentarily skipping code.
137         (cons & search-fwd Review): Document @code{funcall}.  Document
138         @code{re-search-forward} with existing @code{search-forward}.
139         Reference chapter on regular expression searches.
140         (Recursion with list): Specify a more recent version as being Emacs.
141         (Recursion with list, Every, recursive-graph-body-print): Change
142         `if ... progn' expression to `when'.
143         (Recursive triangle function): For printing in small book, ensure
144         section name is not last on bottom of preceding page.
145         (Keep): Remove extraneous space in function definition example.
146         (sentence-end): Specify `in English' for glyphs that end a sentence.
147         Note that in GNU Emacs 22, the name refers to both a variable and a
148         function.
149         (fwd-sentence while loops): Write a function as one, not as a form
150         (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
151         (etags): Move sentences involving `find-tag' and sources.  State
152         location of Emacs `src' directory.
153         (Design count-words-region): Better explain two backslashes in a row.
154         (Find a File): Fix grammar; add a `to' and write `to visit'.  Change
155         `named' to `selected'.
156         (lengths-list-file): Remove extraneous parenthesis from reference.
157         (lengths-list-many-files): Explain `expand-file-name' better.
158         (Files List): Rephrase sentence regarding Lisp sources directory
160 2006-11-04  Robert J. Chassell  <bob@rattlesnake.com>
162         * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
163         (defcustom): Note that the value set by defconst is a variable.
164         (Buffer Size & Locations): Parenthetical remark about evaluation.
165         (Finding More): Change text to include C sources by inference.
167         * emacs-lisp-intro.texi: Minor fixes.
168         Replace all tabs with eight spaces each so printed text looks correct.
169         Remove extraneous comma in a printed node name produced by `ref'.
170         (insert-buffer): Add a missing beginning parenthesis.
171         (beginning-of-buffer): Add `beginning of' to note about accessible
172         portion.
173         (narrow Exercise): Write closing parenthesis at end of correct
174         paragraph.
175         (zap-to-char): Remove extraneous `a' from first sentence.
176         (Complete zap-to-char): Remove two extraneous sentences.
177         (zap-to-char body): Move sentences on documentation two nodes earlier.
178         (Lisp macro): Add definition of `unless' macro.
179         (last-command & this-command): Remove comment that `we have not yet
180         seen' the @code{eq} function.
181         (kill-append function): Reformat `kill-append' function definition so
182         it prints well.
183         (kill-new function): Indent the sentence beginning `notice'.  Replace
184         `the same as' with `similar to'.  Repair typo.  Remove obsolete
185         references to `yank' and `yank-pop.  End section with a note that `we
186         will digress into C.'
188 2006-11-02  Robert J. Chassell  <bob@rattlesnake.com>
190         * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
191         of extraneous quotation mark to rotate-yank-pointer.
193 2006-11-01  Juri Linkov  <juri@jurta.org>
195         * emacs-lisp-intro.texi: Fix unbalanced quotes.
197 2006-10-31  Robert J. Chassell  <bob@rattlesnake.com>
199         * emacs-lisp-intro.texi: Revised text for kill-region,
200         copy-region-as-kill, kill-append, kill-new, forward-sentence,
201         forward-paragraph, find-file, current-kill, yank, and yank-pop.
202         Removed INSTALL MANIFEST from the directory since those files are
203         now irrelevant.  Updated Info file in ../info.  Changed numbering
204         so is now Revised Third Edition and this instance's edition-number
205         is 3.00.  Did not update ISBN number.
207         * emacs-lisp-intro.texi: Remove version reference for X colors.
208         Document `='.  Remove mention that :eval was new in 21.  Updated
209         instance's edition-number to 3.01.
211 2006-10-30  Robert J. Chassell  <bob@rattlesnake.com>
213         * emacs-lisp-intro.texi: Many changes since it turned out that
214         many `simple' functions were rewritten.  Changes to the text
215         regarding zap-to-char, mark-whole-buffer, append-to-buffer,
216         copy-to-buffer, beginning-of-buffer, what-line, and possibly
217         others.  (I have not reviewed all yet.)  This instance does build
218         for Info and TeX.
220 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
222         * Makefile.in: Use relative paths to avoid advertising filesystem
223         contents during compilation.
225 2006-08-21  Robert J. Chassell  <bob@rattlesnake.com>
227         * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
228           and pointed towards ../man/texinfo.tex so only one file
229           needs updating.  Added comment of what to do when building on own.
231         * texinfo.tex: Changed to version 2006-02-13.16
232           to enable a DVI build using the more recent versions of TeX.
234 2006-05-25  David Kastrup  <dak@gnu.org>
236         * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
237         a giraffe with a hippopotamus.
239 2006-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
241         * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
243 2005-09-16  Romain Francoise  <romain@orebokech.com>
245         * emacs-lisp-intro.texi (GNU Free Documentation License):
246         Specify GFDL version 1.2.
248 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
250         * makefile.w32-in (info): Don't run install-info.
251         ($(infodir)/dir): New target, produced by running install-info.
253 2005-07-04  Lute Kamstra  <lute@gnu.org>
255         Update FSF's address in GPL notices.
257         * emacs-lisp-intro.texi: Update FSF's address.
259 2004-04-23  Juanma Barranquero  <lektu@terra.es>
261         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
263 2004-02-29  Juanma Barranquero  <lektu@terra.es>
265         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
266         Use $(DEL) instead of rm, and ignore exit code.
268 2003-11-16  Kevin Ryde  <user42@zip.com.au>
270         * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
271         Corrections to cross references,
272         (Interactive Options): elisp "interactive" -> "Using Interactive".
273         (defvar and asterisk): Remove emacs "Edit Options" reference,
274         edit-options is no longer described in the emacs manual.
275         (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
277 2003-09-03  Peter Runestig  <peter@runestig.com>
279         * makefile.w32-in: New file.
281 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
283         * emacs-lisp-intro.texi (Index): @ignore extraneous text.
284         Use @dircategory and @direntry to define the DIR entry.
286 2001-11-25  Robert J. Chassell  <bob@rattlesnake.com>
288         * emacs-lisp-intro.texi: Move @contents to the beginning of the
289         file.  Set the size to @smallbook.
291 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
293         * Makefile.in: New file.
295         * README: Update.
297         * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
299 ;; Local Variables:
300 ;; coding: utf-8
301 ;; add-log-time-zone-rule: t
302 ;; End:
304     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
305         2008, 2009  Free Software Foundation, Inc.
307   This file is part of GNU Emacs.
309   GNU Emacs is free software: you can redistribute it and/or modify
310   it under the terms of the GNU General Public License as published by
311   the Free Software Foundation, either version 3 of the License, or
312   (at your option) any later version.
314   GNU Emacs is distributed in the hope that it will be useful,
315   but WITHOUT ANY WARRANTY; without even the implied warranty of
316   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
317   GNU General Public License for more details.
319   You should have received a copy of the GNU General Public License
320   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
322 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3