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