Initial Commit
[packages] / xemacs-packages / ilisp / docs / doc-changes.txt
1 2000-04-21  Paolo Amoroso  <amoroso@mclink.it>
2
3         * doc/doc-changes.txt: Restored information lost in the move to
4           SourceForge.
5           WARNING: This file is now obsolete and it will no longer be
6           maintained. It may be removed in future releases. From now on all
7           changes will be logged through CVS. For a list of changes from
8           2000-02-15 to the ILISP 5.10.1 release see the HISTORY file which
9           comes with the 5.10.1 distribution.
10
11 2000-02-15  Paolo Amoroso  <amoroso@mclink.it>
12
13         * doc/ilisp.texi: Added @key formatting to some index entries.
14
15 2000-02-07  Paolo Amoroso  <amoroso@mclink.it>
16
17         * doc/ilisp.texi (Files of ILISP): added entry for ilisp-sbcl.el.
18
19         * INSTALLATION, doc/ilisp.texi (installation instructions):
20         replaced unnecessary references to explicit version numbers
21         in files (e.g. 5.9.4) with generic ones (i.e. x.y.z).
22
23 2000-02-03  Karl Fogel  <kfogel@onshore.com>
24
25         * doc/ilisp.texi (Keybindings): new node, document the
26         FSF-compliant keybinding situation.
27         (Miscellany): removed mention of ] for `close-all-lisp' (see
28         change to `lisp-bindings' in ilisp-key.el, below).
29
30
31 Changes to ilisp.texi (from the draft for version 5.9 to 5.9.4)
32 ---------------------------------------------------------------
33
34 (lesson learned from maintaining this file: I should have sorted and
35 grouped entries by date - Paolo Amoroso ;-)
36
37 -- Updated version information about ILISP and the manual.
38
39 -- Merged changes (based on an old version of the document) done by Marco
40    and distributed with 5.9 (let's hope everything is OK ;-)
41
42 -- Added the @finalout directive to prevent TeX from marking overfulls.
43
44 -- Split the @author directive over two lines to fix a huge overfull.
45
46 -- Updated and sorted the list of contributors in section "Acknowledgments"
47    (double check it).
48
49 -- Updated the entry about dialect support in the list of ILISP features of
50    section "Introduction".
51
52 -- Added info about ILISP-BUG in section "How to get the latest ILISP
53    distribution".
54
55 -- Renamed section "FTP and WWW directions" to "FTP and Web directions"
56    (the term WWW is out of fashion: now everybody calls it the Web; okay,
57    it's a marketing trick to make ILISP look modern :)
58
59 -- Added an item about ILD to the list of ILISP features in section
60    "Introduction".
61
62 -- Updated sections "How to install ILISP" and "Configuration and
63    compilation" (formerly "Makefile configuration").
64
65 -- Added to section "How to install ILISP" info about the HyperSpec
66    packages included with ILISP.
67
68 -- Renamed section "Makefile configuration" to "Configuration and
69    compilation" (it deals with more than makefile configuration).
70
71 -- Removed section "How to define autoload entries". Now section
72    "Configuration and compilation" provides appropriate instructions for
73    using ilisp.emacs.
74
75 -- Updated section "Files of ILISP". Now files are sorted alphabetically.
76
77 -- Added attribute @code to the dialect names in the bullet list of section
78    "How to run a Lisp process using ILISP". Now dialect names are sorted
79    alphabetically.
80
81 -- Rearranged the text of section "How to run a Lisp process using ILISP"
82    so that the dialect tree is not split over two pages.
83
84 -- Added XLisp and XLisp-Stat to section "How to run a Lisp process using
85    ILISP".
86
87 -- Added some info on Scheme->C support to section "How to run a Lisp
88    process using ILISP".
89
90 -- Added in section "Eval and compile functions" info about the
91    initializations performed by the very first inferior Lisp command
92    executed by the user (from a note at the end of the Texinfo source for
93    the 5.9 draft, after the @bye directive; the info about the *ILISP-SEND*
94    buffer was already in the manual).
95
96 -- Documented ILISP-ARGLIST-MESSAGE-LISP-SPACE in section "Documentation
97    functions".
98
99 -- Added in section "Documentation functions" info about the HyperSpec
100    lookup command, and warned that the fi:clman module is no longer loaded
101    by default.
102
103 -- Fixed keybindings for SET-BUFFER-PACKAGE-LISP and SET-PACKAGE-LISP in
104    section "Package Commands". Removed from the same section the
105    description of PACKAGE-LISP, which is no longer included with ILISP.
106
107 -- Added info about TRACE-DEFUN-LISP-BREAK in section "Tracing functions"
108    (from the TODO comment in the Texinfo source for the 5.9 draft; the
109    comment mentioned TRACE-DEFUN-BREAK).
110
111 -- Added section "Interface to Lisp debuggers" on ILD after "Interrupts,
112    aborts, and errors".
113
114 -- Added info about BOL-ILISP in section "Miscellany" (from a note at the
115    end of the Texinfo source for the 5.9 draft, after the @bye directive).
116
117 -- Added info about BACKWARD-DELETE-CHAR-UNTABIFY in section "Miscellany"
118    (from a note at the end of the Texinfo source for the 5.9 draft, after
119    the @bye directive).
120
121 -- Added XLisp and XLisp-Stat to the hierarchy of section "ILISP
122    customization".
123
124 -- The hierarchies of Lisp dialects are now sorted alphabetically wherever
125    possible. They have also been updated with newly supported Scheme
126    dialects.
127
128 -- Renamed the top level Common Lisp dialect from clisp to common-lisp.
129
130 -- Renamed with a consistent capitalization all occurrences of Emacs,
131    LEmacs, XEmacs, Lisp, etc. (I suspect that when people read the word
132    LISP, they think to McCarthy's LISP 1.5 of the early sixties...).
133
134 -- Marked Scheme support as experimental.
135
136 -- Added several index entries.
137
138 -- Corrected a few typos.