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