Mercurial > emacs
annotate lispintro/ChangeLog @ 53332:21301d0e0505
(Qimage): Remove extern (now in lisp.h).
(valid_image_p, parse_image_spec): Use IMAGEP macro.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 28 Dec 2003 00:11:49 +0000 |
parents | 6c9f84d07fa3 |
children | b0293635c42b |
rev | line source |
---|---|
53068
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
1 2003-11-16 Kevin Ryde <user42@zip.com.au> |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
2 |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
3 * 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
|
4 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
|
5 (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
|
6 (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
|
7 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
|
8 (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
|
9 |
52427 | 10 2003-09-03 Peter Runestig <peter@runestig.com> |
11 | |
12 * makefile.w32-in: New file. | |
13 | |
43088 | 14 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
15 | |
16 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
17 Use @dircategory and @direntry to define the DIR entry. | |
18 | |
41500 | 19 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
20 | |
21 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 22 file. Set the size to @smallbook. |
41500 | 23 |
41436 | 24 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
25 | |
26 * Makefile.in: New file. | |
27 | |
28 * README: Update. | |
29 | |
30 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
31 | |
32 ;; Local Variables: | |
52427 | 33 ;; coding: iso-2022-7bit |
41436 | 34 ;; End: |
35 | |
36 Copyright (C) 2001 | |
37 Free Software Foundation, Inc. | |
38 Copying and distribution of this file, with or without modification, | |
39 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 40 |
41 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3 |