[Nice-commit] Nice NEWS,1.29,1.30
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-03-20 16:34:14
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7841 Modified Files: NEWS Log Message: Compile dispatch methods as member methods whenever possible, to make integration with Java tools and code easier. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** NEWS 8 Mar 2004 18:03:24 -0000 1.29 --- NEWS 20 Mar 2004 16:24:15 -0000 1.30 *************** *** 1,2 **** --- 1,10 ---- + nice (0.9.8) + + * Nice methods are now compiled inside classes whenever possible. This does + not make any difference for Nice programs, but simplifies integration with + Java tools and usage of Nice code from Java sources. + + -- + nice (0.9.7) |