]> code.delx.au - gnu-emacs/blob - lispintro/ChangeLog
Minor fixes.
[gnu-emacs] / lispintro / ChangeLog
1 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
2
3 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
4 (defcustom): Note that the value set by defconst is a variable.
5 (Buffer Size & Locations): Parenthetical remark about evaluation.
6 (Finding More): Change text to include C sources by inference.
7
8 * emacs-lisp-intro.texi: Minor fixes.
9 Replace all tabs with eight spaces each so printed text looks correct.
10 Remove extraneous comma in a printed node name produced by `ref'.
11 (insert-buffer): Add a missing beginning parenthesis.
12 (beginning-of-buffer): Add `beginning of' to note about accessible
13 portion.
14 (narrow Exercise): Write closing parenthesis at end of correct
15 paragraph.
16 (zap-to-char): Remove extraneous `a' from first sentence.
17 (Complete zap-to-char): Remove two extraneous sentences.
18 (zap-to-char body): Move sentences on documentation two nodes earlier.
19 (Lisp macro): Add definition of `unless' macro.
20 (last-command & this-command): Remove comment that `we have not yet
21 seen' the @code{eq} function.
22 (kill-append function): Reformat `kill-append' function definition so
23 it prints well.
24 (kill-new function): Indent the sentence beginning `notice'. Replace
25 `the same as' with `similar to'. Repair typo. Remove obsolete
26 references to `yank' and `yank-pop. End section with a note that `we
27 will digress into C.'
28
29 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
30
31 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
32 of extraneous quotation mark to rotate-yank-pointer.
33
34 2006-11-01 Juri Linkov <juri@jurta.org>
35
36 * emacs-lisp-intro.texi: Fix unbalanced quotes.
37
38 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
39
40 * emacs-lisp-intro.texi: Revised text for kill-region,
41 copy-region-as-kill, kill-append, kill-new, forward-sentence,
42 forward-paragraph, find-file, current-kill, yank, and yank-pop.
43 Removed INSTALL MANIFEST from the directory since those files are
44 now irrelevant. Updated Info file in ../info. Changed numbering
45 so is now Revised Third Edition and this instance's edition-number
46 is 3.00. Did not update ISBN number.
47
48 * emacs-lisp-intro.texi: Remove version reference for X colors.
49 Document `='. Remove mention that :eval was new in 21. Updated
50 instance's edition-number to 3.01.
51
52 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
53
54 * emacs-lisp-intro.texi: Many changes since it turned out that
55 many `simple' functions were rewritten. Changes to the text
56 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
57 copy-to-buffer, beginning-of-buffer, what-line, and possibly
58 others. (I have not reviewed all yet.) This instance does build
59 for Info and TeX.
60
61 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
62
63 * Makefile.in: Use relative paths to avoid advertising filesystem
64 contents during compilation.
65
66 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
67
68 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
69 and pointed towards ../man/texinfo.tex so only one file
70 needs updating. Added comment of what to do when building on own.
71
72 * texinfo.tex: changed to version 2006-02-13.16
73 to enable a DVI build using the more recent versions of TeX.
74
75 2006-05-25 David Kastrup <dak@gnu.org>
76
77 * emacs-lisp-intro.texi (setcar): replace an antelope rather than
78 a giraffe with a hippopotamus.
79
80 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
81
82 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
83
84 2005-09-16 Romain Francoise <romain@orebokech.com>
85
86 * emacs-lisp-intro.texi (GNU Free Documentation License):
87 Specify GFDL version 1.2.
88
89 2005-07-30 Eli Zaretskii <eliz@gnu.org>
90
91 * makefile.w32-in (info): Don't run install-info.
92 ($(infodir)/dir): New target, produced by running install-info.
93
94 2005-07-04 Lute Kamstra <lute@gnu.org>
95
96 Update FSF's address in GPL notices.
97
98 * emacs-lisp-intro.texi: Update FSF's address.
99
100 2004-04-23 Juanma Barranquero <lektu@terra.es>
101
102 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
103
104 2004-02-29 Juanma Barranquero <lektu@terra.es>
105
106 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
107 $(DEL) instead of rm, and ignore exit code.
108
109 2003-11-16 Kevin Ryde <user42@zip.com.au>
110
111 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
112 Corrections to cross references,
113 (Interactive Options): elisp "interactive" -> "Using Interactive".
114 (defvar and asterisk): Remove emacs "Edit Options" reference,
115 edit-options is no longer described in the emacs manual.
116 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
117
118 2003-09-03 Peter Runestig <peter@runestig.com>
119
120 * makefile.w32-in: New file.
121
122 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
123
124 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
125 Use @dircategory and @direntry to define the DIR entry.
126
127 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
128
129 * emacs-lisp-intro.texi: Move @contents to the beginning of the
130 file. Set the size to @smallbook.
131
132 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
133
134 * Makefile.in: New file.
135
136 * README: Update.
137
138 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
139
140 ;; Local Variables:
141 ;; coding: iso-2022-7bit
142 ;; End:
143
144 Copyright (C) 2001, 2002, 2003, 2004, 2005,
145 2006 Free Software Foundation, Inc.
146 Copying and distribution of this file, with or without modification,
147 are permitted provided the copyright notice and this notice are preserved.
148
149 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3