Add 2007 to copyright years.
[bpt/emacs.git] / lispintro / ChangeLog
CommitLineData
6bd94f0b
AS
12006-11-27 Andreas Schwab <schwab@suse.de>
2
3 * Makefile.in (usermanualdir): Define.
4 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
5 using TEXINPUTS.
6
7 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
8 to fix building outside source directory.
9
303b4961
RC
102006-11-09 Robert J. Chassell <bob@rattlesnake.com>
11
d50daf3f
RC
12 * emacs-lisp-intro.texi: Copy descriptions from detailed master
13 menu to menus within body.
14
303b4961
RC
15 * emacs-lisp-intro.texi (at the beginning): Add `other shell
16 commands' to produce additional output formats; total is now ten.
17 (A Loop with an Incrementing Counter, and others): Ensure Info
18 menus will appear in short windows.
19 (Disentangle beginning-of-buffer): Replace `version 21' with `more
20 recent versions'.
21 (Simple Extension): Show how to handle multiple versions by adding
22 an alternative with a test of `>= 21'
23
d50daf3f 24
86656060
RC
252006-11-06 Robert J. Chassell <bob@rattlesnake.com>
26
27 * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
28 Replace 22.1.100 with 22.1.1.
29 (current-kill): Mention functions that directly or indirectly call
30 `kill-new', which sets `kill-ring-yank-pointer'.
31 (Understanding current-kill): Change `lasted' to `last'. Remove
32 extraneous parenthesis. Reword item about returning `car' of list.
33 (yank): Remove mention of `rotate-yank-pointer'.
34 (Y Axis Element): Add comment regarding replacement of blank space.
35 (print-Y-axis Penultimate): Explain that `print-graph' will pass
36 `height-of-top-line' so `print-Y-axis' does not have a bug.
37
b006b42c
RC
382006-11-05 Robert J. Chassell <bob@rattlesnake.com>
39
a7b5712c
RC
40 * emacs-lisp-intro.texi: Yet more minor changes:
41 (defcustom): Said that `:options' is usually for a hook. Remove
42 extraneous space in parenthetical remark concerning
43 `text-mode-hook-identify'. At end, mention other defines, too.
44 (Beginning a .emacs File): Reverse words about comments so they
45 parallel numbers of listed semi-colons.
46 (Text and Auto-fill): Remove extraneous blank line in example.
47 (Mail Aliases): Remove extraneous blank line in example.
48 (Keybindings): Reformat as needed with `key' rather than `kbd'.
49 (Keybindings, Miscellaneous, Mode Line): For small book format, start
50 section name on top of new page.
51 (Simple Extension): Replace longer expression with
52 `emacs-major-version'. Remove comment about `number-to-string'
53 function.
54 (Miscellaneous): Add filename option, `-H', to `grep' example
55 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
56 GNU Emacs'.
86656060 57 (edebug): More properly state where to place point for 'M-x
a7b5712c
RC
58 edebug-defun'.
59
b006b42c
RC
60 * emacs-lisp-intro.texi: More minor changes.
61 Center images for TeX output.
62 (kill-new function): Remove indentation for sentence talking about
63 momentarily skipping code.
64 (cons & search-fwd Review): Document @code{funcall}. Document
65 @code{re-search-forward} with existing @code{search-forward}.
66 Reference chapter on regular expression searches.
67 (Recursion with list): Specify a more recent version as being Emacs.
68 (Recursion with list, Every, recursive-graph-body-print): Change
69 `if ... progn' expression to `when'.
70 (Recursive triangle function): For printing in small book, ensure
71 section name is not last on bottom of preceding page.
72 (Keep): Remove extraneous space in function definition example.
73 (sentence-end): Specify `in English' for glyphs that end a sentence.
74 Note that in GNU Emacs 22, the name refers to both a variable and a
75 function.
76 (fwd-sentence while loops): Write a function as one, not as a form
77 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
78 (etags): Move sentences involving `find-tag' and sources. State
79 location of Emacs `src' directory.
80 (Design count-words-region): Better explain two backslashes in a row.
81 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
82 `named' to `selected'.
83 (lengths-list-file): Remove extraneous parenthesis from reference.
84 (lengths-list-many-files): Explain `expand-file-name' better.
85 (Files List): Rephrase sentence regarding Lisp sources directory
86
519c48d4
RC
872006-11-04 Robert J. Chassell <bob@rattlesnake.com>
88
cddf673f 89 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
519c48d4
RC
90 (defcustom): Note that the value set by defconst is a variable.
91 (Buffer Size & Locations): Parenthetical remark about evaluation.
92 (Finding More): Change text to include C sources by inference.
93
cddf673f
RC
94 * emacs-lisp-intro.texi: Minor fixes.
95 Replace all tabs with eight spaces each so printed text looks correct.
96 Remove extraneous comma in a printed node name produced by `ref'.
97 (insert-buffer): Add a missing beginning parenthesis.
98 (beginning-of-buffer): Add `beginning of' to note about accessible
99 portion.
100 (narrow Exercise): Write closing parenthesis at end of correct
101 paragraph.
102 (zap-to-char): Remove extraneous `a' from first sentence.
103 (Complete zap-to-char): Remove two extraneous sentences.
104 (zap-to-char body): Move sentences on documentation two nodes earlier.
105 (Lisp macro): Add definition of `unless' macro.
106 (last-command & this-command): Remove comment that `we have not yet
107 seen' the @code{eq} function.
108 (kill-append function): Reformat `kill-append' function definition so
109 it prints well.
110 (kill-new function): Indent the sentence beginning `notice'. Replace
111 `the same as' with `similar to'. Repair typo. Remove obsolete
112 references to `yank' and `yank-pop. End section with a note that `we
113 will digress into C.'
114
82306b14
RC
1152006-11-02 Robert J. Chassell <bob@rattlesnake.com>
116
117 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
118 of extraneous quotation mark to rotate-yank-pointer.
119
ac65be04
JL
1202006-11-01 Juri Linkov <juri@jurta.org>
121
122 * emacs-lisp-intro.texi: Fix unbalanced quotes.
123
2c881644
RC
1242006-10-31 Robert J. Chassell <bob@rattlesnake.com>
125
126 * emacs-lisp-intro.texi: Revised text for kill-region,
127 copy-region-as-kill, kill-append, kill-new, forward-sentence,
128 forward-paragraph, find-file, current-kill, yank, and yank-pop.
129 Removed INSTALL MANIFEST from the directory since those files are
130 now irrelevant. Updated Info file in ../info. Changed numbering
131 so is now Revised Third Edition and this instance's edition-number
132 is 3.00. Did not update ISBN number.
519c48d4 133
b096c3a9
RC
134 * emacs-lisp-intro.texi: Remove version reference for X colors.
135 Document `='. Remove mention that :eval was new in 21. Updated
136 instance's edition-number to 3.01.
519c48d4 137
5fb9c53c
RC
1382006-10-30 Robert J. Chassell <bob@rattlesnake.com>
139
140 * emacs-lisp-intro.texi: Many changes since it turned out that
141 many `simple' functions were rewritten. Changes to the text
142 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
143 copy-to-buffer, beginning-of-buffer, what-line, and possibly
144 others. (I have not reviewed all yet.) This instance does build
145 for Info and TeX.
146
cbdeee32
CY
1472006-10-29 Chong Yidong <cyd@stupidchicken.com>
148
149 * Makefile.in: Use relative paths to avoid advertising filesystem
150 contents during compilation.
151
458811e2
RC
1522006-08-21 Robert J. Chassell <bob@rattlesnake.com>
153
2476f315 154 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
86656060
RC
155 and pointed towards ../man/texinfo.tex so only one file
156 needs updating. Added comment of what to do when building on own.
2476f315
RC
157
158 * texinfo.tex: changed to version 2006-02-13.16
86656060 159 to enable a DVI build using the more recent versions of TeX.
458811e2 160
2b1575df
DK
1612006-05-25 David Kastrup <dak@gnu.org>
162
163 * emacs-lisp-intro.texi (setcar): replace an antelope rather than
164 a giraffe with a hippopotamus.
165
04c34eb8
TTN
1662006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
167
168 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
169
85d657e5
RF
1702005-09-16 Romain Francoise <romain@orebokech.com>
171
172 * emacs-lisp-intro.texi (GNU Free Documentation License):
173 Specify GFDL version 1.2.
174
43e124e6
EZ
1752005-07-30 Eli Zaretskii <eliz@gnu.org>
176
177 * makefile.w32-in (info): Don't run install-info.
178 ($(infodir)/dir): New target, produced by running install-info.
179
a0ec7a4a
LK
1802005-07-04 Lute Kamstra <lute@gnu.org>
181
182 Update FSF's address in GPL notices.
183
184 * emacs-lisp-intro.texi: Update FSF's address.
185
d814862a
JB
1862004-04-23 Juanma Barranquero <lektu@terra.es>
187
188 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
189
5bb0fcd1
JB
1902004-02-29 Juanma Barranquero <lektu@terra.es>
191
192 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
193 $(DEL) instead of rm, and ignore exit code.
194
1952003-11-16 Kevin Ryde <user42@zip.com.au>
0bdd0f79
RC
196
197 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
198 Corrections to cross references,
199 (Interactive Options): elisp "interactive" -> "Using Interactive".
200 (defvar and asterisk): Remove emacs "Edit Options" reference,
201 edit-options is no longer described in the emacs manual.
202 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
203
fd026ee1
JR
2042003-09-03 Peter Runestig <peter@runestig.com>
205
206 * makefile.w32-in: New file.
207
be813944
EZ
2082001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
211 Use @dircategory and @direntry to define the DIR entry.
212
475dc40a
EZ
2132001-11-25 Robert J. Chassell <bob@rattlesnake.com>
214
215 * emacs-lisp-intro.texi: Move @contents to the beginning of the
aa1977d7 216 file. Set the size to @smallbook.
475dc40a 217
070f247d
EZ
2182001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
219
220 * Makefile.in: New file.
221
222 * README: Update.
223
224 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
225
226;; Local Variables:
fd026ee1 227;; coding: iso-2022-7bit
33462dfa 228;; add-log-time-zone-rule: t
070f247d
EZ
229;; End:
230
5b0d63bc 231 Copyright (C) 2001, 2002, 2003, 2004, 2005,
4e6835db 232 2006, 2007 Free Software Foundation, Inc.
070f247d
EZ
233 Copying and distribution of this file, with or without modification,
234 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
235
236;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3