comparison lisp/ilisp/HISTORY @ 4:b82b59fe008d r19-15b3

Import from CVS: tag r19-15b3
author cvs
date Mon, 13 Aug 2007 08:46:56 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
3:30df88044ec6 4:b82b59fe008d
1 # -*- Mode: Text -*-
2
1 ILISP HISTORY 3 ILISP HISTORY
2 4
3 =============================================================================== 5 ===============================================================================
6 Version 5.8 alpha
7
8 Fixes and enhancements since 5.7
9
10 -- XLISP and XLISPSTAT support has been added on an experimental way.
11 Please give us feedback on their behavior.
12
13 -- There is now a way to disable the DEFPACKAGE feature for GCL. But
14 it is not turned on. You have to fix it manually by transforming two
15 '#+(and nil gcl)' into '#+(and t gcl)'
16
17 -- A few fixes were made to realign ILISP to Xemacs 19.14
18
19 -- The file 'clisp.lisp' has been renamed to 'cl-ilisp.lisp', in order
20 to avoid confusion with the CLISP implementation of Common Lisp.
21
22 -- The file ILISP.prj (if present) can be safely ignored unless you
23 want to use the PRCS project control system
24 (http://http.cs.berkeley.edu/~jmacd/prcs-home.html)
25
26 -- Changed 'comint-ipc' and 'bridge'. They now use
27 'process-send-string' instead of defining specialized versions of
28 it. (This was done because it appears that the newer versions of
29 'comint' have a 'process-send-string' that does what these specialized
30 versions used to do.)
31
32 -- Added constant '+ilisp-emacs-minor-version-number+' (in 'ilcompat').
33
34 -- Conditionalized loading of 'bridge.el' (in 'ilisp').
35
36 -- Fixed the annoying ECL/GCL glitch in 'ilisp-kcl' and the error
37 regexps for KCL and IBCL in the same file
38
39 -- Patched 'comint-ipc' according to suggestion by Kazuhiro Fujieda.
40
41 -- Patched 'ilisp-out' according to suggestion by Kazuhiro Fujieda.
42
43
44 Known Bugs
45
46 -- Allegro multiprocessing output handling is still broken. This is a
47 though one and the maintaners cannot fix it.
48
49 -------------------------------------------------------------------------------
50
4 Version 5.7 51 Version 5.7
5 52
6 Fixes and enhancements since 5.6: 53 Fixes and enhancements since 5.6:
7 54
8 -- ILISP now unpacks in a directory called ./ilisp-<version>. 55 -- ILISP now unpacks in a directory called ./ilisp-<version>.