From: Eric W. <war...@us...> - 2001-10-15 19:52:47
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv5281 Modified Files: ChangeLog Log Message: malsyned's patch for args in perl. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.316 retrieving revision 1.317 diff -u -d -r1.316 -r1.317 --- ChangeLog 2001/10/14 03:54:39 1.316 +++ ChangeLog 2001/10/15 19:52:44 1.317 @@ -10,6 +10,9 @@ * Ability to stop animation on buddy icons, hide certain buddy icons, and save people's buddy icons, all through a right-click menu + * Event handlers in perl passed arguments as elements of + an array rather than all concatenated as a string, making + perl much easier to use (thanks Dennis Lambe Jr.) version 0.45 (10/04/2001): * New plugin event: event_chat_send_invite |