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