[Nice-commit] Nice/debian changelog,1.211,1.212
Brought to you by:
bonniot
From: <ar...@us...> - 2003-10-01 21:49:07
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv23138/F:/nice/debian Modified Files: changelog Log Message: Changelog and cleanup multi line string literals. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.211 retrieving revision 1.212 diff -C2 -d -r1.211 -r1.212 *** changelog 29 Sep 2003 17:03:08 -0000 1.211 --- changelog 1 Oct 2003 21:49:03 -0000 1.212 *************** *** 1,4 **** --- 1,6 ---- nice (0.9.3) unstable; urgency=low + * Added multi line string literals. String that start and end with """ + may take multiple lines and will include the linebreaks. * Existing interfaces can (like classes) implement abstract interfaces: interface packagename.SomeInterface implements AbstractInterface; |