aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-07 16:17:04 +0000
committerJuanma Barranquero2008-01-07 16:17:04 +0000
commit6fbbfef49dd525d2ad49f43480437263587da1ad (patch)
tree71bdb1d35231d4c3592914fbac4f625fb3778604 /doc
parentc5602427db881703536e32b270899bbff58e87eb (diff)
downloademacs-6fbbfef49dd525d2ad49f43480437263587da1ad.tar.gz
emacs-6fbbfef49dd525d2ad49f43480437263587da1ad.zip
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/lispintro/ChangeLog31
1 files changed, 15 insertions, 16 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index b198f14add2..36517337173 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -1,6 +1,6 @@
12007-09-12 Robert J. Chassell <bob@rattlesnake.com> 12007-09-12 Robert J. Chassell <bob@rattlesnake.com>
2 2
3 * emacs-lisp-intro.texi: Add email address to Thank You correctly 3 * emacs-lisp-intro.texi: Add email address to Thank You correctly.
4 4
52007-09-06 Romain Francoise <romain@orebokech.com> 52007-09-06 Romain Francoise <romain@orebokech.com>
6 6
@@ -48,15 +48,14 @@
48 * emacs-lisp-intro.texi: Copy descriptions from detailed master 48 * emacs-lisp-intro.texi: Copy descriptions from detailed master
49 menu to menus within body. 49 menu to menus within body.
50 50
51 * emacs-lisp-intro.texi (at the beginning): Add `other shell 51 * emacs-lisp-intro.texi (at the beginning): Add `other shell
52 commands' to produce additional output formats; total is now ten. 52 commands' to produce additional output formats; total is now ten.
53 (A Loop with an Incrementing Counter, and others): Ensure Info 53 (A Loop with an Incrementing Counter, and others): Ensure Info
54 menus will appear in short windows. 54 menus will appear in short windows.
55 (Disentangle beginning-of-buffer): Replace `version 21' with `more 55 (Disentangle beginning-of-buffer): Replace `version 21' with `more
56 recent versions'. 56 recent versions'.
57 (Simple Extension): Show how to handle multiple versions by adding 57 (Simple Extension): Show how to handle multiple versions by adding
58 an alternative with a test of `>= 21' 58 an alternative with a test of `>= 21'.
59
60 59
612006-11-06 Robert J. Chassell <bob@rattlesnake.com> 602006-11-06 Robert J. Chassell <bob@rattlesnake.com>
62 61
@@ -88,20 +87,20 @@
88 `emacs-major-version'. Remove comment about `number-to-string' 87 `emacs-major-version'. Remove comment about `number-to-string'
89 function. 88 function.
90 (Miscellaneous): Add filename option, `-H', to `grep' example 89 (Miscellaneous): Add filename option, `-H', to `grep' example
91 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent 90 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
92 GNU Emacs'. 91 GNU Emacs'.
93 (edebug): More properly state where to place point for 'M-x 92 (edebug): More properly state where to place point for 'M-x
94 edebug-defun'. 93 edebug-defun'.
95 94
96 * emacs-lisp-intro.texi: More minor changes. 95 * emacs-lisp-intro.texi: More minor changes.
97 Center images for TeX output. 96 Center images for TeX output.
98 (kill-new function): Remove indentation for sentence talking about 97 (kill-new function): Remove indentation for sentence talking about
99 momentarily skipping code. 98 momentarily skipping code.
100 (cons & search-fwd Review): Document @code{funcall}. Document 99 (cons & search-fwd Review): Document @code{funcall}. Document
101 @code{re-search-forward} with existing @code{search-forward}. 100 @code{re-search-forward} with existing @code{search-forward}.
102 Reference chapter on regular expression searches. 101 Reference chapter on regular expression searches.
103 (Recursion with list): Specify a more recent version as being Emacs. 102 (Recursion with list): Specify a more recent version as being Emacs.
104 (Recursion with list, Every, recursive-graph-body-print): Change 103 (Recursion with list, Every, recursive-graph-body-print): Change
105 `if ... progn' expression to `when'. 104 `if ... progn' expression to `when'.
106 (Recursive triangle function): For printing in small book, ensure 105 (Recursive triangle function): For printing in small book, ensure
107 section name is not last on bottom of preceding page. 106 section name is not last on bottom of preceding page.
@@ -113,7 +112,7 @@
113 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'. 112 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
114 (etags): Move sentences involving `find-tag' and sources. State 113 (etags): Move sentences involving `find-tag' and sources. State
115 location of Emacs `src' directory. 114 location of Emacs `src' directory.
116 (Design count-words-region): Better explain two backslashes in a row. 115 (Design count-words-region): Better explain two backslashes in a row.
117 (Find a File): Fix grammar; add a `to' and write `to visit'. Change 116 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
118 `named' to `selected'. 117 `named' to `selected'.
119 (lengths-list-file): Remove extraneous parenthesis from reference. 118 (lengths-list-file): Remove extraneous parenthesis from reference.
@@ -168,12 +167,12 @@
168 is 3.00. Did not update ISBN number. 167 is 3.00. Did not update ISBN number.
169 168
170 * emacs-lisp-intro.texi: Remove version reference for X colors. 169 * emacs-lisp-intro.texi: Remove version reference for X colors.
171 Document `='. Remove mention that :eval was new in 21. Updated 170 Document `='. Remove mention that :eval was new in 21. Updated
172 instance's edition-number to 3.01. 171 instance's edition-number to 3.01.
173 172
1742006-10-30 Robert J. Chassell <bob@rattlesnake.com> 1732006-10-30 Robert J. Chassell <bob@rattlesnake.com>
175 174
176 * emacs-lisp-intro.texi: Many changes since it turned out that 175 * emacs-lisp-intro.texi: Many changes since it turned out that
177 many `simple' functions were rewritten. Changes to the text 176 many `simple' functions were rewritten. Changes to the text
178 regarding zap-to-char, mark-whole-buffer, append-to-buffer, 177 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
179 copy-to-buffer, beginning-of-buffer, what-line, and possibly 178 copy-to-buffer, beginning-of-buffer, what-line, and possibly
@@ -187,16 +186,16 @@
187 186
1882006-08-21 Robert J. Chassell <bob@rattlesnake.com> 1872006-08-21 Robert J. Chassell <bob@rattlesnake.com>
189 188
190 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex 189 * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
191 and pointed towards ../man/texinfo.tex so only one file 190 and pointed towards ../man/texinfo.tex so only one file
192 needs updating. Added comment of what to do when building on own. 191 needs updating. Added comment of what to do when building on own.
193 192
194 * texinfo.tex: changed to version 2006-02-13.16 193 * texinfo.tex: Changed to version 2006-02-13.16
195 to enable a DVI build using the more recent versions of TeX. 194 to enable a DVI build using the more recent versions of TeX.
196 195
1972006-05-25 David Kastrup <dak@gnu.org> 1962006-05-25 David Kastrup <dak@gnu.org>
198 197
199 * emacs-lisp-intro.texi (setcar): replace an antelope rather than 198 * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
200 a giraffe with a hippopotamus. 199 a giraffe with a hippopotamus.
201 200
2022006-05-19 Thien-Thi Nguyen <ttn@gnu.org> 2012006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
@@ -225,8 +224,8 @@
225 224
2262004-02-29 Juanma Barranquero <lektu@terra.es> 2252004-02-29 Juanma Barranquero <lektu@terra.es>
227 226
228 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use 227 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
229 $(DEL) instead of rm, and ignore exit code. 228 Use $(DEL) instead of rm, and ignore exit code.
230 229
2312003-11-16 Kevin Ryde <user42@zip.com.au> 2302003-11-16 Kevin Ryde <user42@zip.com.au>
232 231