Mercurial > emacs
annotate lispintro/ChangeLog @ 54863:bfda5e1d8a21
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 14 Apr 2004 02:48:08 +0000 |
parents | b0293635c42b |
children | f849da3c5bb4 |
rev | line source |
---|---|
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
1 2004-02-29 Juanma Barranquero <lektu@terra.es> |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
2 |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
3 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
4 $(DEL) instead of rm, and ignore exit code. |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
5 |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
6 2003-11-16 Kevin Ryde <user42@zip.com.au> |
53068
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
7 |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
8 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>] |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
9 Corrections to cross references, |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
10 (Interactive Options): elisp "interactive" -> "Using Interactive". |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
11 (defvar and asterisk): Remove emacs "Edit Options" reference, |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
12 edit-options is no longer described in the emacs manual. |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
13 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type". |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
14 |
52427 | 15 2003-09-03 Peter Runestig <peter@runestig.com> |
16 | |
17 * makefile.w32-in: New file. | |
18 | |
43088 | 19 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
20 | |
21 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
22 Use @dircategory and @direntry to define the DIR entry. | |
23 | |
41500 | 24 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
25 | |
26 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 27 file. Set the size to @smallbook. |
41500 | 28 |
41436 | 29 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
30 | |
31 * Makefile.in: New file. | |
32 | |
33 * README: Update. | |
34 | |
35 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
36 | |
37 ;; Local Variables: | |
52427 | 38 ;; coding: iso-2022-7bit |
41436 | 39 ;; End: |
40 | |
41 Copyright (C) 2001 | |
42 Free Software Foundation, Inc. | |
43 Copying and distribution of this file, with or without modification, | |
44 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 45 |
46 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3 |