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