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