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