Initial Commit
[packages] / xemacs-packages / ilisp / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.38 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.37 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * docs/.cvsignore: Remove.
13         * extra/.cvsignore: Remove.
14         * .hgignore: New file.
15         * *.el: Restore CVS keyword expansions.
16         * *.lisp: Ditto.
17         * *.scm: Ditto.
18         * ilisp.emacs: Ditto.
19         * Makefile: Ditto.
20         * Makefile.rm: Ditto.
21         * docs/Makefile: Ditto.
22
23 2010-01-10  Norbert Koch  <viteno@xemacs.org>
24
25         * Makefile (VERSION): XEmacs package 1.36 released.
26
27 2010-01-08  Aidan Kehoe  <kehoea@parhasard.net>
28
29         Merge JWZ's completer changes of
30         942A74E9-346F-4A81-AB11-25672D50EE0C@jwz.org , dealing with
31         backslashes and spaces better.
32         * completer.el (file-system-ignore-case-p):
33         Provide an implementation of this function if it's not available.
34         (completer-matches):
35         Respect case-fold-search in this function. 
36         (completer-region): Revise to understand and skip over
37         backslashes.
38         (completer-file): Canonicalise slashes under windows-nt here;
39         understand and skip over backslashes in the string.
40
41 2009-08-14  Norbert Koch  <viteno@xemacs.org>
42
43         * Makefile (VERSION): XEmacs package 1.35 released.
44
45 2009-08-13  Aidan Kehoe  <kehoea@parhasard.net>
46
47         * ilisp-snd.el:
48         Transform #'values calls to #'list calls at compile time if the
49         current XEmacs doesn't support true multiple values.
50
51 2006-05-17  Norbert Koch  <viteno@xemacs.org>
52
53         * Makefile (VERSION): XEmacs package 1.34 released.
54
55 2006-05-13  Jerry James  <james@xemacs.org>
56
57         * ilisp-dia.el (setup-ilisp): Change from defunct
58         comint-use-prompt-regexp-instead-of-fields to current
59         comint-use-prompt-regexp.  Also set comint-input-filter-functions
60         instead of defunct comint-input-sentinel.
61         * ilisp-rng.el (lisp-match-ring): Change from defunct
62         comint-last-similar-string to current
63         comint-matching-input-from-input-string.
64         * ilisp-xfr.el (return-ilisp): Run the comint-input-filter-functions
65         hook instead of calling the defunct comint-input-sentinel.  Also
66         remove the dated version check for setting comint-input-index.
67
68 2004-10-05  Ilya N. Golubev <gin@mo.msk.ru>
69
70          * extra/.cvsignore (hyperspec.el): Remove, to sync with revision
71          1.38 change of `Makefile'.
72
73 2003-10-31  Norbert Koch  <viteno@xemacs.org>
74
75         * Makefile (VERSION): XEmacs package 1.33 released.
76
77 2003-05-02  Norbert Koch  <viteno@xemacs.org>
78
79         * Makefile (VERSION): XEmacs package 1.32 released.
80
81 2003-05-01  Steve Youngs  <youngs@xemacs.org>
82
83         * Makefile (EXTRA_SOURCES): Rename 'comint-v18.el' to
84         'comint-v18.el.upstream'. 
85
86         * package-info.in (provides): Remove comint.
87
88 2003-03-21  Ben Wing  <ben@xemacs.org>
89
90         * docs\.cvsignore: New.  Add entries for ilisp*.html.
91
92 2003-03-09  Ben Wing  <ben@xemacs.org>
93
94         * Makefile (EXTRA_DOC_FILES): New.
95         * Makefile (DOCS): Removed.
96         * Makefile (compress):
97         * Makefile (loadfile):
98         Delete explicit compile:: and binkit: rules.
99         Use EXPLICIT_DOCS instead of explicitly giving the targets
100         and dependencies.  Specify EXTRA_DOC_FILES.
101         Eliminate the recursive building of html files.
102         #### docs/Makefile still exists but isn't really used, and
103         should be deleted.
104         Eliminate some duplication from the clean:: target.
105
106 2003-03-02  Norbert Koch  <nk@viteno.net>
107
108         * Makefile (VERSION): XEmacs package 1.31 released.
109
110         * Makefile (VERSION): XEmacs package 1.30 released.
111
112 2003-01-29  Mike Sperber <mike@xemacs.org>
113
114         * completer.el (completer-message): Don't use
115         +ilisp-emacs-version-id+: completer works without ILISP, except
116         for this.
117
118 2003-01-03  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
119
120         * Makefile (VERSION): XEmacs package 1.29 released.
121
122 2002-12-17  Jerry James  <james@xemacs.org>
123
124         * Makefile (PRELOADS): Also preload ilisp-dia so that defdialect
125         is defined.
126
127 2002-11-29  Ben Wing  <ben@xemacs.org>
128
129         * .cvsignore: Remove files now handled automatically by CVS.
130         * Makefile: Use `compile' instead of hard-coded `all'.
131
132         * Makefile (INFO_FILES):
133         * Makefile (OTHER_ELCS): Removed.
134         * Makefile (loadfile):
135         Build ilisp using the standard Makefile scheme, instead of the
136         special ilisp-mak.el, which is not smart enough to do dependency
137         checking and thus always rebuilds from scratch.
138
139 2002-10-15  Ville Skyttä  <scop@xemacs.org>
140
141         * Makefile (srckit): Remove.
142
143 2002-10-14  Ville Skyttä  <scop@xemacs.org>
144
145         * Makefile (MANUAL): Removed (unused).
146
147 2002-08-26  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
148
149         * Makefile (VERSION): XEmacs package 1.28 released.
150
151 2002-08-23  Steve Youngs  <youngs@xemacs.org>
152
153         * Makefile (REQUIRES): Add sh-script.
154
155 2002-07-15  Adrian Aichner  <adrian@xemacs.org>
156
157         * docs/ilisp-refcard.tex:  It's XEmacs, not Xemacs.
158
159 2002-07-15  Adrian Aichner  <adrian@xemacs.org>
160
161         * HISTORY (Version):
162         * cl-ilisp.lisp:
163
164 2002-06-27  Steve Youngs  <youngs@xemacs.org>
165
166         * Makefile (VERSION): XEmacs package 1.27 released.
167
168 2002-06-15  Steve Youngs  <youngs@xemacs.org>
169
170         * Makefile (compile): Use 'BOOT_XEMACS' so we can build in the
171         absence of an installed package tree.
172
173 2002-06-10  Adrian Aichner  <adrian@xemacs.org>
174
175         * Makefile (HTML_FILES): Removed.
176         * Makefile (HTML_DEP): Removed.
177         * Makefile (html): New.
178
179 2002-06-04  Steve Youngs  <youngs@xemacs.org>
180
181         * Makefile (VERSION): XEmacs package 1.26 released.
182
183 2002-06-04  Will Deakin <wbd@xemacs.org>
184
185         * sync with 5.12.0 release
186
187 2002-06-02  Steve Youngs  <youngs@xemacs.org>
188
189         * Makefile (VERSION): XEmacs package 1.24 released.
190
191 2002-05-31  Steve Youngs  <youngs@xemacs.org>
192
193         * Makefile (VERSION): XEmacs package 1.23 released.
194
195 2002-05-14  Steve Youngs  <youngs@xemacs.org>
196
197         * Makefile (VERSION): XEmacs package 1.22 released.
198
199 2002-05-11  Vin Shelton  <acs@xemacs.org>
200
201         * Makefile (compile): Fix the compile command for hyperspec.el.
202
203 2002-05-10  Vin Shelton  <shelton@icd.teradyne.com>
204
205         * Makefile: Use XEMACS_BUILD macro for hyperspec.
206
207 2002-05-09  Steve Youngs  <youngs@xemacs.org>
208
209         * Makefile (VERSION): XEmacs package 1.21 released.
210
211 2002-05-08  Steve Youngs  <youngs@xemacs.org>
212
213         * Makefile (PRELOADS): Remove, there's no need to push the current
214         directory into the load-path.
215         (compile): No need to push mail-lib and fsf-compat directories
216         into the load-path.
217
218 2002-03-31  Ben Wing  <ben@xemacs.org>
219
220         * completer.el: Recommit my version 3.04 which works with XEmacs
221         and Windows. 
222
223 2002-03-31  Ben Wing  <ben@xemacs.org>
224
225         * Makefile: Don't special-case Windows.  We're using Cygwin to run
226         the Makefile. 
227
228 2002-01-13  Steve Youngs  <youngs@xemacs.org>
229
230         * package-info.in (provides): Update to include all provides.
231
232 2002-01-07  Adrian Aichner  <adrian@xemacs.org>
233
234         * Makefile (HTML_FILES): New.
235         * Makefile (HTML_DEP): New.
236
237 2001-07-05  Steve Youngs  <youngs@xemacs.org>
238
239         * Makefile: Don't use symlinks for copying hyperspec.el
240         (compile): Fix up Ben's patch that I wiped out.
241
242 2001-07-04  Steve Youngs  <youngs@xemacs.org>
243
244         * Makefile: Remove a couple of spurious '/'.
245
246 2001-07-01  Steve Youngs  <youngs@xemacs.org>
247
248         * Import ilisp 5.11.1
249
250 2001-05-11  Ben Wing  <ben@xemacs.org>
251
252         * Makefile (compile):
253         * ilisp-mak.el ((not (file-exists-p "ilcompat.el"))):
254         Fix to compile in the absence of an installed package tree.
255
256 2001-02-24  Ben Wing  <ben@xemacs.org>
257
258         * Makefile (rules-file):
259         * Makefile (HyperSpec):
260         Conditionalize extra MS Windows quoting on
261         XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING, since it breaks things under
262         newer Cygwins.  Use cp, not ln, to create hyperspec.el on MS Windows.
263
264 2001-02-24  Ben Wing  <ben@xemacs.org>
265
266         * completer.el (completer):
267         * completer.el (completer-minibuf-string):
268         * completer.el (completer-new-cmd):
269         fix problems with filename completion and read-directory-name.
270
271 2001-02-24  Ben Wing  <ben@xemacs.org>
272
273         * remove extra\hyperspec.el from CVS; it's auto-generated.
274
275 2001-01-16  Stephen J. Turnbull  <stephen@xemacs.org>
276
277         * Makefile (clean):  Thar's no Makefile thar in docs; don't recurse.
278
279 2000-10-05  Martin Buchholz  <martin@xemacs.org>
280
281         * *: Mega typo fix.
282
283 2000-07-13  Will Deakin <anisotropy9@users.sourceforge.net>
284
285         * sync with ilisp 5.10.1.
286
287 2000-07-07  Ben Wing  <ben@xemacs.org>
288
289         * completer.el:
290         * completer.el (completer-path-separator-string): New.
291         * completer.el (completer-path-separator-regexp): New.
292         * completer.el (completer-path-delimiter-list): New.
293         * completer.el (completer-path-separator-regexp-inside-brackets): New.
294         * completer.el (completer-dot-dot-list): New.
295         * completer.el (completer-message):
296         * completer.el (completer-last-component):
297         * completer.el (completer-cache):
298         * completer.el (completer-file):
299         * completer.el (completer):
300         * completer.el (completer-goto):
301         * completer.el (completer-minibuf-string):
302         * completer.el (completer-new-cmd):
303
304         My version 3.04.  Works under MS Windows / cygwin now.
305         
306 2000-06-25  AichnerAd  <aichner@ecf.teradyne.com>
307
308         * Makefile (PRELOADS): Use lisp instead of `pwd`.  Handle
309         Native-NT XEmacs command-line quoting.
310
311 1998-01-24  SL Baur  <steve@altair.xemacs.org>
312
313         * Makefile (VERSION): Update to package standard 1.0.
314         (EXTRA_SOURCES): Be sure to install .lisp helper files.
315
316 1998-01-11  SL Baur  <steve@altair.xemacs.org>
317
318         * Makefile: Update to newer package interface.
319
320 1997-12-24  SL Baur  <steve@altair.xemacs.org>
321
322         * Makefile: created