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