*********************************************** * GnomeICU 0.99.12 released * *********************************************** 2006-10-26 Olivier Crete * configure.in, src/tray.[ch], src/gnomeicu.c: Bring deps down to GTK+ 2.6 by making GtkStatusIcon and GOption optionnal * src/v7base.[ch]: Fix warnings * configure.in: new version * configure.in, gnomeicu.spec.in: Add buildreq on gtk2 2006-10-23 Olivier Crete * src/login.c: Small Oooppps, thanks to Andreas Bießmann * src/login.c: Major cleanup of connection error handling code 2006-10-10 Olivier Crete * src/gnomeicu.c: Port to GOption * src/gnomeicu.c: Port to GtkAboutDialog 2006-10-08 Olivier Crete * src/newsignup.c: Fix URL * src/gnomeicu.c, src/tcp.c, src/v7send.c: Enable file transfer, more file transfer fixes * src/v7recv.c: Recognize more message types (and ignore them) * src/v7recv.c: Recognize/ignore custom status. Thanks to Andrey Kiryanov * src/v7snac13.c, src/xmlcontact.c: Save utf-8 nick properly. Thanks Andrey again * src/v7snac13.c: Ignore more TLVs in contact lists * src/gtkfunc.c: Fix g_free call sequence * src/tray.[ch], src/gnomeicu.c, src/eggtrayicon.[ch], src/response.c, configure.in, src/Makefile.am, Port to GtkStatusIcon, We now require Gtk+ 2.10.0 * src/history.c: Fix history parsing of long messages (bug #326551) 2006-06-15 Olivier Crete Patches from Stanislav Brabec from bug #345022 fixing lots of compiler warning 2006-06-11 Olivier Crete * po/POTFILES.in: Added v7base.c 2006-04-09 Olivier Crete * configure.in, po/LINGUAS: Added a LINGUAS file as per http://live.gnome.org/GnomeGoals/PoLinguas 2006-02-21 Olivier Crete * src/gtkfunc.c, src/response.[ch], src/v7snac13.c: Proper handling of auth replies with and without reasons, still needs some work * src/showlist.c: Escape XML markup from nicknames/group names * src/v7base.[ch]: Add a few consts * src/v7base.[ch]: Add generic error message decoding function * src/v7newuser.c, src/v7recv.c: use it * src/v7newuser.c: Allow the socket part of new user to work, the server still returns an error 2006-02-19 Olivier Crete * configure.in: Version 0.99.11 * src/v7base.[ch]: Add new_tlv_check, which check if the len is ok * src/v7recv.c: Fix crash in v7_advanced_msg