File name fix, for AUTHORS.
[bpt/emacs.git] / doc / lispintro / ChangeLog
CommitLineData
e41dfb1e
GM
12008-11-19 Glenn Morris <rgm@gnu.org>
2
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.
6
2d7752a0
GM
72008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
8
9 * emacs-lisp-intro.texi (Recursion with list): Fix typo.
10
a9097c6d
KB
112008-10-04 Karl Berry <karl@gnu.org>
12
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
2d7752a0
GM
16 underfull lines.
17 (edition-number): Bump to 3.08.
18 (update-date): Bump to 4 October 2008.
a9097c6d 19
9b4fb9b7
EZ
202008-06-20 Eli Zaretskii <eliz@gnu.org>
21
22 * makefile.w32-in (distclean): Remove makefile.
23
bebcd7f7
GM
242008-06-16 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
27 * install-sh, missing, mkinstalldirs: Remove obsolete files.
28
6dc64eeb
CY
292008-05-13 Chong Yidong <cyd@stupidchicken.com>
30
31 * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
32 avoid confusion with addition operation discussed in previous
33 paragraph.
34
868a6b71
RC
352008-01-31 Robert J. Chassell <bob@rattlesnake.com>
36
37 * emacs-lisp-intro.texi: Update back cover text.
38
1df454a0
RC
392007-09-12 Robert J. Chassell <bob@rattlesnake.com>
40
6fbbfef4 41 * emacs-lisp-intro.texi: Add email address to Thank You correctly.
1df454a0 42
5e6876cb
RF
432007-09-06 Romain Francoise <romain@orebokech.com>
44
45 * Makefile.in (maintainer-clean): Delete info files.
46
8cda6f8f
GM
472007-09-06 Glenn Morris <rgm@gnu.org>
48
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.
54
552007-07-30 Robert J. Chassell <bob@rattlesnake.com>
56
57 * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
58 `these'.
59
602007-07-25 Glenn Morris <rgm@gnu.org>
61
62 * Relicense all FSF files to GPLv3 or later.
63
642007-06-02 Chong Yidong <cyd@stupidchicken.com>
65
66 * Version 22.1 released.
67
682007-01-30 Robert J. Chassell <bob@rattlesnake.com>
69
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.
74
752006-11-27 Andreas Schwab <schwab@suse.de>
76
77 * Makefile.in (usermanualdir): Define.
78 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
79 using TEXINPUTS.
80
81 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
82 to fix building outside source directory.
83
842006-11-09 Robert J. Chassell <bob@rattlesnake.com>
85
86 * emacs-lisp-intro.texi: Copy descriptions from detailed master
87 menu to menus within body.
88
6fbbfef4 89 * emacs-lisp-intro.texi (at the beginning): Add `other shell
8cda6f8f
GM
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
6fbbfef4 96 an alternative with a test of `>= 21'.
8cda6f8f
GM
97
982006-11-06 Robert J. Chassell <bob@rattlesnake.com>
99
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.
110
1112006-11-05 Robert J. Chassell <bob@rattlesnake.com>
112
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
6fbbfef4 128 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
8cda6f8f
GM
129 GNU Emacs'.
130 (edebug): More properly state where to place point for 'M-x
131 edebug-defun'.
132
133 * emacs-lisp-intro.texi: More minor changes.
134 Center images for TeX output.
6fbbfef4 135 (kill-new function): Remove indentation for sentence talking about
8cda6f8f 136 momentarily skipping code.
6fbbfef4 137 (cons & search-fwd Review): Document @code{funcall}. Document
8cda6f8f
GM
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.
6fbbfef4 141 (Recursion with list, Every, recursive-graph-body-print): Change
8cda6f8f
GM
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.
6fbbfef4 153 (Design count-words-region): Better explain two backslashes in a row.
8cda6f8f
GM
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
159
1602006-11-04 Robert J. Chassell <bob@rattlesnake.com>
161
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.
166
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.'
187
1882006-11-02 Robert J. Chassell <bob@rattlesnake.com>
189
190 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
191 of extraneous quotation mark to rotate-yank-pointer.
192
1932006-11-01 Juri Linkov <juri@jurta.org>
194
195 * emacs-lisp-intro.texi: Fix unbalanced quotes.
196
1972006-10-31 Robert J. Chassell <bob@rattlesnake.com>
198
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.
206
207 * emacs-lisp-intro.texi: Remove version reference for X colors.
6fbbfef4 208 Document `='. Remove mention that :eval was new in 21. Updated
8cda6f8f
GM
209 instance's edition-number to 3.01.
210
2112006-10-30 Robert J. Chassell <bob@rattlesnake.com>
212
6fbbfef4 213 * emacs-lisp-intro.texi: Many changes since it turned out that
8cda6f8f
GM
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.
219
2202006-10-29 Chong Yidong <cyd@stupidchicken.com>
221
222 * Makefile.in: Use relative paths to avoid advertising filesystem
223 contents during compilation.
224
2252006-08-21 Robert J. Chassell <bob@rattlesnake.com>
226
6fbbfef4 227 * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
8cda6f8f
GM
228 and pointed towards ../man/texinfo.tex so only one file
229 needs updating. Added comment of what to do when building on own.
230
6fbbfef4 231 * texinfo.tex: Changed to version 2006-02-13.16
8cda6f8f
GM
232 to enable a DVI build using the more recent versions of TeX.
233
2342006-05-25 David Kastrup <dak@gnu.org>
235
6fbbfef4 236 * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
8cda6f8f
GM
237 a giraffe with a hippopotamus.
238
2392006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
240
241 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
242
2432005-09-16 Romain Francoise <romain@orebokech.com>
244
245 * emacs-lisp-intro.texi (GNU Free Documentation License):
246 Specify GFDL version 1.2.
247
2482005-07-30 Eli Zaretskii <eliz@gnu.org>
249
250 * makefile.w32-in (info): Don't run install-info.
251 ($(infodir)/dir): New target, produced by running install-info.
252
2532005-07-04 Lute Kamstra <lute@gnu.org>
254
255 Update FSF's address in GPL notices.
256
257 * emacs-lisp-intro.texi: Update FSF's address.
258
2592004-04-23 Juanma Barranquero <lektu@terra.es>
260
261 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
262
2632004-02-29 Juanma Barranquero <lektu@terra.es>
264
6fbbfef4
JB
265 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
266 Use $(DEL) instead of rm, and ignore exit code.
8cda6f8f
GM
267
2682003-11-16 Kevin Ryde <user42@zip.com.au>
269
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".
276
2772003-09-03 Peter Runestig <peter@runestig.com>
278
279 * makefile.w32-in: New file.
280
2812001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
282
283 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
284 Use @dircategory and @direntry to define the DIR entry.
285
2862001-11-25 Robert J. Chassell <bob@rattlesnake.com>
287
288 * emacs-lisp-intro.texi: Move @contents to the beginning of the
289 file. Set the size to @smallbook.
290
2912001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
292
293 * Makefile.in: New file.
294
295 * README: Update.
296
297 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
298
299;; Local Variables:
c8763fb6 300;; coding: utf-8
8cda6f8f
GM
301;; add-log-time-zone-rule: t
302;; End:
303
8ae3715e
GM
304 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
305 2008 Free Software Foundation, Inc.
8cda6f8f
GM
306
307 This file is part of GNU Emacs.
308
8ae3715e 309 GNU Emacs is free software: you can redistribute it and/or modify
8cda6f8f 310 it under the terms of the GNU General Public License as published by
8ae3715e
GM
311 the Free Software Foundation, either version 3 of the License, or
312 (at your option) any later version.
8cda6f8f
GM
313
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.
318
319 You should have received a copy of the GNU General Public License
8ae3715e 320 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cda6f8f
GM
321
322;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3