*********************************************** * GnomeICU 0.99.5 released * *********************************************** 2004-03-28 Olivier Crete * src/v7base.[ch], src/v7recv.c, src/v7send.c: Added rate limiting code we should no longer get those annoying rate limited messages. * src/gtkfunc.c, src/auto_respond.c: Can now go straight from offline to an away status * src/v7snac13.c: Ignore wierd tlvs 2004-03-27 Olivier Crete * src/gnomeicu.c, src/msg.c, src/prefs.c, src/prefs_string.h, ui/prefs.glade, gnomeicu.schemas.in, configure.in: Added GtkSpell support, thanks to Michael Grigoriev for doing much of the work * src/auth.[ch], src/gtkfunc.c, src/response.[ch], src/v7recv.c, src/v7snac13.c: Made authorization messages go through the message queue like everybody else. * src/sendcontact.c: Properly display received contact list * src/auto_respond.c: Dont set role for auto respond window, libglade doesnt know about roles, and unrealizing the window is too much effort * src/gnomecfg.c, src/sendcontact.c, src/tcp.c: Default to default away message, not hardcoded one... * src/prefs.c: Re-load prefs when the pref window is shown * src/gnomeicu.c: Lets --help work even if gnomemicu is already running * src/user_popup.c, src/v7snac13.c: Leave contact in "not in list" until it has been deleted or added to group (so that if the user cancels the auth request, the contact doesnt go away..) 2004-03-25 Gareth Owen * configure.in: Added en_GB to ALL_LINGUAS 2004-03-24 Olivier Crete * src/auto_respond.c: Add role to another auto respond dialog 2004-03-14 Olivier Crete * src/msg.c, src/gtkfunc.c, src/response.c, src/user_popup.c: Fix erroneous set_wmclass calls, replace them with set_role * src/userserver.c: Fix correct saving of window position * src/tray.c: Show main window if the tray icon disapears * src/eggtrayicon.[ch], configure.in: Updated eggtrayicon. Now require GTK+ 2.2.0 (for multiple screen stuff) * src/xmlcontact.c: Dont destroy contacts.xml if writing fails * src/response.c, src/v7recv.c: Improved away message window title, transform into utf8 and fix memory leak * src/v7snac13.[ch], src/auth.c: Fix evil re-requesting auth crashes bug. I'd like to dedicate this fix to Ettore Perazzoli, who had reported it as bug #113191 * src/changeinfo.c: Save web presence status * src/rtf-reader.c: Add more langs, rtf keywords 2004-03-13 Olivier Crete * src/msg.c: Fix for URL highlighting by Jochen Martin Eppler 2004-02-24 Adam Weinberger * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS. 2004-01-25 Patrick Sung * configure.in: added doc/uk/Makefile as configure output as well * common.h: changed include from bonobo-i18n.h to gnome-i18n.h * gnomeicu-client.c: removed unused include files, clened up code a bit * userserver.[ch]: some cleanup, need to restructure for better maintainence (todo) * v7send.c: fixed seg fault when calling v7sendmsg with invalid uin * v7snac13.c: added to detect a new TLV type so gnomeicu won't complain when seeing it on server contact list (0x13a) 2004-01-07 Olivier Crête * gtkfunc.c, msg.c: Free the data at the right place * response.c: Make copy of file name... * rtf-reader.c: Add new charset->codepage * v7recv.c: Fix bizzare case of server status response * src/personal_info.c, ui/user_info.glade: Make homepages clickable patch by Daniel Romberg 2003-11-10 Abel Cheung * configure.in: Added "hr" "mk" to ALL_LINGUAS. 2003-11-02 Gediminas Paulauskas * src/msg.c: convert strftime output from locale to utf8. Patch from Chan Siu On 2003-10-13 Daniel Perup * src/xmlcontact.c: Fixed saving of XML escape chars. bug 119197 2003-10-03 Yuriy Syrota * doc/uk/*, doc/Makefile.am: Added Ukrainian translation. 2003-08-16 Olivier Crete * doc/C/*: Christopher Ness did great work bringing the documentation up to date * ui/message.glade: HIG puts too much white space, removed some 2003-07-23 Christian Neumair * ui/*.glade: Further HIGification work. 2003-06-19 Guntupalli Karunakar * configure.in: Added "ml" to ALL_LINGUAS. 2003-06-19 Dmitry G. Mastrukov * configure.in: Added Belarusian to ALL_LINGUAS. 2003-06-05 Olivier Crete * src/userserver.[ch], gnomeicu-client.c: Patch to fix onlinelist and add a contactlist command for gnomeicu-client by Simone Contini 2003-05-24 Olivier Crete * src/prefs_ui.c: Patch from Kristian Rietveld that fixes theme pref problem 2003-05-08 Olivier Crete * src/msg.c: Fixed emoticon insertion bug 2003-05-06 Danilo Å egan * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-05-03 Sebastien Bacher * src/xmlcontact.c: Fixed crash if contacts.xml file is empty. 2003-05-02 Patrick Sung * src/gnomeicu.c: Fixed autologin when start up from Gnome menu * src/history.c: Fixed crashes when there are fake history entry from the file. bug 111940 2003-05-02 Sebastien Bacher * src/gnomeicu.c: Set GNOME_PARAM_APP_DATADIR, this should fix the help * src/common.h, src/icons.[ch], src/showlist.c, src/v7send.c, src/v7recv.c, icons/Default/gnomeicu-birthday.png: Add support for birthdays * src/gnomeicu.c, src/gtkfunc.c: Fixed bug with empty password. 2003-05-02 Chan Siu On * src/v7recv.c: Patch for utf8ing received user info 2003-05-01 Sebastien Bacher * src/notify.c, src/sendcontact.c: Fixed lists displaying. 2003-04-30 Olivier Crete * src/userserver.c: Fixed icuask code * src/history.c, src/msg.c, src/gtkfunc.[ch], ui/message.glade: Make it not crash when opening history from message window 2003-04-28 Olivier Crete * src/v7*.c, configure.in, gnomeicu.spec.in: No longer depend on gnet 2003-04-27 Patrick Sung * src/history.[ch]: Incrementally display history now, from the latest entries. This should fix the problem on bug 108415 * src/msg.[ch]: Improved gnomeicu_text_buffer_insert_with_emoticons() so now it takes arbitary position in the buffer to insert text. * src/showlist.c: Fixed sorting, not in list and wait for auth list are now sort last. 2003-04-16 Olivier Crete * src/showlist.c: Should not crash when keyb activated 2003-04-16 Patrick Sung * GnomeICU.desktop: Changed menu name to GnomeICU ICQ Instant Messenger * src/auth.c: Added add user button callback so now we can add user when we receive an authorization request. Known issue, added user will have UIN only because that's what we got from the auth request packet. * ui/welcome.glade: centered Welcome druid. 2003-04-15 Patrick Sung * src/showlist.c: more fixes, not in list, wait for auth, all working great now. Also changing icon theme is working again. * src/user_popup.c: made sure we put proper popup menu item for contacts. Now we have a re-request auth with any waiting for auth contacts. * src/v7snac13.c: temp fix for problem when moving waitauth contact to regular group 2003-04-15 Olivier Crete * src/rtf-reader.c: add another code for Big5 2003-04-14 Patrick Sung * src/*.[ch]: Many changes to many files. Major changes: - overhaul the showlist.c file so no more big while loop in *each* function, easier maintainence. - converted some of the old function to accept (Contact_Member *) instead of (GSList *), which is not needed. - in terms of the behavior changes, nothing big there. The only diff is the Not in list and the just added Wait for authorization list are moved to All Contacts list. Closed bug 100721 2003-04-13 Sebastien Bacher * src/msg.[ch], ui/messsage.glade: Escape closes message window 2003-04-13 Olivier Crete * HIG stuff by Christian Neumair * ui/message.glade: ui improvements by Karsten Bräckelmann 2003-04-12 Patrick Sung * emoticons/AIM/emoticon-data, emoticons/Yahoo/emoticon-data: Added support for icqimage0004 * emoticons/MSN/Makefile.am, *.gif, *.png, emoticon-data: Renamed all gif file to png. All emoticons for this set has transparency background, thanks to Tomahawk * src/emoticons.[ch]: emoticon code fix up, restructure, eliminated all memory leaks. Behavior is now always read the Always theme, then read the user selected theme. 2003-04-05 Patrick Sung * src/auth.c, ui/auth.glade: Added button for adding user on the authorization request receiving screen, no action perform yet, will add later * src/flash.c, src/gnomeicu.[ch], src/gtkfunc.c, src/icons.c, src/util.c, src/v7login.c, src/v7newuser.c, src/v7recv.c, src/v7send.c, ui/main.glade: Renamed ready_set() to gnomeicu_set_status_button(), init() to gnomeicu_done_login(), about() to gnomeicu_about(). Hopefully these function name will make more sense. 2003-04-04 Patrick Sung * src/gnomeicu.[ch], src/gtkfunc.[ch], src/showlist.[ch]: Moved all contact list tree view stuff back to showlist.[ch] * src/showlist.c: Removed the annoying empty space for group entries in the contact list treeview 2003-03-31 Olivier Crete * src/msg.c: Scroll correctly... 2003-03-30 Olivier Crete * src/msg.[ch]: Reshow message window scrolled to bottom * src/msg.[ch], ui/message.glade, src/common.h, src/userserver.c, src/response.c: Killed read_next button.. all text messages are shown * ui/message.glade, ui/prefs.c: Replacing "chat mode" text with a description 2003-03-29 Patrick Sung * src/gnomecfg.c: Fixes for resync contact list if no gnome config file * src/gnomeicu.[ch]: Fixed session saving size and position * src/msg.c: Fixed a potential crash when trying to call show_contact_message() with no stored_messages for contact * src/tray.c: A little bit of optimization fixes * src/v7base.h, v7send.c: Made all capability strings into defines * src/v7recv.c, src/v7send.c, src/v7snac13.c: Minor fixes 2003-03-29 Olivier Crete * src/rtf-reader.c: Fix space eating after unicode chars 2003-03-24 Olivier Crete * src/rtf-reader.c: Dont hardcode default codepage 2003-03-23 Olivier Crete * src/rtf-reader.c: ignore all unknown font control words * src/rtf-reader.c: Added more charsets->codepage 2003-03-19 Vlad Berditchevskiy * src/rtf-reader.c: Read the charsets/codepage from the font table too 2003-03-17 Olivier Crete * emoticons/Default/emoticon-data: Updated emoticons file by Daniel Paessler 2003-03-16 Olivier Crete * src/v7send.c, src/v7recv.c, src/filexfer.h, src/response.[ch]: Transfer ICU->ICU works and more progress on Win->ICU 2003-03-16 Patrick Sung * src/user_popup.c: re-enable file transfer as it is almost working GnomeICU can send to windows icq now. * src/v7send.c: Fixed the file transfer sending packet, right now it can send to official windows client, working on receiving now 2003-03-14 Olivier Crete * src/gtkfunc.c, src/detach.c: Focus entry when re-opening msg dialog 2003-03-13 Olivier Crete * src/v7send.c: No space after accentuated characters 2003-03-12 Christian Neumair * gnomeicu-applet/applet.c, src/gnomeicu.c: Don't mark the copyright string in about dialogs for translation. * src/grpmgr.c: Slightly fixed a string. * .cvsignore: Added autom4te*.cache. 2003-03-11 Olivier Crete * gnomeicu.spec.in: not only do we need to install the schemas, we also need to install the images for the prefs 2003-03-11 Abel Cheung * src/history.c (add_to_history): Add translator comment. 2003-03-10 Olivier Crete * gnomeicu.spec.in: We need to install the schemas too 2003-03-09 Olivier Crete * gnomeicu.spec.in: Comments are parsed for commands too..arg.. 2003-03-08 Olivier Crete * GnomeICU.desktop.in: fix capitalization error in bugzilla entry