From: Dario Z. <ev...@us...> - 2005-03-03 18:52:06
|
Update of /cvsroot/gaim-bnet/gaim-bnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7308 Modified Files: ChangeLog Log Message: Added "New Features" line in last cvs log Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 3 Mar 2005 12:29:34 -0000 1.8 --- ChangeLog 3 Mar 2005 18:51:38 -0000 1.9 *************** *** 3,16 **** *gaim-bnet-0.1.1cvs ! ! Bug Fixes: * Added sperimental support to PvPGN servers (added info welcome end fl_end hooks). (evew) * Fixed a line inside bnet_conn_login_cb who causes the username to be sent twice during the first login attempt (this was the problem! so we can finally check for one attempt only :). (evew) - * Added polling request of friends list to reach updates also from - not-mutual users (or users who send whisp messages in a language - different from english). (evew) * Rewrited code about buddy add/remove/update events. (evew) * Fixed a bug about chat windows, where the old ones weren't handled --- 3,18 ---- *gaim-bnet-0.1.1cvs ! ! New Features: * Added sperimental support to PvPGN servers (added info welcome end fl_end hooks). (evew) + * Added polling request of friends list to reach updates also from + not-mutual users or users who send whisp messages in a language + different from english). (evew) + + Bug Fixes: * Fixed a line inside bnet_conn_login_cb who causes the username to be sent twice during the first login attempt (this was the problem! so we can finally check for one attempt only :). (evew) * Rewrited code about buddy add/remove/update events. (evew) * Fixed a bug about chat windows, where the old ones weren't handled |