]> code.delx.au - gnu-emacs/blob - lispintro/ChangeLog
Version 22.3 released.
[gnu-emacs] / lispintro / ChangeLog
1 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.3 released.
4
5 2008-03-26 Chong Yidong <cyd@stupidchicken.com>
6
7 * Version 22.2 released.
8
9 2007-07-25 Glenn Morris <rgm@gnu.org>
10
11 * Relicense all FSF files to GPLv3 or later.
12
13 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
14
15 * Version 22.1 released.
16
17 2007-01-30 Robert J. Chassell <bob@rattlesnake.com>
18
19 * emacs-lisp-intro.texi (else): Rephrase message of first
20 if-then-else example so it is right both in itself and in the
21 "true" case of the expression, which asks whether 4 is greater
22 than 5.
23
24 2006-11-27 Andreas Schwab <schwab@suse.de>
25
26 * Makefile.in (usermanualdir): Define.
27 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
28 using TEXINPUTS.
29
30 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
31 to fix building outside source directory.
32
33 2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
34
35 * emacs-lisp-intro.texi: Copy descriptions from detailed master
36 menu to menus within body.
37
38 * emacs-lisp-intro.texi (at the beginning): Add `other shell
39 commands' to produce additional output formats; total is now ten.
40 (A Loop with an Incrementing Counter, and others): Ensure Info
41 menus will appear in short windows.
42 (Disentangle beginning-of-buffer): Replace `version 21' with `more
43 recent versions'.
44 (Simple Extension): Show how to handle multiple versions by adding
45 an alternative with a test of `>= 21'
46
47
48 2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
49
50 * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
51 Replace 22.1.100 with 22.1.1.
52 (current-kill): Mention functions that directly or indirectly call
53 `kill-new', which sets `kill-ring-yank-pointer'.
54 (Understanding current-kill): Change `lasted' to `last'. Remove
55 extraneous parenthesis. Reword item about returning `car' of list.
56 (yank): Remove mention of `rotate-yank-pointer'.
57 (Y Axis Element): Add comment regarding replacement of blank space.
58 (print-Y-axis Penultimate): Explain that `print-graph' will pass
59 `height-of-top-line' so `print-Y-axis' does not have a bug.
60
61 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
62
63 * emacs-lisp-intro.texi: Yet more minor changes:
64 (defcustom): Said that `:options' is usually for a hook. Remove
65 extraneous space in parenthetical remark concerning
66 `text-mode-hook-identify'. At end, mention other defines, too.
67 (Beginning a .emacs File): Reverse words about comments so they
68 parallel numbers of listed semi-colons.
69 (Text and Auto-fill): Remove extraneous blank line in example.
70 (Mail Aliases): Remove extraneous blank line in example.
71 (Keybindings): Reformat as needed with `key' rather than `kbd'.
72 (Keybindings, Miscellaneous, Mode Line): For small book format, start
73 section name on top of new page.
74 (Simple Extension): Replace longer expression with
75 `emacs-major-version'. Remove comment about `number-to-string'
76 function.
77 (Miscellaneous): Add filename option, `-H', to `grep' example
78 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
79 GNU Emacs'.
80 (edebug): More properly state where to place point for 'M-x
81 edebug-defun'.
82
83 * emacs-lisp-intro.texi: More minor changes.
84 Center images for TeX output.
85 (kill-new function): Remove indentation for sentence talking about
86 momentarily skipping code.
87 (cons & search-fwd Review): Document @code{funcall}. Document
88 @code{re-search-forward} with existing @code{search-forward}.
89 Reference chapter on regular expression searches.
90 (Recursion with list): Specify a more recent version as being Emacs.
91 (Recursion with list, Every, recursive-graph-body-print): Change
92 `if ... progn' expression to `when'.
93 (Recursive triangle function): For printing in small book, ensure
94 section name is not last on bottom of preceding page.
95 (Keep): Remove extraneous space in function definition example.
96 (sentence-end): Specify `in English' for glyphs that end a sentence.
97 Note that in GNU Emacs 22, the name refers to both a variable and a
98 function.
99 (fwd-sentence while loops): Write a function as one, not as a form
100 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
101 (etags): Move sentences involving `find-tag' and sources. State
102 location of Emacs `src' directory.
103 (Design count-words-region): Better explain two backslashes in a row.
104 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
105 `named' to `selected'.
106 (lengths-list-file): Remove extraneous parenthesis from reference.
107 (lengths-list-many-files): Explain `expand-file-name' better.
108 (Files List): Rephrase sentence regarding Lisp sources directory
109
110 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
111
112 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
113 (defcustom): Note that the value set by defconst is a variable.
114 (Buffer Size & Locations): Parenthetical remark about evaluation.
115 (Finding More): Change text to include C sources by inference.
116
117 * emacs-lisp-intro.texi: Minor fixes.
118 Replace all tabs with eight spaces each so printed text looks correct.
119 Remove extraneous comma in a printed node name produced by `ref'.
120 (insert-buffer): Add a missing beginning parenthesis.
121 (beginning-of-buffer): Add `beginning of' to note about accessible
122 portion.
123 (narrow Exercise): Write closing parenthesis at end of correct
124 paragraph.
125 (zap-to-char): Remove extraneous `a' from first sentence.
126 (Complete zap-to-char): Remove two extraneous sentences.
127 (zap-to-char body): Move sentences on documentation two nodes earlier.
128 (Lisp macro): Add definition of `unless' macro.
129 (last-command & this-command): Remove comment that `we have not yet
130 seen' the @code{eq} function.
131 (kill-append function): Reformat `kill-append' function definition so
132 it prints well.
133 (kill-new function): Indent the sentence beginning `notice'. Replace
134 `the same as' with `similar to'. Repair typo. Remove obsolete
135 references to `yank' and `yank-pop. End section with a note that `we
136 will digress into C.'
137
138 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
139
140 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
141 of extraneous quotation mark to rotate-yank-pointer.
142
143 2006-11-01 Juri Linkov <juri@jurta.org>
144
145 * emacs-lisp-intro.texi: Fix unbalanced quotes.
146
147 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
148
149 * emacs-lisp-intro.texi: Revised text for kill-region,
150 copy-region-as-kill, kill-append, kill-new, forward-sentence,
151 forward-paragraph, find-file, current-kill, yank, and yank-pop.
152 Removed INSTALL MANIFEST from the directory since those files are
153 now irrelevant. Updated Info file in ../info. Changed numbering
154 so is now Revised Third Edition and this instance's edition-number
155 is 3.00. Did not update ISBN number.
156
157 * emacs-lisp-intro.texi: Remove version reference for X colors.
158 Document `='. Remove mention that :eval was new in 21. Updated
159 instance's edition-number to 3.01.
160
161 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
162
163 * emacs-lisp-intro.texi: Many changes since it turned out that
164 many `simple' functions were rewritten. Changes to the text
165 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
166 copy-to-buffer, beginning-of-buffer, what-line, and possibly
167 others. (I have not reviewed all yet.) This instance does build
168 for Info and TeX.
169
170 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
171
172 * Makefile.in: Use relative paths to avoid advertising filesystem
173 contents during compilation.
174
175 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
176
177 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
178 and pointed towards ../man/texinfo.tex so only one file
179 needs updating. Added comment of what to do when building on own.
180
181 * texinfo.tex: changed to version 2006-02-13.16
182 to enable a DVI build using the more recent versions of TeX.
183
184 2006-05-25 David Kastrup <dak@gnu.org>
185
186 * emacs-lisp-intro.texi (setcar): replace an antelope rather than
187 a giraffe with a hippopotamus.
188
189 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
190
191 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
192
193 2005-09-16 Romain Francoise <romain@orebokech.com>
194
195 * emacs-lisp-intro.texi (GNU Free Documentation License):
196 Specify GFDL version 1.2.
197
198 2005-07-30 Eli Zaretskii <eliz@gnu.org>
199
200 * makefile.w32-in (info): Don't run install-info.
201 ($(infodir)/dir): New target, produced by running install-info.
202
203 2005-07-04 Lute Kamstra <lute@gnu.org>
204
205 Update FSF's address in GPL notices.
206
207 * emacs-lisp-intro.texi: Update FSF's address.
208
209 2004-04-23 Juanma Barranquero <lektu@terra.es>
210
211 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
212
213 2004-02-29 Juanma Barranquero <lektu@terra.es>
214
215 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
216 $(DEL) instead of rm, and ignore exit code.
217
218 2003-11-16 Kevin Ryde <user42@zip.com.au>
219
220 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
221 Corrections to cross references,
222 (Interactive Options): elisp "interactive" -> "Using Interactive".
223 (defvar and asterisk): Remove emacs "Edit Options" reference,
224 edit-options is no longer described in the emacs manual.
225 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
226
227 2003-09-03 Peter Runestig <peter@runestig.com>
228
229 * makefile.w32-in: New file.
230
231 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
232
233 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
234 Use @dircategory and @direntry to define the DIR entry.
235
236 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
237
238 * emacs-lisp-intro.texi: Move @contents to the beginning of the
239 file. Set the size to @smallbook.
240
241 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
242
243 * Makefile.in: New file.
244
245 * README: Update.
246
247 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
248
249 ;; Local Variables:
250 ;; coding: iso-2022-7bit
251 ;; add-log-time-zone-rule: t
252 ;; End:
253
254 Copyright (C) 2001, 2002, 2003, 2004, 2005,
255 2006, 2007, 2008 Free Software Foundation, Inc.
256
257 This file is part of GNU Emacs.
258
259 GNU Emacs is free software; you can redistribute it and/or modify
260 it under the terms of the GNU General Public License as published by
261 the Free Software Foundation; either version 3, or (at your option)
262 any later version.
263
264 GNU Emacs is distributed in the hope that it will be useful,
265 but WITHOUT ANY WARRANTY; without even the implied warranty of
266 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
267 GNU General Public License for more details.
268
269 You should have received a copy of the GNU General Public License
270 along with GNU Emacs; see the file COPYING. If not, write to the
271 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
272 Boston, MA 02110-1301, USA.
273
274 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3