sieve-manage.el: Add authenticate function.
[bpt/emacs.git] / doc / lispintro / ChangeLog
CommitLineData
4c83f6e1
GM
12010-10-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (SHELL): Use /bin/sh, like every other Makefile.in.
4 (INFO_SOURCES, INFO_TARGETS, DVI_TARGETS): Remove variables.
5 ($(infodir), html, pdf, infoclean, dist): New rules.
6 (${infodir}/eintr): Ensure $infodir exists. Use $@.
7 (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html):
8 Use $^.
9 (.PHONY): Declare clean rules.
10 (mostlyclean): Delete more temp files.
11 (clean): Delete specific dvi, pdf and html files.
12 (maintainer-clean): Use infoclean.
13 (.NOEXPORT): Remove, unused by any other Makefile.in.
14
f06d3d36
GM
152010-09-21 Glenn Morris <rgm@gnu.org>
16
17 * cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps:
18 * cons-5.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps:
19 Add first line EPSF magic comment. (Bug#7064)
20
e0e10d9d
GM
212010-06-23 Glenn Morris <rgm@gnu.org>
22
23 * emacs-lisp-intro.texi: Untabify.
24
61a808e8
CY
252010-05-07 Chong Yidong <cyd@stupidchicken.com>
26
27 * Version 23.2 released.
28
288f9fc0
CY
292010-03-10 Chong Yidong <cyd@stupidchicken.com>
30
31 * Branch for 23.2.
32
88c26f5c
GM
332010-02-16 Glenn Morris <rgm@gnu.org>
34
35 * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
36
cd61af01
SM
372010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
40 Avoid obsolete special default variables like default-major-mode.
41
03dcfe01
CY
422009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
43
0235128c 44 * makefile.w32-in: Use parenthesis for macros for nmake compatibility.
03dcfe01 45
31b62755
GM
462009-12-03 Glenn Morris <rgm@gnu.org>
47
48 * emacs-lisp-intro.texi (Free Software and Free Manuals):
49 Update URL, and remove duplicate text.
50
6e3da0ae
RC
512009-10-28 Robert J. Chassell <bob@gnu.org>
52
e0880dcf
GM
53 * emacs-lisp-intro.texi: Don't change urlcolor or linkcolor in tex
54 output (not needed and does not work with recent texinfo.tex).
55 Bump edition number.
6e3da0ae 56
45cf6cbd
RC
572009-10-27 Robert J. Chassell <bob@gnu.org>
58
e0880dcf 59 * emacs-lisp-intro.texi: Bump edition number.
45cf6cbd 60
6bfde5f2
GM
612009-10-27 Glenn Morris <rgm@gnu.org>
62
63 * cons-1.pdf, cons-2.pdf, cons-2a.pdf, cons-3.pdf, cons-4.pdf:
64 * cons-5.pdf, drawers.pdf, lambda-1.pdf, lambda-2.pdf, lambda-3.pdf:
65 New files, generated from .eps versions with epstopdf.
66 * README: Add copyright information for PDF images.
67
68 * Makefile.in (TEXI2PDF): New variable.
69 (emacs-lisp-intro.pdf): New target.
70
71 * makefile.w32-in (texinfodir, TEXI2PDF): New variables.
72 (ENVADD): Add -I$texinfodir.
73 (emacs-lisp-intro.pdf): New target.
74
6dd28193
CY
752009-07-28 Chong Yidong <cyd@stupidchicken.com>
76
77 * emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
78 examples.
79
45d77375
GM
802009-07-10 Glenn Morris <rgm@gnu.org>
81
82 * emacs-lisp-intro.texi (Top): Add missing @detailmenu entry.
83
fdf93ad9
GM
842009-07-09 Glenn Morris <rgm@gnu.org>
85
86 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
87
943157cf
GM
882009-07-06 Glenn Morris <rgm@gnu.org>
89
90 * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
91
70243478
CY
922009-06-21 Chong Yidong <cyd@stupidchicken.com>
93
94 * Branch for 23.1.
95
a1539cd7
CY
962009-06-14 Chong Yidong <cyd@stupidchicken.com>
97
98 * emacs-lisp-intro.texi (edebug): Fix typo.
99
6bd6c2fa
KB
1002009-02-22 Karl Berry <karl@gnu.org>
101
0235128c 102 * emacs-lisp-intro.texi (Default Configuration): Fix dup word "by by".
6bd6c2fa 103
867d4bb3
JB
1042009-02-20 Juanma Barranquero <lekktu@gmail.com>
105
106 * emacs-lisp-intro.texi (current-kill, Code for current-kill)
107 (Body of current-kill): Remove duplicate words.
108
e41dfb1e
GM
1092008-11-19 Glenn Morris <rgm@gnu.org>
110
111 * doclicense.texi: New file.
112 * emacs-lisp-intro.texi: Relicense under FDL 1.3 or later.
113 Include doclicense.texi rather than having license in the file itself.
114
2d7752a0
GM
1152008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
116
117 * emacs-lisp-intro.texi (Recursion with list): Fix typo.
118
a9097c6d
KB
1192008-10-04 Karl Berry <karl@gnu.org>
120
121 * emacs-lisp-intro.texi: Apply similar formatting changes as for
122 the emacs and lispref manuals, to save pages. A couple minor
123 rewordings and reformatting of code to avoid overfull and
2d7752a0
GM
124 underfull lines.
125 (edition-number): Bump to 3.08.
126 (update-date): Bump to 4 October 2008.
a9097c6d 127
9b4fb9b7
EZ
1282008-06-20 Eli Zaretskii <eliz@gnu.org>
129
130 * makefile.w32-in (distclean): Remove makefile.
131
bebcd7f7
GM
1322008-06-16 Glenn Morris <rgm@gnu.org>
133
134 * Makefile.am, Makefile.old, aclocal.m4, configure, configure.in:
135 * install-sh, missing, mkinstalldirs: Remove obsolete files.
136
6dc64eeb
CY
1372008-05-13 Chong Yidong <cyd@stupidchicken.com>
138
139 * emacs-lisp-intro.texi (Lisp Atoms): Rephrase "in addition" to
140 avoid confusion with addition operation discussed in previous
141 paragraph.
142
868a6b71
RC
1432008-01-31 Robert J. Chassell <bob@rattlesnake.com>
144
145 * emacs-lisp-intro.texi: Update back cover text.
146
1df454a0
RC
1472007-09-12 Robert J. Chassell <bob@rattlesnake.com>
148
6fbbfef4 149 * emacs-lisp-intro.texi: Add email address to Thank You correctly.
1df454a0 150
5e6876cb
RF
1512007-09-06 Romain Francoise <romain@orebokech.com>
152
153 * Makefile.in (maintainer-clean): Delete info files.
154
8cda6f8f
GM
1552007-09-06 Glenn Morris <rgm@gnu.org>
156
ef158dcd 157 Move from lispintro/ to doc/lispintro/.
8cda6f8f
GM
158 * Makefile.in (infodir): Go up one more level.
159 (usermanualdir): Change from ../man to ../emacs.
160 * makefile.w32-in (infodir, ENVADD): Go up one more level.
161 * emacs-lisp-intro.texi (setfilename): Go up one more level.
162
1632007-07-30 Robert J. Chassell <bob@rattlesnake.com>
164
165 * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
166 `these'.
167
1682007-07-25 Glenn Morris <rgm@gnu.org>
169
170 * Relicense all FSF files to GPLv3 or later.
171
1722007-06-02 Chong Yidong <cyd@stupidchicken.com>
173
174 * Version 22.1 released.
175
1762007-01-30 Robert J. Chassell <bob@rattlesnake.com>
177
178 * emacs-lisp-intro.texi (else): Rephrase message of first
179 if-then-else example so it is right both in itself and in the
180 "true" case of the expression, which asks whether 4 is greater
181 than 5.
182
1832006-11-27 Andreas Schwab <schwab@suse.de>
184
185 * Makefile.in (usermanualdir): Define.
186 (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of
187 using TEXINPUTS.
188
189 * emacs-lisp-intro.texi: Input texinfo instead of ../man/texinfo
190 to fix building outside source directory.
191
1922006-11-09 Robert J. Chassell <bob@rattlesnake.com>
193
194 * emacs-lisp-intro.texi: Copy descriptions from detailed master
195 menu to menus within body.
196
6fbbfef4 197 * emacs-lisp-intro.texi (at the beginning): Add `other shell
8cda6f8f
GM
198 commands' to produce additional output formats; total is now ten.
199 (A Loop with an Incrementing Counter, and others): Ensure Info
200 menus will appear in short windows.
201 (Disentangle beginning-of-buffer): Replace `version 21' with `more
202 recent versions'.
203 (Simple Extension): Show how to handle multiple versions by adding
6fbbfef4 204 an alternative with a test of `>= 21'.
8cda6f8f
GM
205
2062006-11-06 Robert J. Chassell <bob@rattlesnake.com>
207
208 * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
209 Replace 22.1.100 with 22.1.1.
210 (current-kill): Mention functions that directly or indirectly call
211 `kill-new', which sets `kill-ring-yank-pointer'.
212 (Understanding current-kill): Change `lasted' to `last'. Remove
213 extraneous parenthesis. Reword item about returning `car' of list.
214 (yank): Remove mention of `rotate-yank-pointer'.
215 (Y Axis Element): Add comment regarding replacement of blank space.
216 (print-Y-axis Penultimate): Explain that `print-graph' will pass
217 `height-of-top-line' so `print-Y-axis' does not have a bug.
218
2192006-11-05 Robert J. Chassell <bob@rattlesnake.com>
220
221 * emacs-lisp-intro.texi: Yet more minor changes:
222 (defcustom): Said that `:options' is usually for a hook. Remove
223 extraneous space in parenthetical remark concerning
224 `text-mode-hook-identify'. At end, mention other defines, too.
225 (Beginning a .emacs File): Reverse words about comments so they
226 parallel numbers of listed semi-colons.
227 (Text and Auto-fill): Remove extraneous blank line in example.
228 (Mail Aliases): Remove extraneous blank line in example.
229 (Keybindings): Reformat as needed with `key' rather than `kbd'.
230 (Keybindings, Miscellaneous, Mode Line): For small book format, start
231 section name on top of new page.
232 (Simple Extension): Replace longer expression with
233 `emacs-major-version'. Remove comment about `number-to-string'
234 function.
c4cc8b9a 235 (Miscellaneous): Add filename option, `-H', to `grep' example.
6fbbfef4 236 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
8cda6f8f
GM
237 GNU Emacs'.
238 (edebug): More properly state where to place point for 'M-x
239 edebug-defun'.
240
241 * emacs-lisp-intro.texi: More minor changes.
242 Center images for TeX output.
6fbbfef4 243 (kill-new function): Remove indentation for sentence talking about
8cda6f8f 244 momentarily skipping code.
6fbbfef4 245 (cons & search-fwd Review): Document @code{funcall}. Document
8cda6f8f
GM
246 @code{re-search-forward} with existing @code{search-forward}.
247 Reference chapter on regular expression searches.
248 (Recursion with list): Specify a more recent version as being Emacs.
6fbbfef4 249 (Recursion with list, Every, recursive-graph-body-print): Change
8cda6f8f
GM
250 `if ... progn' expression to `when'.
251 (Recursive triangle function): For printing in small book, ensure
252 section name is not last on bottom of preceding page.
253 (Keep): Remove extraneous space in function definition example.
254 (sentence-end): Specify `in English' for glyphs that end a sentence.
255 Note that in GNU Emacs 22, the name refers to both a variable and a
256 function.
c4cc8b9a 257 (fwd-sentence while loops): Write a function as one, not as a form.
8cda6f8f
GM
258 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
259 (etags): Move sentences involving `find-tag' and sources. State
260 location of Emacs `src' directory.
6fbbfef4 261 (Design count-words-region): Better explain two backslashes in a row.
8cda6f8f
GM
262 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
263 `named' to `selected'.
264 (lengths-list-file): Remove extraneous parenthesis from reference.
265 (lengths-list-many-files): Explain `expand-file-name' better.
266 (Files List): Rephrase sentence regarding Lisp sources directory
267
2682006-11-04 Robert J. Chassell <bob@rattlesnake.com>
269
270 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
271 (defcustom): Note that the value set by defconst is a variable.
272 (Buffer Size & Locations): Parenthetical remark about evaluation.
273 (Finding More): Change text to include C sources by inference.
274
275 * emacs-lisp-intro.texi: Minor fixes.
276 Replace all tabs with eight spaces each so printed text looks correct.
277 Remove extraneous comma in a printed node name produced by `ref'.
278 (insert-buffer): Add a missing beginning parenthesis.
279 (beginning-of-buffer): Add `beginning of' to note about accessible
280 portion.
281 (narrow Exercise): Write closing parenthesis at end of correct
282 paragraph.
283 (zap-to-char): Remove extraneous `a' from first sentence.
284 (Complete zap-to-char): Remove two extraneous sentences.
285 (zap-to-char body): Move sentences on documentation two nodes earlier.
286 (Lisp macro): Add definition of `unless' macro.
287 (last-command & this-command): Remove comment that `we have not yet
288 seen' the @code{eq} function.
289 (kill-append function): Reformat `kill-append' function definition so
290 it prints well.
291 (kill-new function): Indent the sentence beginning `notice'. Replace
292 `the same as' with `similar to'. Repair typo. Remove obsolete
293 references to `yank' and `yank-pop. End section with a note that `we
294 will digress into C.'
295
2962006-11-02 Robert J. Chassell <bob@rattlesnake.com>
297
298 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
299 of extraneous quotation mark to rotate-yank-pointer.
300
3012006-11-01 Juri Linkov <juri@jurta.org>
302
303 * emacs-lisp-intro.texi: Fix unbalanced quotes.
304
3052006-10-31 Robert J. Chassell <bob@rattlesnake.com>
306
307 * emacs-lisp-intro.texi: Revised text for kill-region,
308 copy-region-as-kill, kill-append, kill-new, forward-sentence,
309 forward-paragraph, find-file, current-kill, yank, and yank-pop.
310 Removed INSTALL MANIFEST from the directory since those files are
311 now irrelevant. Updated Info file in ../info. Changed numbering
312 so is now Revised Third Edition and this instance's edition-number
313 is 3.00. Did not update ISBN number.
314
315 * emacs-lisp-intro.texi: Remove version reference for X colors.
6fbbfef4 316 Document `='. Remove mention that :eval was new in 21. Updated
8cda6f8f
GM
317 instance's edition-number to 3.01.
318
3192006-10-30 Robert J. Chassell <bob@rattlesnake.com>
320
6fbbfef4 321 * emacs-lisp-intro.texi: Many changes since it turned out that
8cda6f8f
GM
322 many `simple' functions were rewritten. Changes to the text
323 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
324 copy-to-buffer, beginning-of-buffer, what-line, and possibly
325 others. (I have not reviewed all yet.) This instance does build
326 for Info and TeX.
327
3282006-10-29 Chong Yidong <cyd@stupidchicken.com>
329
330 * Makefile.in: Use relative paths to avoid advertising filesystem
331 contents during compilation.
332
3332006-08-21 Robert J. Chassell <bob@rattlesnake.com>
334
6fbbfef4 335 * emacs-lisp-intro.texi: Deleted in directory copy of texinfo.tex
4e2af782
JB
336 and pointed towards ../man/texinfo.tex so only one file
337 needs updating. Added comment of what to do when building on own.
8cda6f8f 338
6fbbfef4 339 * texinfo.tex: Changed to version 2006-02-13.16
4e2af782 340 to enable a DVI build using the more recent versions of TeX.
8cda6f8f
GM
341
3422006-05-25 David Kastrup <dak@gnu.org>
343
6fbbfef4 344 * emacs-lisp-intro.texi (setcar): Replace an antelope rather than
8cda6f8f
GM
345 a giraffe with a hippopotamus.
346
3472006-05-19 Thien-Thi Nguyen <ttn@gnu.org>
348
349 * emacs-lisp-intro.texi (Digression concerning error): Fix typo.
350
3512005-09-16 Romain Francoise <romain@orebokech.com>
352
353 * emacs-lisp-intro.texi (GNU Free Documentation License):
354 Specify GFDL version 1.2.
355
3562005-07-30 Eli Zaretskii <eliz@gnu.org>
357
358 * makefile.w32-in (info): Don't run install-info.
359 ($(infodir)/dir): New target, produced by running install-info.
360
3612005-07-04 Lute Kamstra <lute@gnu.org>
362
363 Update FSF's address in GPL notices.
364
365 * emacs-lisp-intro.texi: Update FSF's address.
366
3672004-04-23 Juanma Barranquero <lektu@terra.es>
368
369 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
370
3712004-02-29 Juanma Barranquero <lektu@terra.es>
372
6fbbfef4
JB
373 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
374 Use $(DEL) instead of rm, and ignore exit code.
8cda6f8f
GM
375
3762003-11-16 Kevin Ryde <user42@zip.com.au>
377
378 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
c4cc8b9a 379 Corrections to cross references.
8cda6f8f
GM
380 (Interactive Options): elisp "interactive" -> "Using Interactive".
381 (defvar and asterisk): Remove emacs "Edit Options" reference,
382 edit-options is no longer described in the emacs manual.
383 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
384
3852003-09-03 Peter Runestig <peter@runestig.com>
386
387 * makefile.w32-in: New file.
388
3892001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
390
391 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
392 Use @dircategory and @direntry to define the DIR entry.
393
3942001-11-25 Robert J. Chassell <bob@rattlesnake.com>
395
396 * emacs-lisp-intro.texi: Move @contents to the beginning of the
397 file. Set the size to @smallbook.
398
3992001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
400
401 * Makefile.in: New file.
402
403 * README: Update.
404
405 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
406
407;; Local Variables:
c8763fb6 408;; coding: utf-8
8cda6f8f
GM
409;; add-log-time-zone-rule: t
410;; End:
411
8ae3715e 412 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
114f9c96 413 2008, 2009, 2010 Free Software Foundation, Inc.
8cda6f8f
GM
414
415 This file is part of GNU Emacs.
416
8ae3715e 417 GNU Emacs is free software: you can redistribute it and/or modify
8cda6f8f 418 it under the terms of the GNU General Public License as published by
8ae3715e
GM
419 the Free Software Foundation, either version 3 of the License, or
420 (at your option) any later version.
8cda6f8f
GM
421
422 GNU Emacs is distributed in the hope that it will be useful,
423 but WITHOUT ANY WARRANTY; without even the implied warranty of
424 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
425 GNU General Public License for more details.
426
427 You should have received a copy of the GNU General Public License
8ae3715e 428 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cda6f8f
GM
429
430;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3