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