1 2006-11-27 Andreas Schwab <schwab@suse.de>
3 * Makefile.in (usermanualdir): Define.
4 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
7 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
8 to fix building outside source directory.
10 2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
12 * emacs-lisp-intro.texi: Copy descriptions from detailed master
13 menu to menus within body.
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
21 (Simple Extension): Show how to handle multiple versions by adding
22 an alternative with a test of `>= 21'
25 2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
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.
38 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
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'
54 (Miscellaneous): Add filename option, `-H', to `grep' example
55 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
57 (edebug): More properly state where to place point for 'M-x
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
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
87 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
89 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
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.
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
100 (narrow Exercise): Write closing parenthesis at end of correct
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
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.'
115 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
117 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
118 of extraneous quotation mark to rotate-yank-pointer.
120 2006-11-01 Juri Linkov <juri@jurta.org>
122 * emacs-lisp-intro.texi: Fix unbalanced quotes.
124 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
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.
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.
138 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
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
147 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
149 * Makefile.in: Use relative paths to avoid advertising filesystem
150 contents during compilation.
152 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
154 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
155 and pointed towards ../man/texinfo.tex so only one file
156 needs updating. Added comment of what to do when building on own.
158 * texinfo.tex: changed to version 2006-02-13.16
159 to enable a DVI build using the more recent versions of TeX.
161 2006-05-25 David Kastrup <dak@gnu.org>
163 * emacs-lisp-intro.texi (setcar): replace an antelope rather than
164 a giraffe with a hippopotamus.
166 2006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
168 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
170 2005-09-16 Romain Francoise <romain@orebokech.com>
172 * emacs-lisp-intro.texi (GNU Free Documentation License):
173 Specify GFDL version 1.2.
175 2005-07-30 Eli Zaretskii <eliz@gnu.org>
177 * makefile.w32-in (info): Don't run install-info.
178 ($(infodir)/dir): New target, produced by running install-info.
180 2005-07-04 Lute Kamstra <lute@gnu.org>
182 Update FSF's address in GPL notices.
184 * emacs-lisp-intro.texi: Update FSF's address.
186 2004-04-23 Juanma Barranquero <lektu@terra.es>
188 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
190 2004-02-29 Juanma Barranquero <lektu@terra.es>
192 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
193 $(DEL) instead of rm, and ignore exit code.
195 2003-11-16 Kevin Ryde <user42@zip.com.au>
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".
204 2003-09-03 Peter Runestig <peter@runestig.com>
206 * makefile.w32-in: New file.
208 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
210 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
211 Use @dircategory and @direntry to define the DIR entry.
213 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
215 * emacs-lisp-intro.texi: Move @contents to the beginning of the
216 file. Set the size to @smallbook.
218 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
220 * Makefile.in: New file.
224 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
227 ;; coding: iso-2022-7bit
228 ;; add-log-time-zone-rule: t
231 Copyright (C) 2001, 2002, 2003, 2004, 2005,
232 2006 Free Software Foundation, Inc.
233 Copying and distribution of this file, with or without modification,
234 are permitted provided the copyright notice and this notice are preserved.
236 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3