Merge from trunk.
[bpt/emacs.git] / doc / lispintro / ChangeLog
1 2012-01-17 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp-intro.texi (re-search-forward): Fix typo.
4
5 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
6
7 * makefile.w32-in: Update dependencies.
8
9 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10
11 * emacs-lisp-intro.texi (etags): Fix typo.
12
13 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
14
15 * Version 23.3 released.
16
17 2011-02-19 Eli Zaretskii <eliz@gnu.org>
18
19 * emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
20
21 2011-01-23 Werner Lemberg <wl@gnu.org>
22
23 * Makefile.in (MAKEINFO): Now controlled by `configure'.
24 (MAKEINFO_OPTS): New variable. Use it where appropriate.
25 (ENVADD): New variable to control texi2dvi and texi2pdf.
26
27 2010-11-13 Glenn Morris <rgm@gnu.org>
28
29 * emacs-lisp-intro.texi: Rename the `count-words-region' example,
30 since there is now a standard command of that name.
31
32 2010-10-11 Glenn Morris <rgm@gnu.org>
33
34 * Makefile.in (.dvi.ps): Remove unnecessary suffix rule.
35 (.PHONY): Add ps.
36 (ps, emacs-lisp-intro.ps): New targets.
37 (clean): Delete ps file.
38 (MAKEINFO): Use --force like the other doc/ Makefiles do.
39 Add explicit -I$srcdir.
40
41 2010-10-09 Glenn Morris <rgm@gnu.org>
42
43 * Makefile.in (VPATH): Remove.
44 (infodir): Make it absolute.
45 (mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
46
47 * Makefile.in (dist): Anchor regexps.
48
49 * Makefile.in (${infodir}/eintr, emacs-lisp-intro.dvi)
50 (emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<.
51
52 * Makefile.in (infoclean): Remove harmless, long-standing error.
53
54 * Makefile.in ($(infodir)): Delete rule.
55 (mkinfodir): New.
56 ($(infodir)/eintr): Use $mkinfodir instead of infodir.
57
58 2010-10-09 Glenn Morris <rgm@gnu.org>
59
60 * Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.
61
62 2010-10-07 Glenn Morris <rgm@gnu.org>
63
64 * Makefile.in (version): New, set by configure.
65 (clean): Delete dist tar file.
66 (dist): Use version in tar name.
67
68 2010-10-06 Glenn Morris <rgm@gnu.org>
69
70 * Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in.
71 (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables.
72 ($(infodir), html, pdf, infoclean, dist): New rules.
73 (${infodir}/eintr): Ensure $infodir exists. Use $@.
74 (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
75 Use $^.
76 (.PHONY): Declare clean rules.
77 (mostlyclean): Delete more temp files.
78 (clean): Delete specific dvi, pdf and html files.
79 (maintainer-clean): Use infoclean.
80 (.NOEXPORT): Remove, unused by any other Makefile.in.
81
82 2010-09-21 Glenn Morris <rgm@gnu.org>
83
84 * cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps:
85 * cons-5.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps:
86 Add first line EPSF magic comment. (Bug#7064)
87
88 2010-06-23 Glenn Morris <rgm@gnu.org>
89
90 * emacs-lisp-intro.texi: Untabify.
91
92 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
93
94 * Version 23.2 released.
95
96 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
97
98 * Branch for 23.2.
99
100 2010-02-16 Glenn Morris <rgm@gnu.org>
101
102 * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
103
104 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
107 Avoid obsolete special default variables like default-major-mode.
108
109 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
110
111 * makefile.w32-in: Use parenthesis for macros for nmake compatibility.
112
113 2009-12-03 Glenn Morris <rgm@gnu.org>
114
115 * emacs-lisp-intro.texi (Free Software and Free Manuals):
116 Update URL, and remove duplicate text.
117
118 2009-10-28 Robert J. Chassell <bob@gnu.org>
119
120 * emacs-lisp-intro.texi: Don't change urlcolor or linkcolor in tex
121 output (not needed and does not work with recent texinfo.tex).
122 Bump edition number.
123
124 2009-10-27 Robert J. Chassell <bob@gnu.org>
125
126 * emacs-lisp-intro.texi: Bump edition number.
127
128 2009-10-27 Glenn Morris <rgm@gnu.org>
129
130 * cons-1.pdf, cons-2.pdf, cons-2a.pdf, cons-3.pdf, cons-4.pdf:
131 * cons-5.pdf, drawers.pdf, lambda-1.pdf, lambda-2.pdf, lambda-3.pdf:
132 New files, generated from .eps versions with epstopdf.
133 * README: Add copyright information for PDF images.
134
135 * Makefile.in (TEXI2PDF): New variable.
136 (emacs-lisp-intro.pdf): New target.
137
138 * makefile.w32-in (texinfodir, TEXI2PDF): New variables.
139 (ENVADD): Add -I$texinfodir.
140 (emacs-lisp-intro.pdf): New target.
141
142 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
143
144 * emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
145 examples.
146
147 2009-07-10 Glenn Morris <rgm@gnu.org>
148
149 * emacs-lisp-intro.texi (Top): Add missing @detailmenu entry.
150
151 2009-07-09 Glenn Morris <rgm@gnu.org>
152
153 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
154
155 2009-07-06 Glenn Morris <rgm@gnu.org>
156
157 * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
158
159 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
160
161 * Branch for 23.1.
162
163 2009-06-14 Chong Yidong <cyd@stupidchicken.com>
164
165 * emacs-lisp-intro.texi (edebug): Fix typo.
166
167 2009-02-22 Karl Berry <karl@gnu.org>
168
169 * emacs-lisp-intro.texi (Default Configuration): Fix dup word "by by".
170
171 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
172
173 * emacs-lisp-intro.texi (current-kill, Code for current-kill)
174 (Body of current-kill): Remove duplicate words.
175
176 2008-11-19 Glenn Morris <rgm@gnu.org>
177
178 * doclicense.texi: New file.
179 * emacs-lisp-intro.texi: Relicense under FDL 1.3 or later.
180 Include doclicense.texi rather than having license in the file itself.
181
182 2008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
183
184 * emacs-lisp-intro.texi (Recursion with list): Fix typo.
185
186 2008-10-04 Karl Berry <karl@gnu.org>
187
188 * emacs-lisp-intro.texi: Apply similar formatting changes as for
189 the emacs and lispref manuals, to save pages. A couple minor
190 rewordings and reformatting of code to avoid overfull and
191 underfull lines.
192 (edition-number): Bump to 3.08.
193 (update-date): Bump to 4 October 2008.
194
195 2008-06-20 Eli Zaretskii <eliz@gnu.org>
196
197 * makefile.w32-in (distclean): Remove makefile.
198
199 2008-06-16 Glenn Morris <rgm@gnu.org>
200
201 * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
202 * install-sh, missing, mkinstalldirs: Remove obsolete files.
203
204 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
205
206 * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
207 avoid confusion with addition operation discussed in previous
208 paragraph.
209
210 2008-01-31 Robert J. Chassell <bob@rattlesnake.com>
211
212 * emacs-lisp-intro.texi: Update back cover text.
213
214 2007-09-12 Robert J. Chassell <bob@rattlesnake.com>
215
216 * emacs-lisp-intro.texi: Add email address to Thank You correctly.
217
218 2007-09-06 Romain Francoise <romain@orebokech.com>
219
220 * Makefile.in (maintainer-clean): Delete info files.
221
222 2007-09-06 Glenn Morris <rgm@gnu.org>
223
224 Move from lispintro/ to doc/lispintro/.
225 * Makefile.in (infodir): Go up one more level.
226 (usermanualdir): Change from ../man to ../emacs.
227 * makefile.w32-in (infodir, ENVADD): Go up one more level.
228 * emacs-lisp-intro.texi (setfilename): Go up one more level.
229
230 2007-07-30 Robert J. Chassell <bob@rattlesnake.com>
231
232 * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
233 `these'.
234
235 2007-07-25 Glenn Morris <rgm@gnu.org>
236
237 * Relicense all FSF files to GPLv3 or later.
238
239 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
240
241 * Version 22.1 released.
242
243 2007-01-30 Robert J. Chassell <bob@rattlesnake.com>
244
245 * emacs-lisp-intro.texi (else): Rephrase message of first
246 if-then-else example so it is right both in itself and in the
247 "true" case of the expression, which asks whether 4 is greater
248 than 5.
249
250 2006-11-27 Andreas Schwab <schwab@suse.de>
251
252 * Makefile.in (usermanualdir): Define.
253 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
254 using TEXINPUTS.
255
256 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
257 to fix building outside source directory.
258
259 2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
260
261 * emacs-lisp-intro.texi: Copy descriptions from detailed master
262 menu to menus within body.
263
264 * emacs-lisp-intro.texi (at the beginning): Add `other shell
265 commands' to produce additional output formats; total is now ten.
266 (A Loop with an Incrementing Counter, and others): Ensure Info
267 menus will appear in short windows.
268 (Disentangle beginning-of-buffer): Replace `version 21' with `more
269 recent versions'.
270 (Simple Extension): Show how to handle multiple versions by adding
271 an alternative with a test of `>= 21'.
272
273 2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
274
275 * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
276 Replace 22.1.100 with 22.1.1.
277 (current-kill): Mention functions that directly or indirectly call
278 `kill-new', which sets `kill-ring-yank-pointer'.
279 (Understanding current-kill): Change `lasted' to `last'. Remove
280 extraneous parenthesis. Reword item about returning `car' of list.
281 (yank): Remove mention of `rotate-yank-pointer'.
282 (Y Axis Element): Add comment regarding replacement of blank space.
283 (print-Y-axis Penultimate): Explain that `print-graph' will pass
284 `height-of-top-line' so `print-Y-axis' does not have a bug.
285
286 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
287
288 * emacs-lisp-intro.texi: Yet more minor changes:
289 (defcustom): Said that `:options' is usually for a hook. Remove
290 extraneous space in parenthetical remark concerning
291 `text-mode-hook-identify'. At end, mention other defines, too.
292 (Beginning a .emacs File): Reverse words about comments so they
293 parallel numbers of listed semi-colons.
294 (Text and Auto-fill): Remove extraneous blank line in example.
295 (Mail Aliases): Remove extraneous blank line in example.
296 (Keybindings): Reformat as needed with `key' rather than `kbd'.
297 (Keybindings, Miscellaneous, Mode Line): For small book format, start
298 section name on top of new page.
299 (Simple Extension): Replace longer expression with
300 `emacs-major-version'. Remove comment about `number-to-string'
301 function.
302 (Miscellaneous): Add filename option, `-H', to `grep' example.
303 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
304 GNU Emacs'.
305 (edebug): More properly state where to place point for 'M-x
306 edebug-defun'.
307
308 * emacs-lisp-intro.texi: More minor changes.
309 Center images for TeX output.
310 (kill-new function): Remove indentation for sentence talking about
311 momentarily skipping code.
312 (cons & search-fwd Review): Document @code{funcall}. Document
313 @code{re-search-forward} with existing @code{search-forward}.
314 Reference chapter on regular expression searches.
315 (Recursion with list): Specify a more recent version as being Emacs.
316 (Recursion with list, Every, recursive-graph-body-print): Change
317 `if ... progn' expression to `when'.
318 (Recursive triangle function): For printing in small book, ensure
319 section name is not last on bottom of preceding page.
320 (Keep): Remove extraneous space in function definition example.
321 (sentence-end): Specify `in English' for glyphs that end a sentence.
322 Note that in GNU Emacs 22, the name refers to both a variable and a
323 function.
324 (fwd-sentence while loops): Write a function as one, not as a form.
325 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
326 (etags): Move sentences involving `find-tag' and sources. State
327 location of Emacs `src' directory.
328 (Design count-words-region): Better explain two backslashes in a row.
329 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
330 `named' to `selected'.
331 (lengths-list-file): Remove extraneous parenthesis from reference.
332 (lengths-list-many-files): Explain `expand-file-name' better.
333 (Files List): Rephrase sentence regarding Lisp sources directory
334
335 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
336
337 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
338 (defcustom): Note that the value set by defconst is a variable.
339 (Buffer Size & Locations): Parenthetical remark about evaluation.
340 (Finding More): Change text to include C sources by inference.
341
342 * emacs-lisp-intro.texi: Minor fixes.
343 Replace all tabs with eight spaces each so printed text looks correct.
344 Remove extraneous comma in a printed node name produced by `ref'.
345 (insert-buffer): Add a missing beginning parenthesis.
346 (beginning-of-buffer): Add `beginning of' to note about accessible
347 portion.
348 (narrow Exercise): Write closing parenthesis at end of correct
349 paragraph.
350 (zap-to-char): Remove extraneous `a' from first sentence.
351 (Complete zap-to-char): Remove two extraneous sentences.
352 (zap-to-char body): Move sentences on documentation two nodes earlier.
353 (Lisp macro): Add definition of `unless' macro.
354 (last-command & this-command): Remove comment that `we have not yet
355 seen' the @code{eq} function.
356 (kill-append function): Reformat `kill-append' function definition so
357 it prints well.
358 (kill-new function): Indent the sentence beginning `notice'. Replace
359 `the same as' with `similar to'. Repair typo. Remove obsolete
360 references to `yank' and `yank-pop. End section with a note that `we
361 will digress into C.'
362
363 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
364
365 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
366 of extraneous quotation mark to rotate-yank-pointer.
367
368 2006-11-01 Juri Linkov <juri@jurta.org>
369
370 * emacs-lisp-intro.texi: Fix unbalanced quotes.
371
372 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
373
374 * emacs-lisp-intro.texi: Revised text for kill-region,
375 copy-region-as-kill, kill-append, kill-new, forward-sentence,
376 forward-paragraph, find-file, current-kill, yank, and yank-pop.
377 Removed INSTALL MANIFEST from the directory since those files are
378 now irrelevant. Updated Info file in ../info. Changed numbering
379 so is now Revised Third Edition and this instance's edition-number
380 is 3.00. Did not update ISBN number.
381
382 * emacs-lisp-intro.texi: Remove version reference for X colors.
383 Document `='. Remove mention that :eval was new in 21. Updated
384 instance's edition-number to 3.01.
385
386 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
387
388 * emacs-lisp-intro.texi: Many changes since it turned out that
389 many `simple' functions were rewritten. Changes to the text
390 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
391 copy-to-buffer, beginning-of-buffer, what-line, and possibly
392 others. (I have not reviewed all yet.) This instance does build
393 for Info and TeX.
394
395 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
396
397 * Makefile.in: Use relative paths to avoid advertising filesystem
398 contents during compilation.
399
400 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
401
402 * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
403 and pointed towards ../man/texinfo.tex so only one file
404 needs updating. Added comment of what to do when building on own.
405
406 * texinfo.tex: Changed to version 2006-02-13.16
407 to enable a DVI build using the more recent versions of TeX.
408
409 2006-05-25 David Kastrup <dak@gnu.org>
410
411 * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
412 a giraffe with a hippopotamus.
413
414 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
415
416 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
417
418 2005-09-16 Romain Francoise <romain@orebokech.com>
419
420 * emacs-lisp-intro.texi (GNU Free Documentation License):
421 Specify GFDL version 1.2.
422
423 2005-07-30 Eli Zaretskii <eliz@gnu.org>
424
425 * makefile.w32-in (info): Don't run install-info.
426 ($(infodir)/dir): New target, produced by running install-info.
427
428 2005-07-04 Lute Kamstra <lute@gnu.org>
429
430 Update FSF's address in GPL notices.
431
432 * emacs-lisp-intro.texi: Update FSF's address.
433
434 2004-04-23 Juanma Barranquero <lektu@terra.es>
435
436 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
437
438 2004-02-29 Juanma Barranquero <lektu@terra.es>
439
440 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
441 Use $(DEL) instead of rm, and ignore exit code.
442
443 2003-11-16 Kevin Ryde <user42@zip.com.au>
444
445 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
446 Corrections to cross references.
447 (Interactive Options): elisp "interactive" -> "Using Interactive".
448 (defvar and asterisk): Remove emacs "Edit Options" reference,
449 edit-options is no longer described in the emacs manual.
450 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
451
452 2003-09-03 Peter Runestig <peter@runestig.com>
453
454 * makefile.w32-in: New file.
455
456 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
457
458 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
459 Use @dircategory and @direntry to define the DIR entry.
460
461 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
462
463 * emacs-lisp-intro.texi: Move @contents to the beginning of the
464 file. Set the size to @smallbook.
465
466 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * Makefile.in: New file.
469
470 * README: Update.
471
472 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
473
474 ;; Local Variables:
475 ;; coding: utf-8
476 ;; End:
477
478 Copyright (C) 2001-2012 Free Software Foundation, Inc.
479
480 This file is part of GNU Emacs.
481
482 GNU Emacs is free software: you can redistribute it and/or modify
483 it under the terms of the GNU General Public License as published by
484 the Free Software Foundation, either version 3 of the License, or
485 (at your option) any later version.
486
487 GNU Emacs is distributed in the hope that it will be useful,
488 but WITHOUT ANY WARRANTY; without even the implied warranty of
489 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
490 GNU General Public License for more details.
491
492 You should have received a copy of the GNU General Public License
493 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.