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