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