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