[Nice-commit] Nice NEWS,1.23,1.24
Brought to you by:
bonniot
From: <ar...@us...> - 2004-02-21 14:40:45
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31572/Nice Modified Files: NEWS Log Message: Missing changelog entry for typed super call. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** NEWS 20 Feb 2004 16:59:50 -0000 1.23 --- NEWS 21 Feb 2004 14:28:44 -0000 1.24 *************** *** 35,38 **** --- 35,40 ---- e.printStackTrace(), and similarly for versions that specify a stream or writer to print into. + * A super call can have types to resolve ambiguities. Example of usage: + foo(BarSub b, s) = super(Bar, String); * Fixed the file locations in the RPM package, and added automatic registration of the emacs mode for the SuSE Linux distribution. |