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