[Nice-commit] Nice/debian changelog,1.130,1.131
Brought to you by:
bonniot
From: <bo...@us...> - 2003-02-18 14:21:25
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv7825/debian Modified Files: changelog Log Message: Dispatch on boolean values: @true and @false (by Arjan). Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.130 retrieving revision 1.131 diff -C2 -d -r1.130 -r1.131 *** changelog 17 Feb 2003 14:09:58 -0000 1.130 --- changelog 18 Feb 2003 14:21:21 -0000 1.131 *************** *** 1,4 **** --- 1,9 ---- nice (0.7.7) unstable; urgency=low + * Methods taking a boolean parameter can now dispatch on the cases + 'true' and 'false': + boolean not(boolean); + not(@true) = false; + not(@false) = true; * New policy for typing calls to Java methods. By default, the typing is more convenient, considering arguments as possibly null, and |