[Nice-commit] Nice/debian changelog,1.190,1.191
Brought to you by:
bonniot
From: <bo...@us...> - 2003-07-18 22:56:53
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv13900/debian Modified Files: changelog Log Message: Added simple class initializers. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.190 retrieving revision 1.191 diff -C2 -d -r1.190 -r1.191 *** changelog 17 Jul 2003 23:44:13 -0000 1.190 --- changelog 18 Jul 2003 22:56:50 -0000 1.191 *************** *** 1,2 **** --- 1,16 ---- + nice (0.9.1) unstable; urgency=low + + * A class can now initializers, which are executed each time an instance + is created. + class A + { + // Initializer + { + // Initialization code goes here. + } + } + + -- + nice (0.9.0) unstable; urgency=low *************** *** 72,76 **** * Improved some error messages. ! -- Daniel Bonniot <daniel@blanche> Fri, 18 Jul 2003 01:40:25 +0200 nice (0.8) unstable; urgency=low --- 86,90 ---- * Improved some error messages. ! -- Daniel Bonniot <bo...@us...> Fri, 18 Jul 2003 01:40:25 +0200 nice (0.8) unstable; urgency=low |