**************************** * GnomeICU 0.98.3 released * **************************** 2002-07-29 Oliver Crete * src/dragdrop.c, src/gnomeicu.c, src/user_popup.c: Disable broken chat/file support 2002-07-29 Patrick Sung * configure.in: version changed. Release 0.98.3. Probably the last gnomeicu release for the gnome 1.4 platform. 2002-07-14 Olivier Crete * src/history.c, src/v7recv.c, src/kanji_conv.c: Patch for jap chars from Kokubo Ryuichi 2002-07-04 Patrick Sung * src/gnomecfg.c: use "contacts_resync" instead of setting time stamp and record count explicitly * src/user_popup.c: added back code that remove user from the (vis/inv/ ignore) status list when removing user * src/v7recv.c: added case F13_SERVER_USER_GRANT_AUTH to handle auth grant from other users (snac 13 server request is pretty much all handled now) * src/v7snac13.[ch]: added more comments; added v7_user_grant_auth() * src/xmlcontact.c: added online notify support back to config file 2002-06-14 Sam Izzo * src/util.c: Fix for RTF code (some things werent escaped) 2002-06-09 Olivier Crete * configure.in: Really fix gettext/autoconf problem 2002-06-06 Olivier Crete * src/gnomeicu-client.c: the client is not a gnome app, use libintl.h * configure.in: Workaround for Redhat 7.3 gettext/autoconf problem * src/Makefile.am: add xmlcontacts.h 2002-06-05 Fred RISS * src/gnomeicu-client.c: translate all output strings. 2002-06-03 Patrick Sung * src/xmlcontact.c: added one more state for "wait_auth" which could possibily fix the problem with libxml2's SAX parsing. 2002-06-01 Patrick Sung * src/changenick.c: support renaming nick that are still on the wait for auth list * src/common.h: added "wait_auth" flag to Contact_Member to signify whether the nick is on the wait for auth list * src/v7snac13.c: lots of changes. basically redo some of the hand- shaking code when adding and removing users, to make it more state machine like so that the code is easier to understand. Also added support for the wait_auth flag with add/remove being able to work with these kind of user now. Also changed the way gnomeicu interprets the server contacts list because the server is sending something a bit different than before. (which should make problems that have been reported went away) * src/xmlcontact.h: new. added headers file for xmlcontact.c * src/xmlcontact.c: added support for wait_auth 2002-05-26 Vincent Untz * src/filexfer.c, src/history.c: Fix compile warnings * src/msg.c: Comment out unused code 2002-05-25 Patrick Sung * configure.in: added libxml checks for xml contacts support * src/Makefile.am: added xml flags and libs for compilation with libxml * src/gnomecfg.c: read/save will be done through the xml contact module if no xml contacts file found, will try to read from the icq server * src/groups.c: fixed possible dups of group when adding groups * src/v7recv.c: removed some unused commented code * src/v7snac13.c: fixed a potential problem of buffer overrun when renaming * src/xmlcontact.c: NEW. xml contacts list support. see file for the current format 2002-05-25 Gediminas Paulauskas * src/detach.c: make detached contact work the same way as item in contact list. Fix bug 75668. * src/user_popup.c: re-enable detached contact menu item. * src/gtkfunc.c: fix some things with button presses in contact list 2002-05-25 Gediminas Paulauskas * src/icons.[ch] (get_pixmap_for_message), (get_bitmap_for_message): new functions to get an icon for some message type. * src/flash.c, src/applet.c: use them instead of big duplicated switch. 2002-05-12 Vincent Untz * src/search.c: Patch to stop a user from being added more than 2002-05-11 Olivier Crete * src/v7recv.c, src/v7snac13.c: fixed receiving user info * src/changeinfo.c, src/personal_info.c: cleanup * src/gnomecfg.c, src/v7recv.c, src/v7login.c: Fixed leaks 2002-05-06 Olivier Crete * src/changeinfo.[ch], ui/user_info.glade, v7recv.c: Integrated glade user info changer dialog * src/v7send.[ch], src/common.h, src/v7base.h, src/changenick.c, src/gnomeicu.[ch]: Cleaned up stuff 2002-05-03 Olivier Crete * src/tcp.c: Added support for protocols v4 to v7 * src/tcp.[ch]: Killed non-standard version request * src/filexfer.[ch]: Moved file transfer communication stuff to here * src/filexferdlg.[ch]: Moved file transfer dialog code to here * src/chat.[ch]: Moved some functions acting on the main tcp connection to tcp.[ch] * src/filexfer(dlg).c, tcp.[ch]: Fixed receiving from licq 2002-05-02 Olivier Crete * src/gtkfunc.c: remplace system("rm...") by a proper unlink() * src/gnomecfg.[ch]: Remove InitializeRCFile.. moved creation of history directories to.. * src/history.c: here, only create when used * src/util.c: Remplace call to Initialize_RC_File by NewUserSignup... which is what it did anyways 2002-04-29 Olivier Crete * src/response.c, src/common.h: Cleanup message_chat variable * src/msg.c: Unrealize window when hiding it so that it pops-up in the current workspace * configure.in: removed doc/eu/Makefile from output because its broken * src/gnomeicu.c, ui/main.glade: Fix gnome-help access 2002-04-18 Olivier Crete * ui/message.glade: Removed GtkViewport 2002-04-11 Olivier Crete * ui/message.glade, ui/user_info.glade: Make only button focusable, making keyboard navigation easier * src/msg.c: Message window has right icon 2002-04-07 Olivier Crete * src/gnomeicu.c: remove unused window_save_size() function * src/gnomeicu.c: Disable (comment) setting window position it conflicts with sawfish on my machine 2002-04-01 Olivier Crete * src/search.c: Fix user adding, fix from Patrick 2002-03-30 Olivier Crete * ui/addcontact.glade: Replace Ok/Cancel buttons by Close 2002-03-28 Olivier Crete * src/v7recv.c: Fixed reading rates, prepare to actually act on them 2002-03-21 Olivier Crete * configure.in: Changed text to reflect clearly the fact that the applet is enabled by default * src/v7login.c: Add another error message, remove debug printf * src/v7base.h: Export isconnecting so that * src/v7send.c: I can reset it in the v7_quit() function * src/v7newuser.c: Remove debug printfs 2002-03-15 Olivier Crete * src/autoaway.c: Fix autoaway so that it doesnt change the away message when already away 2002-03-11 Patrick Sung * src/gtkfunc.c: Changed the miss leading string about publishing your online status to the icq web site, so it is not as scary as before ;) Thanks to Uwe Hermann (currently the gnomeicu debian package maintainer) for the suggestion. 2002-03-11 Olivier Crete * src/v7newuser.c: Mostafa sent another patch fixing new users with long passwords, great work again.. 2002-03-04 Jeremy Wise * ui/main.glade: Moved the about dialog menu item to where it should be :) * src/v7snac13.c: Fixed an issue with the nicknames being read off the server incorrectly 2002-03-04 Olivier Crete * src/v7newuser.c: Mostafa sent this patch which finally fixes creating new users!!! Great great work from Mostafa! 2002-03-02 Patrick Sung * src/search.c: fixed crashes when users are not selected or when list is empty 2002-03-02 Gediminas Paulauskas * src/events.c: patch from Lucio Maciel to prevent zombie process when program run on event exits. * src/v7recv.c: fix gcc3 warnings (empty default: label) 2002-03-01 Olivier Crete * src/v7recv.c: Fix bug in handling of language bugs * src/v7send.[ch], others: Cleanup pre-v8 code 2002-02-26 Olivier Crete * src/v7recv.c: Fixed url reception (url/description exchanged) * src/v7recv.c: Added rus_conv on url reception * src/user_popup.c: commented detached contact menu item * src/gnomecfg.c: Its PacketDump, not DumpPacket (I'm dumb) * src/v7recv.c: Work around for bizzare packet from Trillian 2002-02-24 Pablo Saratxaga * configure.in,doc/eu/: Added Basque help. 2002-02-24 Olivier Crete * src/gnomeicu-client.c: "connhistory" should not be here anymore. 2002-02-24 Peteris Krisjanis * configure.in: Added Latvian language translation - lv at ALL_LINGUAS