Mercurial > emacs
annotate lispintro/ChangeLog @ 90106:bf0d492ea2d5
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
<no summary provided>
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
- miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
More work on moving images to etc/images
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
Fix errors with image-file installation
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
etc/Makefile.in (install): Put gnus-tut.txt in the right place.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
etc/Makefile.in (install, uninstall): Fix installed image dirs.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 23 Feb 2005 09:18:23 +0000 |
parents | 4c90ffeb71c5 |
children | f9a65d7ebd29 |
rev | line source |
---|---|
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
1 2004-04-23 Juanma Barranquero <lektu@terra.es> |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
2 |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
3 * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
4 |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
5 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
|
6 |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
7 * 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
|
8 $(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
|
9 |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
10 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
|
11 |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
12 * 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
|
13 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
|
14 (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
|
15 (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
|
16 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
|
17 (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
|
18 |
52427 | 19 2003-09-03 Peter Runestig <peter@runestig.com> |
20 | |
21 * makefile.w32-in: New file. | |
22 | |
43088 | 23 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
24 | |
25 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
26 Use @dircategory and @direntry to define the DIR entry. | |
27 | |
41500 | 28 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
29 | |
30 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 31 file. Set the size to @smallbook. |
41500 | 32 |
41436 | 33 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
34 | |
35 * Makefile.in: New file. | |
36 | |
37 * README: Update. | |
38 | |
39 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
40 | |
41 ;; Local Variables: | |
52427 | 42 ;; coding: iso-2022-7bit |
41436 | 43 ;; End: |
44 | |
45 Copyright (C) 2001 | |
46 Free Software Foundation, Inc. | |
47 Copying and distribution of this file, with or without modification, | |
48 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 49 |
50 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3 |