**************************** * GnomeICU 0.98.1 released * **************************** 2002-02-19 Olivier Crete * src/history.c: Does output the error message in the common case that's handled automatically * src/v7recv.c: Receive rate change packets and pop warning 2002-02-18 Olivier Crete * src/gtkconf.c, src/gnomecfg.c, src/v7base.c, src/common.h: Removed connection history toggle, replaced by client-server toggle * src/v7recv.c, src/listwindow.c: Fixed sending/receiving contacts, removed debug * src/util.[ch], src/v7send.c: Re-add function to add CR from 0.96.1 * src/util.c: Finally fix time zones 2002-02-17 Jeremy Wise * src/showlist.c: Fixed (hopefully) the not in list list bug * src/listwindow.[ch]: Fixed bug with contact list sending 2002-02-17 Patrick Sung Added support for adding/removing users to vis/invis/ignore list. * src/common.h: added needed fields for each contact * src/gnomecfg.c: added support for reading v/i/i list with new tags introduced. we no longer rely on the Svis/Sinv/Sign status code at the end of each contact * src/ignore.c, src/invisible.c, src/visible.c, src/listwindow.c: disabled the use of drag and drop to add users to those list window and the ability to remove from the list for now. (disabled due to some complexity in applying the changes and still in sync with the server * src/showlist.c: never show any contacts with uid of 0 because they are not valid in the config file (uid 0 is for contacts that are on your ignore list but you've never added them) * src/user_popup.c: the ignore UI is not a toggle button and changes to suppor the new v7snac13 v/i/i functions * src/util.c: Find_User_uid need to compare with the uids on v/i/i list or we could in danger of screwing up the server list * src/v7snac13.[ch]: added support for add/remove v/i/i list 2002-02-16 Olivier Crete * src/gtkfunc.c, src/history.c, src/msg.c: Change hardcoded time/date representation to locale dependant version also.. I removed the gettext comments from the source 2002-02-16 Patrick Sung * src/gnomecfg.c: added key status_uid for server list status saving * src/gnomeicu.[ch]: added global variabe status_uid * src/v7recv.c: fixed improper use status when going online * src/v7send.[ch]: changed how set status work (vis/inv/away etc) * src/v7snac13.[ch]: added support for saving status to server list 2002-02-14 Patrick Sung * src/changenick.c: added back missing include * src/groups.c: fixed some special when generating uid * src/v7base.[ch]: added add_nontlv_bws() convenience function * src/v7snac13.c: fixed breakage on list migration due to some previous structural changes. Also used add_nontlv_bws() in various places to simplify coding 2002-02-13 Patrick Sung * src/changenick.c: rename now sync with the server side contacts list * src/v7snac13.[ch]: added support for rename user nick name 2002-02-13 Jeremy Wise * src/v7recv.c: Nickname is now updated if it is unknown and received * src/v7recv.c: Fixed constant updates because of Trillian's constant sending of status updates 2002-02-12 Olivier Crete * src/v7recv.c, src/util.c, src/v7base.h: Fixed anti-spam so that it works properly (non-existent uins are only killed if they are added automatically, not its its done manually) * src/util.c, src/v7login.c: Fix compile warnings * src/personal_info.c: Fix bug where info struct of a user doesnt exist * src/v7recv.c: Fix leak where requests are not freed * src/v7recv.c: Further fix for the year... btw, its 8->16 bits not 16->32 .... * src/v7send.c: Will kill half connected connection too... * src/v7send.c: Birthday will ALWAYS be 14 and over due to COPPA * src/v7recv.c: Fix antispam again, and again 2002-02-12 Patrick Sung * src/v7recv.c: icq server now use 32bits for years from 0 A.D. ;) so we don't have to add 1900 after reading this field. Thanks to Andrea Gandi for the fix. 2002-02-11 Patrick Sung * ui/auth.glade: updated to add the grant auth dialog * src/auth.[ch]: added support for granting authorization request * src/v7recv.c: gnomeicu now handle auth requests from other users * src/v7snac13.[ch]: added support for receiving auth request and granting auth request 2002-02-10 Patrick Sung * src/cl_migrate.c: cosmetic changes account for user using liteicq before using GnomeICU or icq2001b * src/contacts.c, src/groups.c: fixed the problem if we are running out of ids so that it won't go to an infinite loop * src/v7snac13.[ch]: fixed the problem where user used liteicq before migrating the contacts list using GnomeICU or icq2001b. Thanks to Andrea Grandi for filing this report and helps for the debugging. 2002-02-09 Olivier Crete * src/v7login.c: Killed 2nd error window 2002-02-06 Christian Rose * src/util.c: Changed GMT to UTC in messages. 2002-02-06 Olivier Crete * src/common.h, src/util.[ch], src/v7recv.c: Fix time zones and work country * src/personal_info.c, ui/user_info.glade: Fix user info, add refresh button 2002-01-31 Patrick Sung * v7snac13.c: fixed the problem when trying to add user, all contacts disappear from the contacts list window. Also removed commented printf's * gnomecfg.c: removed more commented printf debug message as things get stablized 2002-01-30 Olivier Crete * src/history.c: Fixed error reporting.. only works with gdbm.. others dont report errors.. Hope I can fix this one day * src/history.c: Made hack so that messages are recorded even if another message with the exact same date/time already exists * src/v7recv.c: Fix time/date in offline messages 2002-01-26 Patrick Sung * v7snac13.c: changed the add user behavior a little so now non-auth users are on your offline list upon adding and sending out auth req 2002-01-26 Olivier Crete * src/v7send.c: Trying to fix v7_quit when quitting when there is an event waiting, so that the handler is not called when the data has been freed * src/v7login.c: Fix the condition when changing status while gnomeicu is still connecting 2002-01-26 Olivier Crete * configure.in: my GNOMEICU_INCLUDES does not include the ORBIT_CFLAGS so I'm putting it back in * src/v7send.c: Fixing off by one error in the last name of searches * src/v7recv.c: Killed finding number of results left.. it never worked correctly anyways 2002-01-24 Patrick Sung * configure.in: GNOMEICU_INCLUDES need not include ORBIT_CFLAGS because it is included in GNOME_INCLUDEDIR. This cut down the length of cflags. * src/showlist.c, src/user_popup.c: Changed the way user is removed from the contact list such that no warning is issued when removing spam users (because they are not on the server side list). 2002-01-22 Olivier Crete * src/contacts.c: Added remove many includes, added common.h * src/common.h: move the config.h include to the top 2002-01-21 Patrick Sung * cl_migrate.c: changed the dialog to let user cancel the migration so they can backup the config file in case something goes wrong with the migration * contacts.c: changed the way contact adding is done when there is an error * gnomecfg.c: handle cases when there is on [Groups] tag exists and with no groups (rarely can happen tho) * gnomecfg.c: removed many debugging printf during testings, hope they are no longer needed :) * gnomecfg.c: fixed a memory leak when reading groups * showlist.c: added an include to silience the warning from gcc * util.c: removed the call to the old v7_addcontact(), the only way to add contact now is to use the search user dialog * v7recv.c: removed the commented code for 2001 (v7) protocol stuff, the snac is never send with v8 client * v7send.c: marking some functions as deprecated because the new snac13 code (add, remove user) * v7snac13.c: added code for handling a weird TLV (in reading server contacts list) * v7snac13.c: to help debug this special case (rarely can be found, but it happens) * v7snac13.c: fixed the problem when reading a very long list of contacts, only the first batch received is saved. 2002-01-20 Patrick Sung * src/v7snac13.c: confirm has to be true for it to be displayed 2002-01-20 Patrick Sung * auth.[ch]: *new* added authorization support, mainly GUI code * auth.glade: *new* glade UI description for authorization GUI. * common.h: changed the sequence of header to clean up warnings from and conflict * contacts.[ch]: added support for contacts uin-id data structure support. * gnomecfg.c: added support for saving config file with Groups id (new category [Groups] created), also support for uin-id for contacts. Will migrate existing format to new format automatically. * gnomeicu.c: added initialization for the groups and contacts data strutures. * groups.[ch]: added support for group-id and associated data structure * idlist.[ch]: fixed bugs and added more functions to support IdList structure. * search.c: changed to use the new add user V7 function in v7snac13.c * showlist.c: changed to use the new remove user V7 function in v7snac13.c * v7base.h: redefined some of the snac type names; found out some new type, renamed the unknowns or change to a better name * v7recv.c: added response to more snac13 packets. * v7snac13.[ch]: added functions to support add, remove user, also partial support user authorization (can send auth req). Also fixed some bugs discovered. 2002-01-18 Alexander Shopov * configure.in (ALL_LINGUAS): Added bg code for Bulgarian translation 2002-01-18 Olivier Crete * src/v7recv.c: Fix anti spam code 2002-01-17 Jeremy Wise * v7base.c, v7recv.c: Fixed a memory leak in the v7 code 2002-01-16 Olivier Crete * src/history.c: Added forgotten include of icu_db.h fixing db based history * src/v7base.[ch]: Cosmetic changes 2002-01-13 Jeremy Wise * src/user_popup.[ch] (new), src/gtkfunc.[ch], misc other src files: Moved popup menu code into its own file, and fixed a bug with the menu not getting the correct contact * src/util.c, src/v7recv.c: Added simple spam rejection... If the contact does not exist in the ICQ database, the message will not be accepted 2002-01-13 Olivier Crete * src/util.c: Recognize the charset of a received RTF message.. 2002-01-11 Jeremy Wise * src/response.c, src/msg.c: Fixed behavior of chat/no chat modes and how the read next button works * src/chatdlg.c, src/common.h, src/gnomecfg.c, src/gtkconf.c, src/rus_conv.c, src/v7send.c: Added Latin2 character support (patch from Petr Hubeny ) * src/rus_conv.c: Removed compile-time warning on pointer issue * src/gtkfunc.c: Fixed bug when removing a contact who has waiting messages -- applet is now updated properly * src/personal_info.[ch], ui/user_info.glade: Dropped the new user information dialog into place 2002-01-10 Olivier Crete * src/v7recv.c: Remove v7_reqofflinemsg from here.. * src/v7send.c: Move it to here.. * src/v7recv.c: MacOS ICQ sends text inside special messages too * src/v7recv.c: Free snac data, fixes leak.. hope it doesnt crash anything * src/gtkfunc.c: Make sending contact lists available to offline users 2002-01-10 Jeremy Wise * src/msg.[ch], src/gtkfunc.[ch], src/common.h, ui/message.glade: Moved the new message dialog into place * src/*.[ch], src/detach.[ch], src/headers.h, src/personal_info.[ch]: Moved functions around, made some new files, cleaned up a ton of code... This is one step beneath a complete rewrite =) * src/*.[ch], src/headers.h: Removed headers.h, all .c files contain only the header files they need. Unnecessary dependencies have been removed :) * src/gtkconf.c, src/gnomecfg.c, src/common.h, src/msg.c: Added preference for default "message chat mode" * src/msg.c, ui/message.glade: Fixed some keybindings * src/msg.[ch], ui/message.glade, src/gtkfunc.[ch]: Added support for the User menu button 2002-01-09 Jeremy Wise * src/Makefile.am, src/gnomeicu.c, src/gtkfunc.c, src/response.c, src/sendmsg.c, src/tcp.c, src/userserver.c, src/v7login.c, src/v7newuser.c, src/v7recv.c, src/v7send: Removed "Log Window" from the project... 2002-01-09 Olivier Crete * src/v7recv.c, src/gtkfunc.c: menesis just told me that g_free worked on a NULL pointer... removed a bunch of ifs.. and fixed a leak 2002-01-09 Olivier Crete * src/v7recv.c, src/gtkfunc.c: Hopefully fixed/documented a few leaks 2002-01-07 Jeremy Wise * src/response.c, src/showlist.[ch], src/v7snac13.c: Fixed bug with duplication of contacts on GUI 2002-01-08 Olivier Crete * src/v7send.c: Fix for conversion stuff, by Alexander Nikolaev 2002-01-06 Patrick Sung * src/contacts.[ch]: *new* support for the contacts list data model * src/groups.[ch]: *new* add groups support (not done, only has group id generations) * src/idlist.[ch]: *new* helpers and definition for IdList datatype (for server list support) * src/cl_migrate.[ch]: *new* GUI code for the migration dialog * src/v7snac13.[ch]: *new* code for all snac family 0x13 handling (server list and user management) * src/Makefile.am: added new source and header files * src/common.h: added uinid and groupid to each contacts * src/gnomecfg.c: added preference support for server side contacts list * src/gnomeicu.[ch]: added global variables to save the preference value * src/v7base.h: added define TLV_HEADER, the value should be used a lot added and renamed type name defines of family 0x13 * src/v7recv.c: re-shuffled packet respond sequence, make it more inline with icq2001b client * src/v7send.[ch]: functions are moved from v7recv.c because they are sending fucntions more than recv functions 2002-01-06 Olivier Crete * src/v7recv.[ch]: Move v7_send_often to.. * src/v7send.[ch]: .. here, where it belongs * src/.cvsignore: remove gnomeicu-v7 * src/v7recv.c: Add handling of offline contact lists 2002-01-05 Jeremy Wise * src/gnomecfg.c, src/gnomeicu.[ch], src/gtkfunc.c, ui/main.glade: Added the ability to save the main window's position 2002-01-06 Gediminas Paulauskas * src/common.h (stored_message): use data pointer to store all additional info, and remove xfer and chatcontact members. * src/tcp.h: move struct xfer to... * src/filexfer.h: ...here and rename to XferInfo. * src/v7recv.c, src/response.c, src/response.h, src/sendcontact.c, src/sendcontact.h: make contacts list a GSList. * src/response.c (url_received): store url in stored_message->data, instead of encoding in the same string. * src/filexfer.c, src/gtkfunc.c, src/tcp.c, src/userserver.c: Update to above changes. 2002-01-04 Olivier Crete * src/gnomeicu.c: Add case insensitive sorting * src/v7recv.c: Fix contact reception from other gnomeicu 2002-01-03 Olivier Crete * src/gtkfunc.c: Do not send 0 length messages * src/common.h: Added void* to messages to put non-text data (such as contact lists) * src/gtkfunc.c, sendcontact.[ch], response.[ch], v7recv.c, src/tcp.c: Fixed receiving contacts from ICQ 2001b based on menesis original work Tried to abstract contacts handling a little more 2002-01-03 Gediminas Paulauskas * src/util.c: Update country list. 2002-01-03 Gediminas Paulauskas * src/common.h: added "time" field to stored_message * src/response.c: don't print time into message string, set new_stored_message->time instead. * src/gtkfunc.c: update for time changes. Use strftime to format time. Fix received URL displaying. * src/listwindow.c: set clist on custom button so that sendcontacts can get it and fill in. * src/sendcontact.c: display all received contacts. * src/v7recv.c: receive contact lists. 2002-01-02 Gediminas Paulauskas * src/kanji_conv.c: cleanup. * src/sendmsg.c, v7send.c: fix conversion to kanji. 2002-01-02 Gediminas Paulauskas * src/gtkfunc.c (icq_msgbox): swap description and URL. * src/history.c: (history_repeated): removed, should not be needed. (history_add_incoming) don't convert from kanji. * src/response.c: (Do_Msg): removed (contact_list_received): new function. (msg_received): do nothing if "No new users" is set, or if contact is ignored. * src/tcp.h: removed unused contact parameter from TCPAckPacket. * src/tcp.c: update. 2002-01-02 Thomas Rast * src/gnomeicu.c: handle SIGCHLD signal. Should fix "zombie processes generated by External commands" problem. 2002-01-02 Gediminas Paulauskas * src/applet.c: move "Hide/Show main window" menu item before preferences. 2002-01-01 Olivier Crete * src/v7login.c: Bugfix from Patrick Sung for leaks * src/v7recv.c: Bugfix from Patrick Sung because we send the wrong packet * src/v7send.c: Try to fix authorisations without success 2002-01-01 Kenta Yasufuku * src/gtkfunc.c: kanji_conv fix 2001-12-31 Olivier Crete * src/sendcontact.[ch], src/v7send.[ch]: Send contact lists 2001-12-31 Olivier Crete * src/v7recv.c, src/util.[ch]: Now masquerades as 2001b instead of 2000b, so we need to deRTF the messages.. Tell me what breaks 2001-12-31 Olivier Crete * src/v7recv.c: Get other emails in user info * src/v7send.[ch]: Modify other emails * src/common.h, src/gnomecfg.c, src/gtkfunc.c, src/changeinfo.c: Kill email2 and email3 2001-12-30 Jeremy Wise * configure.in: version update * ui/addcontact.glade, src/search.c, src/response.c, src/gnomeicu.c, ui/Makefile.am, src/gnomeicu.h, src/common.h: Rebuilt contact search dialog :) * src/search.[ch]: Removed old search functions * src/search.c: Changed g_error() to more graceful dlg box if addcontact.glade can't be found 2001-12-30 Olivier Crete * src/history.c: replace window_show -> widget_show (The window may have to be created...) 2001-12-30 Olivier Crete * src/v7send.c: Fix status changing... add unknown bit to make it work 2001-12-30 Jeremy Wise * src/v7recv.c: Added some comments for info packets * src/gtkfunc.c: Nickname updated from username to nickname 2001-12-28 Takuo KITAME * src/v7send.c (v7_sendmsg): convert kanji string if option is enabled, like rus_conv. 2001-12-27 Christian Rose * src/gnomeicu.c: Made the copyright sign translateable. 2001-12-28 Olivier Crete * src/v7login.c: Fix error messages on login * src/v7recv.c: Minimal support for forced disconnections 2001-12-28 Olivier Crete * src/v7recv.c: Fix zip info reception bug causing crash in russian conversion 2001-12-27 Olivier Crete * src/v7recv.c: Send away message to 2001 through server, 2000b needs direct connect.. Wont work with 2001b because wont dont tell it we can, because otherwise it sends RTF messages * src/gtkfunc.c: Server based away messages online for 2001b+ * src/v7recv.c: Fix advanced message ack again 2001-12-27 Olivier Crete * src/v7send.c: Fixed requesting away messages * src/v7recv.c: Fixed receiving away messages * src/dialog.[ch], src/Makefile.am, src/tcp.c: Killing it, moving content to response.[ch] * src/response.[ch]: Added away message reception... * src/reponse.h: Cleanup.. * src/gtkfunc.c, src/tcp.c: Commented out version querying code.. Which was only gnomeicu-gnomeicu... * src/v7newuser.c: Adding missing header 2001-12-26 Olivier Crete * src/v7recv.c, src/v7login.c: Fix debug code * src/v7newuser.c: Fix new user process * src/v7login.c: Added error numbers when can't connect, thanks again to Massimo Melina * src/v7send.c, src/v7recv.c: Trying to fix away messages code * src/v7send.c, src/v7recv.c: Fix the invisible code * src/v7send.[ch]: Fix warning 2001-12-26 Jeremy Wise * src/gnomeicu.c: Fixed bug with flash timeout ************************** * GnomeICU 0.98 released * ************************** 2001-12-17 Olivier Crete * src/v7send.[ch], src/changeinfo.cx: Set auth status * ui/user_info.glade: Make changes to make it in line with what we have on the wire * src/v7send.[ch], src/gtkfunc.c: beginning of some support for away messages 2001-12-17 Gediminas Paulauskas * ui/user_info.glade: Initial "User Info" dialog design, based on current our and other users' info dialogs. 2001-12-17 Gediminas Paulauskas * src/gnomecfg.c: new functions save_user_info and save_preferences, splitted out from Save_RC. (Save_RC): don't save neither user info nor preferences. * src/gnomecfg.h: make save_user_info and save_preferences public. * src/changeinfo.c: save only user info. * src/gtkconf.c: save only preferences. * src/datatype.h: removed unused types & defines. * src/showlist.c, src/v7send.c: don't cast uin to S_DWORD on comparison -- there's no point in doing that. * src/gnomecfg.c: Change initial contact to current Jeremy's UIN ;) 2001-12-16 Olivier Crete * src/v7send.c: Will popup window on 100% cpu bug 2001-12-16 Gediminas Paulauskas * ui/main.glade: fix wrapped tooltips. * src/timezone.h: removed, merged contents into... * src/util.c: ...this file. * src/Makefile.am: remove from build * src/menus.h: removed, everything is in main.glade 2001-12-16 Gediminas Paulauskas * common.h: remove config.h, gnomeicu.h, gnomecfg.h and util.h includes. * all c/h files: add necessary includes. Move global variables, constants and types from gnomeicu.[ch] and common.h into more appriopriate files, remove lots of unused ones. * src/Makefile.am: remove menus.h, msg_queue.c and msg_queue.h from build -- they are not used. 2001-12-16 Gediminas Paulauskas * src/gtkfunc.c (icq_sendmessage_window): split a big chunk of code into new function user_popup (). (clear_i_window): replace with gtk_window_destroyed. 2001-12-07 George Talusan * src/autoaway.c: Remove #ifdef USE_XPOINTER_CHANGE so autoaway can work again. 2001-12-13 Gediminas Paulauskas * ui/message.glade: added preliminary send/received/chat message dialog. Not used yet. 2001-12-13 Olivier Crete * src/changeinfo.c, src/v7send.[ch], src/sendmsg.[ch]: Change our user info * src/v7send.[ch]: Request our info (client code not there yet) * src/v7base.[ch]: Add lnts builder 2001-12-11 Olivier Crete * src/v7recv.c: Fixed ack for adv msgs to make 2000b happy 2001-12-11 Abel Cheung * src/response.c (user_added_you): Minor adjustment of strings. 2001-12-10 Gediminas Paulauskas * configure.in: moved check whether to build applet to top. Added ORBIT_CFLAGS to GNOMEICU_INCLUDES. * src/applet.[ch]: move about() to... * src/gnomeicu.[ch]: ... main file 2001-12-08 Olivier Crete * src/v7recv.c, src/v7login.c: Should set offline with client function, not by calling v7_quit directly.. Cleaner separation of client/protocol code. Thanks to George Talusan for the idea. * src/gtkfunc.c: cleaned up code 2001-12-07 Olivier Crete * src/v7recv.c: More informative (for me) messages on unhandled packets 2001-12-05 Olivier Crete * src/v7send.[ch]: Fix web presence * src/webpresence.[ch], src/Makefile.am, src/gtkconf.c, src/sendmsg.c: Remove old webpresence.[ch] files. Web presence is now part of status packet 2001-12-05 Olivier Crete * src/v7recv.c: Fixed ack for advanced messages 2001-12-05 Olivier Crete * ui/main.glade, src/gnomeicu.c: moves menus to glade file.. Help is broken 2001-12-05 Olivier Crete * ui/main.glade: Set main window to default to invisible so it doesnt popup for a brief instant before we hide it and fuck up wm prefs 2001-12-04 Olivier Crete * src/v7recv.c: Updated handling of offline messages * src/gnomecfg.c: changed default port to correct 5190 2001-12-05 Gediminas Paulauskas Use xml-i18n-tools * src/GnomeICU.soundlist, src/GnomeICU.desktop: removed, they are now generated. * sounds/GnomeICU.soundlist.in, GnomeICU.desktop.in: add them here. * Makefile.am, sounds/Makefile.am, src/Makefile.am: adjust accordingly, build, install and dist generates files. * configure.in: add macro for xml-i18n-tools. 2001-12-04 Gediminas Paulauskas * gnomeicu.spec.in: install glade file in right place. * ui/main.glade: remove border around menu. 2001-12-04 Gediminas Paulauskas * src/history.c: change entry date format from "%c" to american one, and let it translate. * src/changeinfo.c: warn that setting info is not implemented. * src/response.[ch]: remove Recv_Message. * src/sendmsg.[ch], src/webpresence.c: comment out almost everything (old stuff). * src/common.h: remove some unused variables/types, comment out those which still are in response.c and sendmsg.c. * src/flash.c, src/gnomecfg.c, src/gtkconf.c, src/gtkfunc.[ch], src/tcp.c: remove/change some old stuff. * src/showlist.c: don't hide Not in list tab -- it's done while creating. 2001-12-04 Trevor Curtis * doc/C/gnomeicu.xml: Wasn't actually free of errors. Fixed those errors. 2001-12-04 Olivier Crete * src/gtkfunc.[ch]: Removed unused function * src/gtkfunc.c: Added sending denied auth packet * src/search.c, src/v7recv.c, src/response.[ch]: fix searching 2001-12-04 Gediminas Paulauskas Start using LibGlade. Work based on patches by Emre Turkay * configure.in, Makefile.am, src/Makefile.am, ui/Makefile.am: added check for libglade, use glade flags and libs, build ui subdirectory. * gnomeicu.spec.in: require libglade. * src/gnomeicu.c: create main window from glade file. * ui/main.glade: Make the same as current interface. Give widgets meaningful names. * src/gnomeicu.[ch]: removed unused variables. 2001-12-04 Olivier Crete * src/v7send.c, src/response.c: Fix for rus conversion by Alexander V. Nikolaev 2001-12-04 Olivier Crete * src/v7recv.c, src/response.[ch]: Accept auth requests * src/v7send.[ch], src/gtkfunc.c: Grant/deny authorization * src/response.[ch], src/sendmsg.[ch]: clean up more old code 2001-12-04 Trevor Curtis * doc/C/gnomeicu.xml: initial creation. A bit incoherent, but free of markup errors. 2001-12-03 Olivier Crete * src/v7recv.c, src/v7send.c: Fix beeping * src/v7newuser.c: a bit more work towards adding new users, still broken 2001-12-03 Olivier Crete * src/v7recv.c: Added support for urls in advanced messages 2001-12-02 Olivier Crete * src/v7recv.c: Working support for type-2 messages, only works for basic text messages tho and is not very solid, but it does work 2001-12-02 Olivier Crete * src/v7recv.c: Very partial, probably broken, support for text messages of type 2, that George received 2001-12-02 George Talusan * src/response.[ch]: Make status change more explicit, remove old stuff 2001-11-30 Olivier Crete * src/v7recv.c: function to have a more informagtive display when receiving type 2 messages.. aka advanced messages 2001-11-29 Olivier Crete * src/v7recv.c, src/response.[ch]: Support for User has added you * src/v7recv.c: Getting direct connect info for other users * src/v7login.c: Added missing header * src/gtkfunc.c: Replaced old mail display by protocol version * src/events.c, src/common.h, src/chat.c, src/gtkfunc.c, src/tcp.c, src/util.c, : Added new has_direct_connect info flag * src/sendmsg.c: fix compile warning in old code... 2001-11-29 Gregory Leblanc * gnomeicu.spec.in: Loads of updates, see included changelog. 2001-11-29 Olivier Crete * src/v7login.c: Add error watch 2001-11-29 Olivier Crete * src/v7send.c, src/v7base.[ch], src/v7login.c, src/v7newuser.c, src/gtkfunc.c: We can now cancel connect while connecting 2001-11-29 Wang Jian * configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese. 2001-11-29 Gediminas Paulauskas * src/common.h, src/gnomecfg.c, src/gtkconf.c: removed "Force messaging through server" and "Dump UDP Packets" options. * packetprint.c: remove UDP packet printing 2001-11-28 Olivier Crete * gnomeicu.spec.in: fix homepage correctly now * src/changeinfo.c, src/common.h, src/gnomecfg.c, src/gtkfunc.[ch]: Zip is now a string * src/v7send.[ch], src/v7recv.c, src/gtkfunc.[ch], src/response.c, src/sendmsg.[ch], src/listwindow.c: Added getting user info * src/v7base.[ch], src/v7send.[ch], src/v7recv.[ch]: Added requests queue * src/util.c, src/common.h, gnomeicu.[ch]: killed old misc stuff * TODO: updated * CREDITS, MAINTAINERS: I believe I can be in there ;) * HACKING: The mailing list should be there too 2001-11-28 Trevor Curtis * doc/sgmldocs.make: a bit of black magic needed to build the documentation * doc/C/gnomeicu-C.omf: the omf file for documentation building * doc/C/Makefile.am: greatly simplified this file for documentation building 2001-11-28 Jeremy Wise * src/Makefile.am: Changed gnomeicu-v7 back to gnomeicu 2001-11-27 Olivier Crete * gnomeicu.spec.in: change homepage in specfile * src/v7send.c: Switched user searching from 2000b to 2001b way * src/v7send.c, src/v7login.c: Changed popup window to log entry * src/v7recv.c: send a packet, we dont know why, but 2001b sends it * src/v7newuser.c: fix stuff hoping it will one day work.. synched to v7login.c 2001-11-26 Jeremy Wise * src/v7base.c: Fixed packet dumping issues 2001-11-26 Olivier Crete * src/v7base.[ch], src/v7login.c, src/v7send.c, src/v7newuser.c: add little-endian version gof the add_*tlv_*w fonctions * src/v7send.c, src/v7recv.c, src/response.c: Got user searching to work 2001-11-26 Olivier Crete * src/v7base.c: ifdef'ed debug g_print * src/response.[ch], src/sendmsg.c: Remove v5 stuff * src/response.[ch], src/v7recv.c, src/v7send.[ch]: Add search support (broken) * src/login.c, src/v7newuser.c: replace g_print by message boxes * src/v7send.[ch]: Add support for XML messages * src/v7recv.c: clean up function names (add v7_) * src/v7recv.c: Correct spelling 2001-11-25 Jeremy Wise * src/showlist.c: Fixed a problem with the Not In List list being shown when it shouldn't be. 2001-11-24 Gediminas Paulauskas * ui/main.glade: main interface file supplied by Emre Turkay . Not used yet. Has problems... 2001-11-24 Gediminas Paulauskas * src/applet.c: add Olivier to authors. 2001-11-24 Gediminas Paulauskas * src/applet.c, src/gnomeicu.c: replace a hack to detect panel process with correct gnorba query. Fixes #59897. 2001-11-23 Olivier Crete * src/v7send.c: Fix "every day is my birthday" bug 2001-11-23 Olivier Crete * src/gtkfunc.c: Removed "force through server" question, all messages go through the server in v7 2001-11-23 Olivier Crete * src/v7recv.c: Fix a case where messages where not received properly 2001-11-23 Olivier Crete * src/v7newuser.[ch], src/gnomeicu.c, src/util.[ch], src/Makefile.am: Adding support for regging new users, not functional yet * src/v7send.c: Fixed quitting * src/v7base.[ch], src/v7recv.c, src/v7send.c: fix reqid support * src/util.c: fixed comment.. * src/gtkfunc.[ch], src/sendmsg.c: Cleaned up old protocol stuff * src/v7login.c, src/v7newuser.c, src/v7recv.c: Gnomeified errors 2001-11-23 Gediminas Paulauskas * src/gnomeicu.c: create applet only if panel is running. 2001-11-23 Gediminas Paulauskas * ui/history.glade: Added this file, almost complete copy of current dialog. 2001-11-22 Olivier Crete * src/v7recv.c: Seeing users status 2001-11-22 Olivier Crete * src/v7login.c, src/v7recv.c: Do not quit if connection failed 2001-11-22 Olivier Crete * src/response.[ch], src/v7recv.c: cleaning up URL interface * src/v7send.c: For to type a function, removed unused var 2001-11-21 Olivier Crete * src/login.c: Changed login string to "GnomeICU $VERSION$ Product of the GNOMEICU hackers" from"ICQ corp (tm) (c) (patented)" (or something like that) 2001-11-22 Gediminas Paulauskas * src/*.c: move applet_update call into ready_set() to reduce places dependent on applet. 2001-11-21 Gediminas Paulauskas * src/applet.c: when clicked on applet, do not try to show it on current workspace -- just hide it. This was causing at least 10 reported bugs, look at #60149. However, the same is in userserver.c 2001-11-21 Olivier Crete * src/v7send.[ch], src/v7recv.c, src/sendmsg.c: Sending/Receiving urls 2001-11-21 Gediminas Paulauskas * configure.in: Add check for GNet. The following two changes should be temporary until v7 works reliaby: * src/gnomecfg.c: change Server options to Server_v7 with correct defaults, so that both client can be run. * src/Makefile.am: rename binary to gnomeicu-v7 2001-11-20 Olivier Crete * src/*lots of files*: Adding v7 support 2001-11-15 Gediminas Paulauskas A fix for #64165 * src/gnomeicu.c: setup "Not In List" tab the same as others, just don't show it. * src/showlist.c: hide the tab instead of destroying it. 2001-11-15 Gediminas Paulauskas * acconfig.h, configure.in: remove USE_RUSSIAN option, which was not respected anyway. * src/gtkconf.c: move applet options to "Interface" tab. If applet is not built, don't show them. Similarly, don't show "Enable sounds" options if ESD is not found. Arrange debug options vertically. Make spacing consistent. 2001-11-14 Gediminas Paulauskas * acconfig.h, configure.in: add gnomeui and iconv libs to GNOMEICU_LDADD. Replace iconv check with AM_ICONV. Remove NO_SCARY_EYEBALLS option. Add USE_XSCREENSAVER to config.h instead of setting CFLAGS. * src/gnomeicu.c, src/gtkfunc.c: always show progress animation. * src/server.c, src/server.h: fix warning. 2001-11-12 Gediminas Paulauskas * configure.in, acconfig.h: fix --enable-applet switch, remove obsolete things, other cosmetic changes. 2001-11-12 Robert Helgesson * configure.in, acconfig.h, src/Makefile.am: allow compiling without panel libraries. * src/applet.c, src/gnomeicu.c, src/gtkconf.c, src/gtkfunc.c: ifdef'ed out a bunch of applet specific code. 2001-11-10 Gediminas Paulauskas * src/gnomeicu.c: don't crash even if only one tcp port is allowed (thanks for Sebastian Senge) 2001-11-09 Trevor Curtis * src/common.h, src/gnomecfg.c, src/gtkconf.c, src/log.c: new option to dump the Connection History (bugzilla bug#61948) 2001-11-02 Olivier Crete * src/history.[ch], src/response.c: Add function so that it will search in history for received messages and not display them if they already have been received. Work-around for the server-side problem. 2001-11-01 Gediminas Paulauskas * src/gtkconf.c: redesigned Options dialog. No options were added or removed, just everything changed their place. 2001-11-01 Gediminas Paulauskas * src/newsignup.c: beautify welcome dialog, close it, when any button is pressed. 2001-11-01 Gediminas Paulauskas * src/sounds/: move this dir to ... * sounds/: here * configure.in, src/Makefile.am, Makefile.am: reflect the move. 2001-10-28 Olivier Crete * src/response.c: fix years in received messages' date. 2001-10-26 Gediminas Paulauskas * Makefile.am: additionally distribute HACKING, MAINTAINERS, and README.SOCKS files. * NEWS: add news from 0.96.2 "release" up till now. 2001-10-25 Gediminas Paulauskas * src/changeinfo.c: display correct age in our info, a fix from andy80@pegacity.it. 2001-10-19 George Talusan * src/applet.c, src/common.h src/gnomecfg.c src/gtkconf.c: added a new option to make the border around the applet configurable. 2001-10-15 Gediminas Paulauskas * src/gnomeicu-client.c: integrated patches from drJeckyll@hotmail.com, found in icukrell-0.1.6. Can send new commands: readmsg, sendmsg, msgcount, getstatus, icuask, onlinelist. Shows all commands if no parameters were specified. 2001-10-15 Gediminas Paulauskas * src/history.c: Only show the window after all contents were added -- it is much faster. Create search/save/clear box only when "Functions" button is clicked. Also fix a crash when showing history, thanks to George Talusan. 2001-10-08 Gediminas Paulauskas * gnomeicurc: remove this obsolete file * autogen.sh: change dependency to src/gtkfunc.c instead of removed file 2001-10-08 Gediminas Paulauskas * src/userserver.c: integrated patch from icukrell-0.1.6 , done by drJeckyll@hotmail.com. This fixes some bugs and adds three new commands: onlinelist, sendmsgmenu, and sendmsg. 2001-10-07 Chris Heywood * src/server.[ch], src/gtkconf.c, src/common.h, src/gnomecfg.c: Add option to attempt to reconnect to the server on a forced disconnection (waits 5 seconds). 2001-10-07 Gediminas Paulauskas * src/history.c: fix a crash when window is closed before all history entries were displayed. 2001-10-06 Chris Heywood * src/flash.c: fix the icons not flashing properly 2001-10-04 Gediminas Paulauskas * src/gnomeicu.c: applied patch by Emre Turkay , which splits main() into more functions. 2001-10-02 Gediminas Paulauskas * src/response.c: fix from George Talusan to fix "messages from UIN's not in the contact list are dropped regardless of the no_new_user flag" bug 2001-10-02 Gediminas Paulauskas * src/listwindow.c: patch from Nagy Ferenc Laszlo to fix #60597 2001-09-17 Gediminas Paulauskas * src/icu_db.h: re-enable DBM build. * src/history.c: fix a crash on all incomming mesages. 2001-09-17 Fatih Demir * src/history.c: Fix history crash temporarily like advised by Gediminas by removing a "g_free" call. 2001-09-08 Gediminas Paulauskas * src/gtkfunc.c, src/history.c, src/icu_db.c: added missing icu_db.h include. Now DBM builds can work again. * src/icu_db.h: disabled DBM build, because for half the year they were impossible. Need to merge text and db histories. * src/history.c: Insert colored messages, freeze text boxes when inserting (avoid flickering). If the window is opened, new messages are inserted properly into all textboxes. In history "Sent"/"Received" can be translated, date format is "the locale preferred format". 2001-09-08 Gediminas Paulauskas * src/histadd.c, src/histadd.h: removed these files, their contents were moved to history.c/h. * src/Makefile.am: removed histadd.c/h * src/gtkfunc.c: bring back Ctrl-N for "Read next". * other files: adapt to history function name and location changes. * history.c: new structure HistoryWindow which holds all information which needs to be passed around (in user_data parameter to callbacks etc.). This replaces some of set_data/get_data mess. Moved cut-n-pasted creation of 3 searchboxes into create_searchhbox function. 2001-09-05 Abel Cheung * src/GnomeICU.*: Rename zh_TW.Big5 to zh_TW . 2001-08-31 Abel Cheung * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW 2001-08-14 Kjartan Maraas * doc/C/gnomeicu.sgml: Fix a missing semi-colon after an entity. 2001-08-03 Abel Cheung * src/GnomeICU.*: Added tradtional Chinese strings. * TRANSLATABLE_FILES: New file to notify translators (is this ok???) 2001-08-03 Stanislav Visnovsky * configure.in: Added sk to ALL_LINGUAS * src/GnomeICU.desktop, src/GnomeICU.gnorba, src/GnomeICU.soundlist: Added Slovak messages from Martin Lacko . 2001-08-01 Gediminas Paulauskas * NEWS: news for release. * configure.in: bumped version number to 0.96.2 2001-07-30 Gediminas Paulauskas * src/listwindow.c/.h: replace Apply button with OK to be more convenient. Rename create_list_window to list_window_new. * src/ignore.c, src/invisible.c, src/notify.c, src/sendcontact.c, src/visible.c: update. 2001-07-27 Abel Cheung * configure.in: Added "zh_TW.Big5" to ALL_LINGUAS. 2001-07-24 Gediminas Paulauskas * src/chatdlg.c: do not set pixel value for colors. * src/common.h: removed unused structures. * src/server.c/h: removed unused FD_T aux parameter from Connect_Remote() * src/gtkfunc.c, src/sendmsg.c, ...: update to above change. 2001-07-16 Kjartan Maraas * configure.in: Added "nn" to ALL_LINGUAS. 2001-07-09 Ryan Cumming * src/tcp.c, src/response.c: Enable auto-accepting of file transfers * src/gtkconf.c: Add preferences for file transfer auto-accept * src/filexfer.c: Implemented working 'ETA' on the file transfer dialog, change the strings a bit 2001-06-29 Gediminas Paulauskas * src/gtkfunc.c: do not allow to shrink dialogs, auto-shrink non-resizable dialogs. Simplify some dialogs' button creation, remove vbox inside vbox (is it OK?). Make "Remove user" non-modal dialog. 2001-06-29 Gediminas Paulauskas * src/gnomeicu.c: patch from Kelly Price : Added option --ipaddr=IP to set our_ip, which will send over an arbitrary IP set at the command line. That will allow some of us running behind a NAT firewall with port forwarding to get direct file transfering. 2001-06-20 Stanislav Brabec * configure.in: Added ms (Bahasa Melayu) to ALL_LINGUAS. 2001-06-12 Gediminas Paulauskas * src/gtkfunc.c: include * src/gnomeicu.c: revert to use applet_widget_init -- this caused problems with panel. 2001-06-11 Gediminas Paulauskas * src/icons.c, src/icons.h: new files. They replace three following files and contain set_window_icon from gtkfunc.c and GetIcon_p/GetIcon_b functions from util.c. * src/loadpixmap.h, src/loadpixmap.c, src/pixmaps.h: removed these in favour of icons.*. * src/Makefile.am: update of renamed files. * src/gnomeicu.c: moved icon_*map to icons.c. * src/chatdlg.c, src/gtkfunc.c, src/history.c: use set_window_icon from new icons.c. * src/common.h: remove almost all local includes. * src/*.[ch]: update local includes everywhere, remove a lot of global includes. * src/applet.c: rename callback functions to end with _cb. If applet cannot be created, try to continue without applet, not exit (does not work yet). set_status menus do not have blank icons. * src/applet.h: removed unused variables/functions. * src/changeaway.c: get rid of ctrl_enter callback. clean up a bit. * src/flash.c: fix color initialization for red. * src/gnomeicu.c: never use applet_widget_init (FIXME: is this correct?) * src/gtkfunc.c: do not make textboxes default. make Send button default instead. use gnome_dialog_editable_enters instead of ctrl_enter callback. * src/kanji_conv.c/h: made some function arguments const char*. 2001-06-11 Gediminas Paulauskas * gtkspell.c, gtkspell.h: Updated from gtkspell.sourceforge.net to version 0.3.2. This allows to check texts with 8 bit characters among other fixes. 2001-06-06 Gediminas Paulauskas * src/listwindow.c: Fixed my bug: received contact were not displayed. Pass things as user_data parameter rather than set_data. 2001-06-05 Gediminas Paulauskas * src/histadd.c: entries are added with their real time, not present. * src/tcp.c (TCPTimeout): timeout question now is a question messagebox. Simplier handling of answer. Marked strings for translation. 2001-06-05 Gediminas Paulauskas * src/history.c, src/gtkfunc.c: forgot to move compare_dates to history.c... Thanks kabalak for notice. 2001-05-30 Gediminas Paulauskas * TODO: added two tasks for me. * src/history.c, src/history.h: new files, contains functions for history dialog, taken from gtkfunc.c. * src/Makefile.am: added history.c/h to SOURCES. * src/gtkfunc.c: do not include unneeded headers. Removed history code, moved stripr() to util.c, refer to history files with /home, not //home. * src/histadd.c (add_to_history): new private function, contains all common code, and add_incoming_to_history, add_outgoinging_to_history just differences. Strip '\r' from all incoming messages. Needs more work :( * src/sendmsg.c: add outgoing message to history _before_ converting to '\r' delimited text. 2001-05-18 Gediminas Paulauskas * src/changenick.c: gnomified this dialog. made cancel really revert nickname, simplified by passing contact, not looking up by uin. * src/gtkfunc.c: Don't close the dialog on read next. * src/listwindow.c: made dialog creation simplier, hide horizontal scrollbar. 2001-05-17 Stanislav Brabec * src/GnomeICU.desktop, src/GnomeICU.gnorba, src/GnomeICU.soundlist: Added Czech from Marek Kriz . 2001-05-16 Stanislav Brabec * configure.in: Added cs to ALL_LINGUAS. 2001-05-14 Gediminas Paulauskas Another 1000 lines less. At some time binary size dropped by 300kB ;). * src/listwindow.c, src/listwindow.h: new files, contain what was common in invisible, notify, send contact list, etc. dialogs. * src/Makefile.am: added them to build. removed extra GNOME_INCLUDEDIR. * src/ignore.c, src/invisible.c, src/notify.c, src/visible.c, src/sendcontact.c: use function from listwindow to create all dialogs, moved dialog functionality stuff into listwindow.c. Allow only one copy of list dialogs on screen. * src/changeaway.c, src/gtkfunc.c: create and connect to dialog signals the gnome-dialog way. * src/*.c: removed useless stuff which did nothing. 2001-05-13 Gediminas Paulauskas * src/gnomeicu.c: remove log window code from here. * src/log.c: add simplier version here, even with Clear button :) 2001-05-13 Gediminas Paulauskas * src/gtkfunc.c: extracted mass contact pane creation from icq_msgbox and icq_sendmessage_window. Create a pane only when "Multiple" button is clicked -- so reply or send message window appears faster. 2001-05-12 Gediminas Paulauskas * src/gtkfunc.c: random simplification. removed build_mass_list from here. * src/showlist.c: added it here and simplified, because code and online/offline lists can be shared with main list. 2001-05-12 Gediminas Paulauskas Removed 1411 lines of code ;). * src/*.c: removed lots of gtk_widget_ref/unref nonsense. * src/gtkfunc.c: #ifdef GNOME_ICON left only in one place -- easier to read. replaced clear_pointer() with gtk_widget_destroyed which is identical. * configure.in: fixed check for gnome_window_icon. 2001-05-05 Gediminas Paulauskas Find pixmaps even when installed in other prefix that gnome. * src/Makefile.am: define GNOMEICU_DATADIR. * src/gnomeicu.c, src/gtkconf.c, src/loadpixmap.c: use GNOMEICU_DATADIR instead of gnome_unconditional_datadir_file. * src/search.c (create_image): removed unused function. 2001-03-07 Jeremy Wise * src/util.c: Changed "N/A" to "Not Available" 2001-03-05 Jeremy Wise * src/userserver.c: Committed patch from drJeckyll to add a few features to gnomeicu-client * src/server.c: Committed patch from Lyonel Vincent to keep ICU from crashing if the DNS can resolve the ICQ server's host, but cannot connect to it. * src/server.c: ICU now plays nice when you log onto ICQ from another machine. 2001-02-28 Jeremy Wise * src/server.c: Small fix to allow program to run on Solaris 2001-02-28 Gediminas Paulauskas Small code fixes, no features. * src/Makefile.am: build . dir before sounds. * applet.c: In applet show icon for first message rather than last. applet_update used only boolean parameter. * flash.c: use static colors instead of creating new ones. * loadpixmap.[hc]: init_pixmaps takes no arguments. * util.[ch]: (get_status_str): new function returns status string given status. * some *.c: Use functions instead of several copy/paste switches. And changes for calling above change functions. Simplify... * gnomeicu.c: "--noapplet" are not translatable. ******************* * Released 0.96.1 * ******************* 2001-02-27 Gediminas Paulauskas * src/gtkfunc.c: two strings for translation. Some comments -- notes about duplicated code... 2001-02-26 Jeremy Wise * src/response.c: Added feedback when search is finished, actually eliminated the crashing (boy i hope, anyway). 2001-02-26 Jeremy Wise * src/search.c, src/gtkfunc.c, src/response.c: Moved all of the user searching functionality to src/search.c, and cleaned up some of the issues with it. Hopefully, when I get done, GnomeICU won't crash anymore! That's the goal anyway :-) ***************** * Released 0.96 * ***************** 2001-02-24 Ryan Cumming * src/tcp.c: Include uncompleted bytes in a skipped file towards the total bytes completed sum. * src/gtkfunc.c: Don't crash if the user tries to view a file request that the other side timed out on. * src/response.c, src/tcp.c: Don't play the chat request sound when we receive a file request. * src/dirbrowser.c: Title the 'add files' file selector "Send File(s)", not "Load File(s)". 2001-02-24 Olivier Crete * src/chatdlg.c: fix for icon for chat window 2001-02-23 Jeremy Wise * gnomeicu.spec.in: Changed the required gnome-libs to 1.2.0, which should have been done AGES ago! 2001-02-23 Olivier Crete * src/chat.c: Error in protocol description... * src/chatdlg.c: Icon for Chat Window * src/gtkfunc.c: fix for bug... Dont ask me what the bug was... 2001-02-22 Ryan Cumming * src/tcp.c: Fixed one free()'d memory access, and a socket that was set to non-blocking when we expected blocking behavior. Should make file transfer ever so slightly less flakey. 2001-02-15 Jeremy Wise * src/ignore.c: Contacts now reappear when and where they're supposed to appear. 2001-02-14 Jeremy Wise * src/gtkfunc.c, src/showlist.c: Fixed errors with removing contacts Did i reintroduce a memory leak? This can be looked into later, but at least it doesn't appear to be crashing... * src/showlist.c: Fixed it again :) 2001-02-12 Jeremy Wise * src/gnomeicu.c: Fixed the -a command line option that I broke yesterday :-/ * src/applet.c: Got rid of unused variables cx and cfnp *** RELEASE 0.95.2 2001-02-11 *** 2001-02-11 Jeremy Wise * src/showlist.c: Fixed issue with flashing icons on wrong row. * src/gnomeicu.c: Fixed -u command line option so it now works again. :-) * src/gnomeicu.c, src/applet.c: Now you can sign up new accounts again!! Silly bugs like this are a pain :-) *** RELEASE 0.95.1 2001-02-11 *** 2001-02-06 Jeremy Wise * src/gnomeicu.c: Changed the timeout for KEEP_ALIVE packets from 120 seconds to 60 seconds. This may increase the reliability for connecting through firewalls. 2001-02-06 Marius Andreiana * configure.in: Added ro (Romanian) to ALL_LINGUAS. 2001-02-05 Jeremy Wise * src/events.c: It will no longer beep whenever someone goes offline. I found this kinda annoying and depressing, as did other people. :-) 2001-02-03 Jeremy Wise * src/events.c, src/gtkfunc.c: Fixed the section which runs external programs. Now, instead of running whatever's entered, the arguments are static: user's current status, contact's uin, and contact's nickname. 2001-02-01 Jeremy Wise * src/showlist.c, src/gtkfunc.c: Fixed the issue with online/offline events not doing anything (because UIN==0) 2001-01-27 Jeremy Wise * src/showlist.c: Fixed a couple of bugs that were added recently, and commented the code so one can read it and figure out what's going on :) 2001-01-25 Jeremy Wise * src/showlist.c: If the contact goes offline, they're added to the top of the offline list instead of the bottom * src/response.c: Fixed the read next button issue that was recently introduced :) 2001-01-22 Gediminas Paulauskas * src/gtkfunc.c, src/responce.c: fixed read_next button sensitivity. removed unneeded casts. 2001-01-22 Richard Hult * src/gtkfunc.c (show_info_new): Don't free the static array, and it also helps not too free the same string 4 times. 2001-01-22 Gediminas Paulauskas * gnomeConf.sh src/.gtkrc src/brazil.h src/english.h, src/russian.h: Removed old unused files. * po/POTFILES.in src/Makefile.am: removed them from these. 2001-01-22 Gediminas Paulauskas * common.h, *.c: added #define kontakt ((CONTACT_PTR)contact->data) to make code easier to read. Done similar for other long casts, but local to functions. Removed lots of duplicating or unneeded checks, moved a lot cut'n'paste code to functions. Or removed. Simplified a lot, optimized. Mostly worked on code that works with contacts, did not touch any GUI stuff. Added a bunch of FIXME's where I didn't know if it is good. Ensure that everywhere uin are of type UIN_T. * util.c/h: new function: Find_User( uin ). Replaced lots of cut'n'paste code which just searched for a user by uin with a call to this :) Add_User now returns pointer to just added contact. And, if name is NULL, makes name from uin. * common.h: USER_INFO_STRUCT resized from 300 to 280 bytes by allocating only needed amount of bits for integers. The same with Contact_Member -- from 176 to 136 bytes. Removed true_status from it. * events.c: allow beep even if SOUND is not defined. Follow the same rules for beep as for sound. * *.c: make sure shortcut is always updated. If changes status of one user in list, update only it, not all list (call Update_Contact_Style). * gtkfunc.c: use get_contact_from_clist() instead of cut'n'paste contact get code. Destroy shortcut when user removed. * rus_conv.c: make check first thing, to save non-russain user's time... * showlist.c/h: removed ContactListMember structure -- fix the leak. Use simple list for Offline and Online. Almost completely rewritten ;-) new functions: Which_List and Update_Contact_Style. * applet.c: translate status in tooltips. * response.c, showlist.c/h: correctly handle MAC and 99_A status. Result: 50 kilobytes less code, improved speed, memory usage and readability. Fixed contact lists. 2001-01-20 Olivier Crete * src/chatdlg.c: Add scrolledwindow to IRC mode and away functionality * src/chat.c, src/chatdlg.c: Tried to fix crash reported by Thomas Rast * src/gtkfunc.c: Fix a bug with the reply window and a bug in the multiple recipients from the reply window 2001-01-19 Jeremy Wise * src/server.c: Patch from Chipzz to fix SOCKS5 support. 2001-01-16 Jeremy Wise * src/applet.c: Got rid of the icons on the change status menu because Gnome doesn't handle them properly, and they weren't being installed anymore. Unless we can find a more dynamic way to do this, we'll have to go with blank images :-/ 2001-01-16 Gediminas Paulauskas * src/gnomecfg.c, gtkfunc.c: use g_list_prepend instead of append. 2001-01-16 Gediminas Paulauskas * src/gtkfunc.c: (display_mess_history) in plain text constructing, put strdup() back (removed it yesterday). check if history entry is Sent or received and insert it only into appriopriate textbox. 2001-01-16 Gediminas Paulauskas * src/applet.*: pass arguments as parameter to make_applet. * src/applet.c, src/gnomeicu.c: connect to "delete_event" signal instead of "destroy". This fixes crash on logout/remove from panel. * src/flash.c: move wintitle into comment :) 2001-01-14 Olivier Crete * src/gtkfunc.c: Sent focus to textbox in reply window so that keypad enter key doesnt cancel the messages 2000-01-14 Jeremy Wise * src/about.c: Updated the copyright information. 2001-01-14 Gediminas Paulauskas * src/gnomecfg.c (sort_compare), src/util.c (get_country_codes): use strcoll instead of strcmp for sorting. 2001-01-14 Gediminas Paulauskas * src/util.c: sort countries list. prepend to timezone and country lists instead of append. 2001-01-14 Gediminas Paulauskas Lots of leaks fixed. * src/gnomecfg.c, src/gtkconf.c, src/gnomeicu.c, src/gtkfunc.c, src/response.c, src/sendmsg.c, src/showlist.c: free some strings or do not alloc them. added FIXME's for places I couldn't fix. Removed whitespace at end of lines. * src/gtkfunc.c: (set_window_icon) new function, which sets the icon on window and frees it's path. Use it instead of all gnome_window_icon_set_from_file calls. (icq_sendmessage) pass dialog to it and destroy it. (display_mess_history) listed_history hopefully is freed completely. (send_url_window) destroy urlinfo on window close. * src/loadpixmap.c: rewritten, but works the same. removed lots of variables and copy&paste code: use one function (init_one_pixmap) instead. (make_file_path_theme) free all strings, simplified to easily check for a file. Do not crash on session logout: * src/gnomeicu.c: changed signal from "destroy" to "die" ;-). * po/Makefile.in.in: removed autogenerated file. 2001-01-12 Jeremy Wise * icons/Default, icons/OldSchool: Moved the old Default icons to OldSchool, and moved Jeff Waugh's Experimental New Default to Default. His icons look better, smell better, and even cook steak. Don't email me to find out how ;) 2001-01-03 Gediminas Paulauskas * src/gtkspell.c: removed orig_mouse from popup_menu and callback, do nothing if any button other than right is pressed. Do not check again which button in callback. Removed extra whitespace, replaced spaces with tabs. Changed button_press_intercept_cb to match prototype. * src/kanji_conv.c: #include , move #include to top. * applet.h: moved #define __APPLET_H__ to top. 2000-12-14 Takuo KITAME * src/kanji_conv.c: remove compile warnings. 2000-12-04 Olivier Crete * src/gtkfunc.c, src/tcp.c: Little bugs in mpchat.... 2000-11-22 Olivier Crete * src/chat.c, src/chat.h, src/chatdlg.c, src/chatdlg.h, src/common.h, src/gnomecfg.c, src/gtkfunc.c, src/response.c, src/response.h, src/tcp.c, src/tcp.h, src/util.c, src/userserver.c: New and improved chat code, with multi-party chat support! 2000-11-21 Gediminas Paulauskas * src/applet.[ch]: added applet_remove(). * src/gnomecfg.c: applied patch from Andrei Zmievski "the status notification toggle is now saved." * src/gnomeicu.c: declare window_save_size. * src/gtkfunc.c: remove applet from panel and die with applet_widget_gtk_main_quit(). 2000-11-20 David Tabachnikov * src/gnomeicu.c: Fixed the window-returning-to-previous size on changing status bug. * src/chat.c: Fixed the keypad bug. 2000-11-15 Jeremy Wise * src/sendmsg.c: Fixed problem when sending through another server so it doesn't constantly log off and back on :-) 2000-11-09 Ryan Cumming * src/filexfer.[ch], src/tcp.[ch]: Finally merge my old file transfer tree in 2000-11-09 Ryan Cumming * A few delayed file transfer fixes ;) 2000-11-07 David Tabachnikov * src/sendmsg.c: Fixed birthday bug 2000-11-06 Jarkko Ranta * added fi to ALL_LINGUAS. 2000-11-01 David Tabachnikov * src/gtkfunc.c: Had a = instead of a ==, oops. 2000-10-30 David Tabachnikov * src/flash.c: Moved the shortcut update into the clist update. * src/gtkconf.c: Added a check for filename, so it won't crash on broken installs. * src/util.c: Fixed a compile warning. 2000-10-28 David Tabachnikov * src/gtkfunc.c, src/gtkconf.c, src/response.[ch]: Made the shortcut update upon theme switches, fixed a bug with having the wrong clist open and selecting History from the shortcut, made drag'n'drop to the shortcut work. * src/response.c: Opps, a wrong printf. * src/gtkconf.c: Fixed a crash. * src/flash.c: Made event flashes in the applet work. 2000-10-27 David Tabachnikov * src/gtkfunc.c, src/response.[ch]: Added a shortcut window for contacts * src/utils.c: Fixed a bug in the conact finding. 2000-10-27 Chris Heywood * src/userserver.c, src/gnomeicu-client.c: Added ability to make the GUI popup event dialogs from gnomeicu-client 2000-10-26 Takuo Kitame * src/kanji_conv.[c,h]: rewrote. * src/gtkfunc.c, src/histadd.c, src/sendmsg.c, src/tcp.c: kanji_conv -> kanji_conv_to_locale_s, kanji_conv_strdup -> kanji_conv_auto * src/gtkconf.c: _("Kanji EUC<->SJIS translation") -> _("Kanji Locale<->SJIS translation") 2000-10-24 Jeremy Wise * configure.in: Removed src/xpms/Makefile * icons/Default/gnomeicu-[message|file].png: New icons * icons/Default/many pngs: Changed the appearance of the set for reasons of consistency 2000-10-24 David Tabachnikov * src/tcp.c, src/filexfer.c: Minor changes. * src/gtkconf.c: Made it so you can't open 2 prefs dialogs. 2000-10-23 Seth Burgess * icons/Default/gnomeicu-file.png * icons/Default/gnomeicu-message.png: Resaved as 8-bit RGBA rather than 2 bit indexed. 2000-10-22 David Tabachnikov * src/gnomeicu.c: Added gtk_set_locale() 2000-10-21 Jeremy Wise * src/xpms/gnomeicu-[message|file].xpm, icons/Default/gnomeicu-[message|file].png: Changed the color of these icons 2000-10-21 David Tabachnikov * src/gtkconf.c: Added a scrolled window to the theme list. * src/gnomeicu.c, src/menus.h: Removed the XPMs. 2000-10-20 David Tabachnikov * src/loadpixmap.[ch], src/gnomeicu.c: Made the animation fall back to the default. * src/gtkconf.c, src/loadpixmap.c: Made it look in ~/.icq/icons for themes as well. * src/gtkconf.c: Changed "(default)" to "Default", and fixed a bug where it wouldn't find themes if there is no ~/.icq/icons/, Added a theme info label. * icons/*/Makefile.am: Made it install the gnomeicu-info file. 2000-10-19 Jeremy Wise * src/flash.c: If user is in DnD mode, messages don't flash 2000-10-19 David Tabachnikov * src/common.h, src/gnomeicu.[ch], src/gtkconf.c: Made the GnomeAnimator recreate when required. * src/loadpixmaps.c: Changed file names, and made "Default" work fine. * src/icons/Default/Makefile.am, src/icons/Eyeballs/Makefile.am: Changed the names to the standard name. * src/dirbrowser.c: Fixed a compile time warning. 2000-10-18 David Tabachnikov * src/common.h, src/gnomeicu.c, src/gnomecfg.c, src/loadpixmap.c, src/gtkconf.c, src/gtkfunc.c, configure.in: Ported part of hte code to gdk_pixbuf, and added icon theme support. * src/gnomeicu.c: Made the still-scary-eyeballs update. 2000-10-17 Jeremy Wise * src/chat.c: Changed size of chat buffer from 256 to 512 to avoid overrun * src/gtkfunc.c: Fixed Ctrl-C bind so it no longer cancels the message * icons: Added the beginnings of icon sets. Also created Makefiles to properly copy them in during installation * src/gtkconf.c, src/loadpixmap.c: Changed the default location to gnomeicu/icons instead of gnomeicu so we don't mess up the gnomeicu directory too badly 2000-10-16 Jeremy Wise * src/applet.c: Fixed applet tooltip so it now shows who the next message is from if there's one (or more) in the queue 2000-10-15 Jeremy Wise * src/gtkconf.c: Fixed bug with webpresence toggle always being set * src/gtkconf.c, src/tcp.c, src/gnomecfg.c: Added option to refuse messages from unknown contacts (patch from Chris Heywood) 2000-10-08 Jeremy Wise * GnomeICU 0.94.1 Released * src/chatdlg.c: Applied patch from Chris Heywood (ever hear of hotmail, Chris? :)) to change scrollbar policies in chat * src/gtkfunc.c, src/icu_db.[ch]: Applied another patch to fix history (this was from Chris, too) * doc/C/Makefile.am: Removed the line that copied book1.html to index.html because it wasn't necessary * doc/C/gnomeicu.sgml: Commented out the LEGALNOTICE section, because it was causing errors... Anyone know how to properly do this, or will the new documents fix it anyway? * src/sendmsg.c: Fixed the UDP message sending bug! * src/gtkfunc.c: Fixed warning with more_button not being set as data on button1 * src/gtkconf.c: Changed tool-tips to Tooltips 2000-10-12 David Tabachnikov * src/applet.c: Made it substract 4 only if the panel size is less then 36. Changed "Options" to "Preferences". * src/gtkfunc.c: Removed the rest of the strsep's. * src/gtkconf.c: Changed "Options" to "Prefernces" * src/gnomeicu.c, src/gtkfunc.c, src/gtkconf.c, src/gtkspell.[ch]: Made ispell start/stop as expected. 2000-10-10 David Tabachnikov * src/gtkfunc.c: Added a "Lists" submenu. * src/util.c: Added get_contact_from_clist(); 2000-10-09 David Tabachnikov * src/gtkfunc.c: Changed "More" to "Multiple" and made it a toggle button. * src/gtkfunc.c: Switched "Multiple" and "History" 2000-10-08 Jeremy Wise * src/menus.h: Changed "Options" to "Preferences" 2000-10-08 Olivier Crete * src/gtkfunc.c, showlist.c: Fixed leaks * src/gtkfunc.c: Added option to delete file once its has been viewed 2000-10-08 David Tabachnikov * src/gnomeicu.c: Made ispell not start if spelling is disabled. 2000-10-07 Jeff Waugh * src/applet.c: Cleaner support for different panel sizes 2000-10-06 Olivier Crete * src/gtkfunc.c: replaced strsep with strtok for added portability * src/gtkfunc.c: added support for mice with more than 5 buttons 2000-10-05 David Tabachnikov * src/applet.c: Added a "Change Status" menu 2000-10-04 David Tabachnikov * src/dragdrop.c: Made drag'n'drop not accept files to offline users. * src/chat.c: Made chat sessions leave a mark in history. * src/responce.c: Made all events pop up if auto-popup is checked. * src/gtkfunc.c: Changed "Reply" to "Send" * src/sendcontact.[ch], src/gtkfunc.c: Made the send/recieve contact show the nick of the other person. * src/histadd.c: Added a check for empty history entries. 2000-10-03 David Tabachnikov * src/gtkfunc.c, src/tcp.c: When recieved files, add an option to open the file with the default "Open" action. * src/gtkfunc.c: Fixed a segf in that code. * src/applet.c: Fixed a spelling mistake in "Occupied", and added invisible. * src/flash.c: Changed the sprintf to g_strdup_printf. * src/search.c: Fixed a segf when adding users. * src/tcp.c: Made file transfers leave a mark in history. 2000-10-02 Jeremy Wise * src/gtkfunc.c: Changed GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC 2000-10-02 David Tabachnikov * src/search.c: Made GnomeICU prompt when adding users. * src/gtkfunc.c: When dragging a file from GMC to a contact, now adds it to the list. * src/dragdrop.c, src/gtkfunc.[ch]: Support dragging multiple files from GMC. 2000-10-01 GnomeICU DevTeam * GnomeICU 0.94 Released 2000-09-25 Jeremy Wise * src/gtkfunc.c: Rewrite config file after a user is added to the list (Rune Elvemo) * src/tcp.c: Fixed a memory leak in file transfer code (is this file xfer code outdated?) 2000-09-10 David Tabachnikov * src/gtkspell.c: Fixed an annoying bug. * src/gtkconf.c: Fixed a bug with the GtkTable. 2000-08-26 Ryan Cumming * src/common.h, src/gnomecfg.c, src/tcp.c, src/util.c: Removed some unused members of the contact struct * src/tcp.c: Say 'File Transfer Completed'. * src/tcp.[ch], response.c: Fixed three memory leaks and Two possible crashes. Changed file transfer refusals to match ICQ protocol. * src/common.h, src/msg_queue.c: Fix memory leak in msg_queue_clear() and remove the unused tcp_text_queue memeber from the contact struct. 2000-08-25 Ryan Cumming * src/filexfer.[ch]: Removed ETA from dialog * src/gtkconf.c: Fixed a crash with the options dialog * src/tcp.c: Removed an include of pthread.c 2000-08-24 Alastair McKinstry * configure.in: ALL_LINGUAS: Added Irish translation (ga). 2000-08-15 Takuo Kitame * src/tcp.c: kanji_conv() removed (move to other positions) * src/sendmsg.c (icq_sendurl): convert URL desc string with kanji_conv. (search_start): nick, first and last convert/free in search_start * src/kanji_conv.c (kanji_conv): fix leaks, hopefully stable. * src/histadd.c: kanji convert support * src/gtkfunc.c: kanji_conv before gtk_text_insert(only needed place). kanji_conv breaks no any other languages if toggles->kanji is FALSE. 2000-08-10 Olivier Crete * src/dirbrowser.c: Fixes a crash with adding a file to the send dialog. remind me what does it do... fixes a crash on adding a file to sending... (uses the wrong variable) err... previous sentence didnt make sense... blaem the beer 2000-08-10 David Tabachnikov * src/gtkfunc.c: Fixed some of Ryan's and Olivier's compile warnings. 2000-08-09 Olivier Crete * src/histadd.c: improve perf when adding to opened history * src/gtkfunc.c: Added a new web message dialog. Compile warnings will be removed later. 2000-08-07 Olivier Crete * src/gtkspell.c: Hopefully fixed the GtkSpell text duplication bug. And fixed the prototypes. 2000-08-07 Takuo Kitame * src/kanji_conv.[ch]: New function kanji_conv_strdup() * src/response.c: Removed all kanji_conv() calling, it's moved into tcp.c (low layer). Cos it's seems more stable. * src/sendmsg.c: kanji_conv() related fix. * src/tcp.c: call kanji_conv() in TCPAckPacket() and TCPProcessPacket() when toggles->kanji is on. * src/gtkconf.c: hide Japanese trans checkbox when not defined HAVE_ICONV 2000-07-24 Jeremy Wise * src/tcp.c, src/dialog.[ch], src/server.c, src/gtkfunc.c: Removed OK_Box() and replaced it with gnome_*_dialog() counterparts 2000-07-24 John Conneely * src/common.h, src/gnomecfg.c, gtkconf.c, src/responce.c: Added online notification of users changing from NA/Away to Online. 2000-07-24 Ryan Cumming * src/tcp.[ch], src/gtkfunc.c, src/dirbrowser.[ch], src/filexfer.[ch], src/response.c: Made the batch transfer work, and lots of file transfer fixes. 2000-07-13 Olivier Crete * src/gtkconf.c: Made the "auto-away" configuration use a GtkTable instead of a GtkVBox. 2000-07-10 Jeremy Wise * src/gtkspell.c: More work on URL recognition and fixed some memory problems with GtkSpell's allocation 2000-07-11 David Tabachnikov * src/gtkspell.c: Added the begging of supprot of clicking on URLs. This is very much work in progress. 2000-07-10 David Tabachnikov * src/common.h, src/gtkconf.c, src/gnomecfg.c, src/gtkfunc.c src/gnomeicu.c, src/gtkspell.c, src/gtkspell.h, src/Makefile.am: Added spell checking. 2000-07-09 David Tabachnikov * src/gnomeicu-client.c: Change the help message a bit. 2000-07-09 Olivier Crete * src/search.c: Fixed the "add-too-fast" bug. (#14046) 2000-07-07 David Tabachnikov * src/common.h, src/gtkfunc.c, src/gnomecfg.c, src/events.c: Added an option to not play soudns when not online. 2000-07-06 David Tabachnikov * src/tcp.c: Made the "cannot send direct" dialog write the nick name. 2000-06-28 Luke Murray * src/gtkconf.c: move the connect to server on startup option to the networking tab 2000-06-28 David Tabachnikov * src/tcp.c: A fix to Jones' code to make it compile with the latest CVS. 2000-06-28 Martin Norbäãk * src/gnomeicu.c: Changed "Online" and "Offline" to make it possible to translate correctly. 2000-06-28 Chris Jones * src/*: added gtk_window_set_wmclass() calls for every dialog. Window managers should now be able to differentiate between the dialogs so you can remember their positions properly. 2000-06-28 Ryan Cumming * src/gtkfunc.c, src/common.h, src/tcp.[ch], src/gnomecfg.c, src/responce.[ch], src/userserver.c/util.c: Moved file transfer data out of contact struct, Removed multithreading, made file transfer code use GTK+ event model, Prepare for batch file transfers, Lots of other changes to the file transfer code. 2000-06-27 David Tabachnikov * src/gtkfunc.c: Fixed a bug with drag'n'drop of files. 2000-06-26 David Tabachnikov * src/gtkfunc.c: Made GnomeICU warn before sending more then 450 chars, through server. 2000-06-26 Luke Murray * src/gtkconf.c, src/gnomecfg.c, src/gnomeicu.c, common.h: Added a option to not connect on startup 2000-06-22 Jeremy Wise * configure.in: Changed -lpthread to $PTHREAD_LIB for compatibility reasons on various platforms 2000-06-15 Luke Murray * src/gtkfunc.c: made anyone online be at the top of the mass send list, well David practicly did it :) thanks heaps 2000-06-10 Luke Murray * src/gtkfunc.c: added more colors and pixmaps for away, N/A, invisible etc. in the mass send list 2000-06-09 Jeremy Wise * src/dialog.c: Changed OK_Box to use gnome_ok_dialog() 2000-06-09 Christopher R. Gabriel * src/GnomeICU.gnorba: added italian translation * src/GnomeICU.desktop: Likewise * src/GnomeICU.soundlist: Likewise 2000-06-06 David Tabachnikov * src/applet.c: Made the applet's tooltip show the status of the contacts. And fixed hiding of tooltips. 2000-06-02 Jesus Bravo Alvarez * configure.in: Added pt (Portuguese) to ALL_LINGUAS 2000-05-31 Jeremy Wise * src/tcp.c, src/gtkfunc.c: Force message through server button in send message window now behaves as it should 2000-05-30 Jeremy Wise * src/gtkfunc.c, src/response.c: Added AIM style chat ability 2000-05-29 Jeremy Wise * src/tcp.c: Fixed file transfer bug * src/userserver.c: Fixed status changing problem going from offline to an online status * src/response.c: Hopefully fixed CPU hog bug in User_Offline 2000-05-28 Jeremy Wise * src/tcp.c, src/chat.c: Changed a few protocol errors 2000-05-28 David Tabachnikov * src/tcp.c: Last milisecond fix in the file sending, to prevet some of the canceling crashes. * src/gtkfunc.c: Made the mass-send preselect the contact that was selected. * src/gnomeicu.c, src/gnomecfg.c, src/gtkconf.[ch], common.h, autoaway.[ch]: Added configurability to Auto away. 2000-05-27 Jeremy Wise * src/gtkfunc.c: Fixed small bug with pulling up history * src/sendmsg.c: Send status change twice * src/gtkfunc.c: Few more fixes for history: give focus to the search entry, pressing enter in the search entry starts the search * src/gtkfunc.c, src/util.c: Support for web messaging instead of showing up as UIN 10 2000-05-26 Jeremy Wise * src/gtkfunc.c: Fixed problem with beeping/generating sounds when spacebar is pressed while typing a message * src/showlist.c: Fixed bug that messed up flashing messages for offline users * src/histadd.c, src/gtkfunc.c: Messages are now added to the user history window if it is open when a message comes in or goes out 2000-05-26 David Tabachnikov * src/showlist.c: Fixed the contact list sorting * src/gnomecfg.c: Changed sort toggle list to default ON because it's fixed * src/gtkfunc.c: Made the search display a dialog once nothing more is found. Also fixed drag'n'drop of URLs. Now it sets the url entry correctly. 2000-05-25 Jeremy Wise * src/gnomecfg.c: Changed sort toggle list to default OFF because it's broken * src/gnomecfg.c, src/tcp.[ch], src/chat.c: Fixed the TCP bugs for real this time. The TCP handling was completely redone, and sending messages through the server now works properly. * src/applet.c: Fixed the problem with the vertical applet 2000-05-24 Jeremy Wise * acconfig.h, configure.in, src/Makefile.am, src/common.h, src/gnomecfg.c, src/gtkconf.c, src/kanji_conv.[ch], src/response.c, src/sendmsg.c: Applied patch from Takuo Kitame to convert to japanese characters. * src/histadd.c: Messages with future times are changed to the current time before being added to the log * src/tcp.c: Temporary TCP fix for send through server crash * src/tcp.[ch], src/common.h: Beginnings of the real TCP fix 2000-05-24 Martin Norbäãk * chat.c: reverted change from int to socklen_t because this breaks compilation on solaris 2000-05-24 Herbert Valerio Riedel * src/tcp.c, src/gtkfunc.c, src/chat.c, src/common.h, src/chatdlg.h, src/changenick.h, src/autohide.h: a bit of ANSI-C-yfication 2000-05-20 David Tabachnikov * src/common.h, src/gtkconf.c, src/gnomecfg.c, gnomeicu.c: added support for sorting the online contact list. 2000-05-19 David Tabachnikov * src/tcp.c: Corrected some of the code that was lost in the CVS problem. 2000-05-17 David Tabachnikov * src/tcp.c: Fixed a bug where the file transfer thread would crash if you close the file transfer window. 2000-05-16 David Tabachnikov * src/tcp.c: Made files send in a separate thread. 2000-05-14 Jeremy Wise * src/showlist.c: After last person on Not In List tab is removed, the focus returns to the Online tab, not the Offline. 2000-05-15 David Tabachnikov * src/gtkfunc.c: Added keyboard accelerators to the Send Message and Reply dialogs. * src/loadpixmap.c, src/gtkfunc.c: Made dialogs icons match the action. 2000-05-13 David Tabachnikov * configure.in, config.h.in, src/gnomeicu.c: Added an icon for gnomeicu in the gnome taskbar. 2000-05-12 David Tabachnikov * src/changeinfo.c: Made the birthday field use GNOME Date Edit. 2000-05-11 Jeremy Wise * src/util.c, src/responce.c: Fixed a connection bug. 2000-05-09 David Tabachnikov * src/gtkfunc.c: Made online contacts green in mass send. 2000-05-08 Jeremy Wise * src/applet.c: Modified coding style, in preperation for 0.93. 2000-05-07 Andreas Hyden * src/gtkfunc.c: Marked two strings for translation. 2000-05-07 Gediminas Paulauskas * src/gtkfunc.c: Made new and functional Authorization Request dialog * src/gtkfunc.c, src/gtkconf.c: marked all neccesarry strings for translation 2000-05-05 David Tabachnikov * src/gtkfunc.c: Added mass-send to the replay dialog, and added some comments. 2000-05-04 David Tabachnikov * src/gtkfunc.c: Added mass-send aka sending a message to multiple people. 2000-05-02 David Tabachnikov * src/applet.c, src/autohide.c: Made gnomeicu hide if timeout, and not move to current desktop 2000-04-30 Jeremy Wise * src/applet.c: Modified David's change just a tad to move the window to the current workspace if it's not there 2000-05-01 David Tabachnikov * src/applet.c: Fixed a bug, when sawmill didn't hide the gnomeicu window if it was on another workspace 2000-04-28 David Tabachnikov * src/gtkfunc.c: Fixed a bug with the history which caused it to find only the first match. 2000-04-26 David Tabachnikov * src/sendmsg.c: Made urls add better entries in history. 2000-04-25 David Tabachnikov * src/gtkfunc.c: Added searching in the history * src/gtkfunc.c: Fixed a bug with the quote button that caused GnomeICU to crash if the selection was backwards, And fixed the cursor position, when quoting. 2000-04-17 David Tabachnikov * src/histadd.c: Added coloring for message history * src/gtkfunc.c: Added quote button 2000-04-15 Fatih Demir * src/GnomeICU.soundlist & src/GnomeICU.gnorba : Added the Turkish entries . 2000-04-13 David Hepkin * src/awaymsglist.[ch], src/gnomecfg.c, src/gtkconf.c, src/changeaway.c, src/common.h, src/Makefile.am: Added a list of 10 away messages that the user can save and quickly choose from when changing their away message. 2000-04-10 Kjartan Maraas * src/GnomeICU.soundlist: Added Norwegian translation. 2000-04-08 Jesus Bravo Alvarez * configure.in (ALL_LINGUAS): Added Galician (gl). * src/GnomeICU.desktop src/GnomeICU.soundlist: Added Galician entries. 2000-04-07 Jeremy Wise * src/gnomeicu.c: Fixed problem with drag'n'dropping the first contact on the CList * src/applet.c: Fixed the panel resizing issues 2000-04-04 Fatih Demir * src/GnomeICU.desktop : Added the Turkish translation . 2000-04-03 Jeremy Wise * src/applet.c: Fixed panel sizing issues 2000-04-02 Pablo Saratxaga * configure.in (ALL_LINGUAS): added Catalan language 2000-03-31 Jeremy Wise * src/tcp.c: Hopefully fixed the sigsegv problems related to sending messages to people behind firewalls 2000-03-30 Jeremy Wise * src/histadd.[ch], src/response.c: Messages that come through the server and were sent while offline now save proper time/date in user history. * src/gtkfunc.c: Fixed crash problem when searching for a contact 2000-03-20 Pablo Saratxaga * configure.in,po/lt.po: added Lithuanian language file 2000-02-15 Martin Norbäãk * src/gnomeicu.c: added sigpipe handler to save config * src/common.h, src/gnomecfg.c, src/gtkconf.c, src/rus_conv.c: added option for russian conversion, instead of _always_ doing it (this broke all iso8859-1 languages...) 2000-02-15 Timur Bakeyev * src/Makefile.am: Add @INTLLIBS@ to list of libraries - we need it if libintl installed systemwide. * configure.in: Add "meaningless" messages to options that gave yes/no without explanation. 2000-01-24 Dmitry S. Sivachenko * Added russian translation. 2000-01-18 Jeremy Wise * src/search.c: Fixed back/next problems, especially with the entries 2000-01-17 Jeremy Wise * src/response.c, src/gtkfunc.c: Fixed the behaviour of the read next buttin * src/gnomeicu-client.c, src/userserver.c: Redid naming scheme of sockets so you can now have multiple gnomeicus running and then specify which to connect to * src/gnomeicu.c: Fixed dragging segv * src/showcontact.c: Dragging everyone off the "Not In List" CList now closes the tab 2000-01-16 Jeremy Wise * src/sendcontact.c: Mihs provided a patch to fix multiple entries in the Lists * src/tcp.c: Removing a user before a message is sent shouldn't crash the program anymore 2000-01-15 Jeremy Wise * src/userserver.[ch], src/gnomeicu-client.c: Added along with the functionality of gnomeicu-client, a command line program for sending commands to a running GnomeICU program :-) 2000-01-14 Jeremy Wise * src/response.c, src/showlist.c: Main list refreshing enhanced/fixed * src/gtkfunc.c, src/gnomecfg.c, src/common.h: Added per contact option to force messages through server * src/rus_conv.[ch]: Back by popular demand!! * src/gtkconf.c, src/gnomecfg.c, src/common.h: Auto-popup msgs * configure.in, src/gtkfunc.c, src/gnomeicu.c: Added the option for --without-scary-eyeballs :-) 2000-01-13 Jeremy Wise * src/webpresence.c, src/gtkfunc.c, src/response.c: Fixed Auth reporting bug - Setting and retrieving authorization is working correctly 2000-01-12 Mark Crichton * src/autoaway.c: Added call to XScreenSaverQueryExtension before we make all the Ext calls. 2000-01-12 Jeremy Wise * src/xpms/gnomeicu-[nomess|chat2].xpm: Removed * src/gtkconf.c, src/gnomecfg.c, src/gtkfunc.c: Added option to make reply window always "full" 2000-01-11 Jeremy Wise * src/tcp.c, src/gtkfunc.c: Fixed 100% CPU usage bug with g_io_* problem * src/showlist.c, src/gnomeicu.c, src/gtkfunc.c: Added "Not In List" list so users don't automatically get added to your list * src/visible.c, src/invisible.c, src/notify.c: Fixed Apply button functionality 2000-01-11 Martin Norbäãk * src/gtkfunc.c: Made adding message reflect sex, and fixed spelling * src/GnomeICU.desktop, src/GnomeICU.gnorba, src/GnomeICU.soundlist: Added Swedish translation 2000-01-10 Jeremy Wise * src/gtkfunc.c: Added functionality to reply window * src/sendmsg.c: Now sends sex like it should... GnomeICU can now be used by females! * src/gtkfunc.c: Fixed \r problems * src/tcp.c, src/gtkfunc.c: Added a way to grab the latest version * src/gnomecfg.c: Added version saving functionality * src/gtkfunc.c: Reply button not shown until reply window opens 2000-01-09 Jeremy Wise * src/gtkfunc.c, src/gnomeicu.c: Redid main interface window * src/gnomeicu.c: Redid connection history window * src/search.[ch], src/xpms/watermark.png: Added these for search function * src/gtkfunc.c, src/gnomeicu.c, src/server.c, src/response.c: Changed to add new search method * src/gtkfunc.c: Added gnomeified Got URL dialog * src/server.c: Fixed bad password bug * src/gtkconf.c: Entries now make Apply button sensitive like they should * src/tcp.c, src/chat.c: Applied an endian patch 2000-01-07 Jeremy Wise * src/gtkfunc.c: New dialogs for received chat and received file transfer * src/dialog.c: Changed OKBox() to be gnomeified * src/dialog.c: Redid AMessage() as well :) * src/newsignup.c, src/gtkfunc.c: Changed GTK_BUTTONBOX_SPREAD to GTK_BUTTONBOX_END for consistency * src/many files: Changed GTK_STOCK_BUTTON_CANCEL to GTK_STOCK_BUTTON_CLOSE for consistency * src/gtkfunc.c: Gnomeified the send chat request dialog * src/applet.[ch], src/gnomecfg.c: Fixed a new signup bug * src/showwait.[ch]: Removed - no longer used * src/tcp.c: Could not send directly dialog should no longer crash gnomeicu 2000-01-06 Jeremy Wise * src/changenick.c: Redid the dialog to be gnome compliant * src/tcp.c: More bug fixes, I hope * src/gtkfunc.c: Gnome-ified the Received message dialog * src/gtkfunc.c: Gnome-ified the Send URL dialog * src/tcp.c: File transfer WORKS... next step is to speed it up * src/util.c: Minor fix to Add_User() * src/showlist.c: Fixed a bug with ignore list stuff 2000-01-05 Jeremy Wise * src/ignore.[ch]: Added ignore list support * src/gnomecfg.c, src/response.c: Also affected * src/[in]visible.[ch]: Added these files to make the visible and invisible lists work like the ignore list - More user-friendly * src/rus_conv.[ch]: Removed - they were no longer being used * src/gnomeicu.[ch]: Cleaned up the file a little * src/changeaway.[ch]: Redid the change away message dialog * src/tcp.c: Fixed a few minor bugs 2000-01-05 Yuri Syrota * configure.in: Added "uk" to ALL_LINGUAS 2000-01-04 Jeremy Wise * Makefile.am, configure.in: Added intl intl/Makefile to fix a few NLS problems 2000-01-02 Jeremy Wise * src/chat.[ch]: New files... I'm isolating the chat functions in case I get the ambition to attack multi-party chat * src/gnomecfg.c: Moves password into ~/.gnome_private * src/response.c, src/log.c, src/tcp.c: GnomeICU is now Y2K compliant! 1999-12-30 Martin Norbäãk * src/timezone.h: Marked strings for translation * src/util.c: Added call to _() for timezone strings 1999-12-24 Jeremy Wise * src/gnomeicu.c, src/sendcontact.c: DnD support was added between main window and send contact list window, sending contact lists is now complete * src/gtkfunc.c: Now asks to ensure you want to remove a user, also includes a checkbutton with which you can remove a contact's history at the same time 1999-12-23 Jeremy Wise * src/sendcontact.[ch], src/gtkfunc.c: Added Contact List receiving support, and will soon be adding the ability to send them 1999-12-21 Jeremy Wise * src/gtkconf.c, src/gnomecfg.c, src/gnomeicu.c: Added support for specified TCP Port ranges, helpful for those behind firewalls * src/gtkfunc.c: Totally redid the message history function... it's FAST!!! * src/gtkfunc.c: User Info windows no longer come up unless you request one... e.g. when a user not on your list sends you a message, you don't get a user info window popping up :) * src/gtkfunc.c: Added two new functions: In Send Message dialog, press CTRL+C to cancel message In Read/Reply dialog, also press CTRL+C to cancel message In Read/Reply dialog, press CTRL+N to read next message * src/gtkfunc.c: Redid send message dialog, so there is a drop down list to allow you to select the user you wish to send a message to * src/gnomeicu.c: Main window is resized, THEN shown. This gives the window manager a correct size, so it doesn't create it behind other windows * src/gtkfunc.c: Added history buttons to send message and display message dialogs to view message history easily 1999-12-20 Jeremy Wise * src/gtkconf.c: Changed entire configuration window's appearance 1999-12-17 Jeremy Wise * src/many files: Updated the contact->message, contact->messages method to use a GSList instead of a homemade way of reallocing and storing the messages sloppily... To enable this, run configure with --with-newstorage and rebuild. Once this code is thouroughly tested, I will remove the old code :) * src/gtkfunc.c: "User has authorized you" is implemented properly * src/chatdlg.c: Chat colors default to 0s instead of wacky numbers * src/many files: Stripped old code away, leaving only the new storage... it went quicker and smoother than expected :) 1999-12-12 Jeremy Wise * configure.in, acconfig.h, config.h.in: Added support for compiling with TRACE_FUNCTION Sat Dec 11 12:04:54 PST 1999 Mandrake * src/gtkfunc.c: Right. This didn't want to compile on my system. (missing a paren) 1999-12-10 Jeremy Wise * src/gnomeicu.c: Should grab an IP and port even if the user isn't online yet * src/: Eliminated a lot of #if 0'd code to clean stuff up a little * src/util.c, src/gnomeicu.c, src/server.c: Creating a new account works again 1999-12-08 Dave Camp * configure.in: s/AM_GNU_GETTEXT/AM_GNOME_GETTEXT/ 1999-12-07 Jeremy Wise * src/gnomecfg.c: Fixed configuration defaults so sane values appear if there isn't any config file (eg a new user) * src/applet.c: Made it so Save_RC() is not called unless the user is logged on; this fixes problems when signing up new users 1999-12-06 Jeremy Wise * src/tcp.c: Fixed functions that remove messages from TCP queues * src/printpacket.c: Changed TCP recieve color for better contrast 1999-12-05 Jacob Berkman * src/common.h: * src/gnomecfg.c: * src/gnomeicu.c: * src/gtkconf.c: add a setting for showing the main window by default 1999-12-06 Jeremy Wise * Applied patch from Martin Norbäck to fix big-endian problems * src/gnomeicu.c: Removed gtk_rc_parse( "~/.gtkrc" ); 1999-12-04 Sung-Hyun Nam * configure.in: Added ko to ALL_LINGUAS 1999-12-02 Jeremy Wise * Changed the Chat dialog around - looks better, works better * Fixed "Send Thru Server" crash :) * Got "Send/Don't send "User is away" messages working * Fixed -u bug so it doesn't crash anymore 1999-11-25 Herbert Valerio Riedel * src/changeinfo.c (change_info_window): changed some g_list_append() to g_list_prepend() (more efficient) (change_info_window): bugfix: toggle button's didn't emit "changed" message 1999-11-20 Jeremy Wise * Released GnomeICU 0.67 * Have implemented proper control of TCP/send thru server * src/gtkfunc.c, src/response.c: Added time stamping for messages 1999-11-12 Yukihiro Nakai * configure.in: Added ja to ALL_LINGUAS. 1999-11-06 Jeremy Wise * src/applet.c: Fixed a couple issues with the tooltip on the applet * src/tcp.c: Fixed up the "Send through server" functionality * src/gtkfunc.c: Removed seg fault from "User has added you to his/her list" 1999-10-24 Jeremy Wise * Fixed a rename issue * Fixed TCP messages * Fixed eyes problem * No longer asks if you wish to save after removing a user * No longer takes up 99% CPU usage * Got rid of the glib warning that shows up upon connection 1999-09-27 Rodrigo Stulzer Lopes * configure.in: Added pt_BR to ALL_LINGUAS. 1999-09-17 Kjartan Maraas * configure.in: Added "da" to ALL_LINGUAS. 1999-09-10 Herbert Valerio Riedel * gnomeicu.spec.in: SMP support added * src/xpms/Makefile.am: *.xpm files weren't put into dist * src/sendmsg.c, src/msg_queue.c, src/util.c, src/gtkfunc.c: memory alloc cleanups, fixed some mem leaks 1999-09-09 Herbert Valerio Riedel * src/gnomecfg.c (Save_RC): g_strdup_printf() instead of g_malloc()-stuff * src/filexfer.c, src/chatdlg.c: g_malloc()'s replaced by g_new()'s 1999-08-30 Jeremy Wise * src/gnomeicu.c, src/gtkfunc.c, src/xpms/eye_na.xpm, src/xpms/animeyes.png: Changed the animation stuff on the main window to use rotating eyes instead of a progress bar 1999-08-26 Kjartan Maraas * configure.in: Added no to ALL_LINGUAS. 1999-08-16 Jeremy Wise * src/tcp.c: Fixed bug so incoming messages are accepted 1999-08-14 Jeremy Wise * src/tcp.c: BYTE buffer[1024] --> BYTE *buffer throughout the file, in preparation for non-blocking socket stuff * src/tcp.c: Messaging functions now operate on non-blocking methods 1999-08-13 Daniel Serodio * src/applet.c (applet_clicked_cb): call applet_hide_main() instead of trying to hide it * src/applet.c (applet_hide_main): changed return type to gboolean, return TRUE so GTK won't emit the "destroy" signal when this function is connected to delete_event (the correct event for closing the window). Also, if the autohide timeout is running, stop it. * src/autohide.c (start_autohide_timeout_cb): check if the app is visible before starting timeout * src/autohide.c (autohide_timeout_cb): no longer exists * src/gnomeicu.c (main): connect delete_event instead of destroy (see applet.c above), and call applet_hide_main() * src/gtkconf.c (activate_changes): connect delete_event too * src/gtkfunc.c (hide_dont_kill): no longer exists, we use applet_hide_main() instead * src/timezone.c: added Brazil TZ (GMT-3) 1999-08-10 Jeremy Wise * src/server.c: Fixed up ack'ing methods, hopefully made the "reconnecting" more reliable * src/packetprint.c: Added color to packet dumping for quick differentiating between packet types * src/packetprint.c: Made the packet dumping more informative and easier to read * src/tcp.c: Fixed away message return bug, so away message isn't sent when user is online, n/a or invisible 1999-08-09 Jeremy Wise * src/sendmsg.c, src/packetprint.c, src/response.c, src/tcp.c: Added some debugging hints to the packets as they're dumped * HACKING: Added file 1999-08-08 Jeremy Wise * src/changenick.c: Updated change_nick to also change the Alias field in the User Info window * src/gtkfunc.c: Made menu separators inactive 1999-08-07 Anders Carlsson * src/xpms/Makefile.am: Removed pixmaps from installation since they are compiled in. 1999-08-07 Jeremy Wise * src/changeaway.c: Changed GtkEntry to GtkText in change away window * src/webpresence.c, src/gtkconf.c, src/gnomeicu.c: Fixed webpresence so you can now toggle it in the configuration * src/autoaway.c: Fixed auto_away() so it works ... and it even works correctly :) * src/gnomecfg.c: Contacts are now sorted alphabetically while they're loaded from the config file * src/gtkconf.c, src/gnomecfg.c, src/showlist.c: Added option to enable/disable the Online/Offline headers * most src/ files: Changed name_toggle to toggles->name to tidy up code a little * src/gtkconf.c: Changed Disable/Enable, Add/Remove to check buttons * src/gtkfunc.c: Moved IP, Status, Port to User Info window instead of popup menu 1999-08-06 Jeremy Wise * src/gtkfunc.c, src/common.h, src/sendmsg.c: Modified user info related functions to grab more info from the server, and made the User Info window look a little nicer 1999-08-02 Zbigniew Chyla * src/flash.c, src/gnomeicu.c, src/gtkfunc.c, src/response.c, src/sendmsg.c, src/server.c, src/showlist.c, src/tcp.c src/util.c: More internationalized strings. 1999-08-02 Jeremy Wise * src/gnomecfg.c, src/gtkfunc.c: Added online notification windows * src/server.c, src/gnomeicu.c: Fixed startup bug - applet starts with offline icon, not current status * src/response.c: Fixed online notification events - they won't occur during initial login, but will occur afterward 1999-08-02 Herbert Valerio Riedel * configure.in (ALL_LINGUAS): added pl, removed ru 1999-08-02 Zbigniew Chyla * src/gtkconf.c, src/gtkfunc.c, src/menus.h: Marked strings for translation. 1999-07-31 Jeremy Wise * src/response.c: Fixed bug - keep alive wasn't being sent! 1999-07-28 Daniel Serodio * Added autohide feature * src/Makefile.am: added autohide.c * src/autohide.c: new file * src/autohide.h: new file * src/gnomecfg.c (Read_RC_File): added autohide_toggle and autohide_time * src/gnomeicu.c (main): connect autohide related events * src/gnomeicu.h: new vars autohide_toggle and autohide_time * src/gtkconf.c (configure_window): new Misc tab, connect Save button to activate_changes too (save_changes): added autohide_toggle and autohide_time (activate_changes): new function (set_sensitive): new function (spin_button_changed_cb): new function 1999-07-28 Jeremy Wise * src/showlist.c: Complete rewrite of Show_Quick_Status() 1999-07-26 Jeremy Wise * src/common.h: Removed #undef USE_AUTOAWAY, added #define USE_AUTOAWAY * src/tcp.c: Removed a debugging statement * src/packetprint.c: Removed the #ifdef DEBUG around if( !toggle_print) 1999-07-26 Herbert Valerio Riedel * po/it.po: added some translations... * src/log.c (log_window_add): removed unused 'stamped' arg * src/response.c (Display_Search_Reply): replaced static buffers * po/es.po: tried to add some translations... * po/de.po: added some translations... * src/datatype.h: defined UIN_T, removed BOOL * src/*.c: declared local functions static, made sure config.h gets included first 1999-07-25 Herbert Valerio Riedel * po/de.po: added some german translation * gnomeicu.spec.in: added locale files * src/*.[ch]: gettext()yfied strings * src/gnomecfg.c (Initialize_RC_File): use mkdir() instead of system() (Read_RC_File): fixed bug preventing to create new accounts * src/gnomeicu.c (main): gettext() initialization * po/*: added po files * src/tcp.c: removed 'ptr != NULL' checks before g_free(ptr) * src/Makefile.am (gnomeicu_SOURCES): missing gtkconf.h * doc/C/gnomeicu.sgml: beginning of a manual/user guide started 1999-07-24 Herbert Valerio Riedel * src/*.[ch]: fixed memleaks and potential buffer overruns * src/applet.c (applet_update), src/histadd.c (add_incoming_to_history): (add_outgoing_to_history): use g_strdup_print() instead of malloc()/sprintf(), removed unused vars 1999-07-19 Jeremy Wise * All files: Major recoding, functions moved around, code tidied up, new header files created to make things easier to find 1999-07-14 Herbert Valerio Riedel * src/Makefile.am (gnomeicu_SOURCES): fixed gnomeicu.h missing * gnomeicu.spec.in: fixed a mistake of mine 1999-07-14 Jeremy Wise * src/response.c: Fixed problem with adding new users upon incoming message 1999-07-12 Jeremy Wise * All source files: Changed Contacts to a dynamic list * All source files: eliminated passing around "data", replaced with global (flames to /dev/null, please) MainData 1999-07-08 Jeremy Wise * src/tcp.c, src/gnomeicu.h: Fixed chat logging bug 1999-07-06 Herbert Valerio Riedel * src/util.c (Add_User): fixed 'assignment' to 'comparision' * src/gnomecfg.c (Read_RC_File): fixed sscanf format from '%04hx' to '%04x' due to the non-short guint args 1999-07-05 Jeremy Wise * Fixed bugs 1999-07-03 Jeremy Wise * Added new widget in icuchat.[ch] - a modified GtkText fashioned only for the chat windows 1999-07-03 Herbert Valerio Riedel * src/gtkfunc.c (icq_sendmessage), src/changeinfo.c (apply_changes): gtk_editable_get_chars()-memory leak fixed * src/brazil.h: Revised by Sandro Henrique 1999-07-03 Jeremy Wise * Cleaned up code - removed #if 0 sections, some comments, put applet.c back into the distribution (it was out b/c of the non-gnome version, which is no longer supported) 1999-07-02 Jeremy Wise * src/chatdlg.c, src/tcp.c: Fixed chat bug, so requests work going both ways * Added SOCKS5 support, from Ashok Narayanan 1999-07-02 Herbert Valerio Riedel * src/changeinfo.c (apply_changes, apply_changes), src/newsignup.c (NewUser2): fixed direct query of gtk_toggle_button->active (change_info_window): fixed unsafe sprintf()'s and memory leak (apply_changes): g_malloc()/strcpy() pairs replaced by g_strdup()'s * src/datatype.h: fixed 'long'standing 64bit issue (DWORD now is really a 32bit DWORD on all platforms supporting 32bit types) * src/*.[ch]: several fixes due to change in datatype.h 1999-06-30 Jeremy Wise * src/gnomecfg.c: Redid the Contacts storage (much nicer now) 1999-06-29 Herbert Valerio Riedel * spec file integrated into gnomeicu distribution * configure.in (xss_ldflags): added src/sounds/Makefile output * src/Makefile.am (SUBDIRS): added sounds subdir * src/sounds/Makefile.am: new Makefile.am skeleton * src/response.c (Do_Msg): started handling of AUTH_MESS * src/gtkfunc.c: added 'authorize user' action 1999-06-28 Herbert Valerio Riedel * various source level fixes (make more use of glib & gnome functions) * src/autoaway.c (auto_away): fixed unitialized idle_time!! * sound rewrite 1999-06-27 Jeremy Wise * src/tcp.c, src/chatdlg.c, src/flash.c: Added chat "User is Away" to title of chat windows * src/autoaway.c: Fixed something as sent in a patch from Vlad Seryakov 1999-06-26 Herbert Valerio Riedel * src/tcp.c (TCPProcessPacket), src/dragdrop.c (contact_list_dnd_drop, contact_list_dnd_drop): 'fixed' c++ style comments 1999-06-11 Jeremy Wise * src/gtkfunc.c: Updated remove user to bring up a dialog asking if the user wishes to save changes to config file 1999-05-20 Jeremy Wise * Making official release of 0.64 1999-05-10 Jeremy Wise * src/changeinfo.c: Sex defaults to "Not specified" instead of Female ( patch from Michael Baumer ) 1999-05-09 Jeremy Wise * src/newsignup.c, src/util.c: Major modification to new user process * src/gnomeicu.c: Fixed some protocol errors * src/tcp.c: Removed bug that caused lag during file sending 1999-05-08 Jeremy Wise * src/util.c: Fixed add user bug that caused seg fault * src/gnomecfg.c, src/changeinfo.c: Added more fields for user info * src/sendmsg.c: Now about info and homepage are updated on server * src/tcp.c: Got File transfer (receiving) working :) 1999-04-27 Jeremy Wise * src/tcp.c: Fixed buffer overrun for long messages (no max length now) * src/gtkfunc.c: Updated "get user info" storage methods * src/gtkfunc.c: Fixed bug with two windows for "User has added you" message box * src/playsound.c: No longer tries to play sounds that don't exist 1999-04-26 Jacob Berkman * src/.xvpics: removed directory 1999-04-26 Jacob Berkman * src/applet.c (applet_change_orient, applet_update): fixed vertical orientation drawing bugs 1999-04-26 Jeremy Wise * Most files: changed UIN to our_info->uin * gtkfunc.c, gnomecfg.c, gnomeicu.h: Added dialogs to change personal info on server * src/gnomeicu.c, src/sendmsg.c: Fixed logoff/logon bugs * src/ui.c: Fixed online/offline sounds * src/tcp.c: Fixed chat bug (I think it's really gone!) 1999-04-24 Jeremy Wise * src/gtkfunc.c: Redid user info window * src/changename.c: changed index reference to UIN reference * src/xpms/gnomeicu-info.xpm, src/gnomeicu.c: Added user info icon * src/sendmsg.c, src/tcp.c: Changed OK_Box's to gnome_message_box's * src/ui.c: Got rid of color forces 1999-04-19 Jeremy Wise * src/gtkfunc.c, src/dialog.[ch]: Added a "Show again" toggle button to the Away message dialog box :) * src/gtkfunc.c, src/gnomeicu.h, src/response.c, util.c: Changed user information dialog - it's broken right now, but it'll be fixed before the next release * src/tcp.c, src/gtkfunc.[ch]: Added dialog box for chat reason 1999-04-18 Jeremy Wise * src/gtkfunc.c: Redid message history section to show new messages first * src/gtkfunc.c: Got rid of black color force on message history window * tcp.c, filexfer.h: More work with file transfer - it's now in beta mode - you SHOULD be able to send and receive (see the SHOULD??) 1999-04-16 Jeremy Wise * src/dialog.c: Added safety check to prevent seg fault * src/gnomeicu.c: Modified serv_mess code to prevent overrun * src/gnomeicu.c: Removed old Handle_Server_Response, V5 is working * src/gtkfunc.c: Updated incoming file transfer dialog * src/gtkfunc.c: Took out icq_sysmessage_window - unneeded * src/sendmsg.c, src/gnomeicu.h: Added icq_reverse_tcp - not working yet :/ * src/tcp.c: Changed TCP packet_prints to not print sizeof(packet) * src/filexfer.h, src/tcp.c: More work with file transfer 1999-04-15 Jeremy Wise * src/filexfer.h: Added for file transfer packet definitions * src/tcp.c: File transfer now works to SEND files 1999-04-14 Jeremy Wise * src/applet.c, src/response.c: Type of next message in cue has appropriate icon in applet * src/applet.c, src/flash.c, src/gnomecfg.c, src/gtkfunc.c, src/response.c, src/tcp.c, src/util.c, src/gnomeicu.h, src/tcp.h: Added partial file transfer code * src/chatdlg.c: Added frames around chat windows to look better * src/gnomeicu.c: Changed copyright date from 1998 to 1999 * src/newsignup.c: Fixed a couple grammatical errors * src/sendmsg.c: Changed/Added new user info updating routines for V5 * src/tcp.c: Fixed up the TCP protocol some, especially SEQ handling 1999-04-07 Jeremy Wise * src/gtkfunc.[ch], src/ui.c: Fixed duplicate nickname bugs * src/gnomeicu.c: Starts up offline if it can't connect to server * src/gtkfunc.c: Added CTRL+ENTER key trap to send a message * src/sendmsg.c: Added function declarations to get rid of warnings 1999-04-05 Jeremy Wise * src/util.c, src/ui.c, src/gnomeicu.h: Fixed Add_User() bug, so adding users no longer screws up the CList or the user infos 1999-04-04 Jeremy Wise * most source files: Updated to the V5 protocol and fixed a number of protocol errors 1999-04-03 Jeremy Wise * most source files: changed malloc to g_malloc, free to g_free 1999-04-02 Jeremy Wise * most source files: Many bugs have been removed, including but not limited to: memory leak that caused crashing after lengthy time online, error saving contacts with no nicks, and many features added, such as drag and drop support (for files and URLs), double clicking applet to pull up waiting messages, and closing main window does not kill the applet * Much thanks to Daniel Burrows for his major contributions (most of the above additions/fixes) * src/gnomeicu.c: Applet doesn't show main window on startup * src/applet.c, src/response.c: Applet ToolTips now shows correct number of users online * src/tcp.c: Chat logging should now work properly 1999-03-25 Jeremy Wise * src/applet.c: --config option changed to --uin (-c becomes -u) * src/applet.c, src/gnomecfg.c, src/gnomeicu.c, src/util.c: now supports multiple UIN usage with -u option * src/chatdlg.c, src/tcp.[ch]: started support for saving chat sessions upon closing (not fully implemented) * src/gtkfunc.c: removed unnecessary Force Thru Server buttons * src/tcp.c, src/gnomeicu.h: added ability to detect whether to force thru server or not * many files: Fixed bug that caused seg fault after running for a long time!! Also, huge sized windows, bad server names and bad window titles should no longer plague your desktop * Thanks to: Brian J. Murrell for finding this bug! * 1999-03-20 Jeremy Wise * src/util.c: Configuration saved after user list modified 1999-03-11 Jeremy Wise * src/tcp.c: Fixed font bugs...and windows clients will see the font you choose * src/gnomecfg.c: Fixed ChatFont saving problem 1999-03-10 Jeremy Wise * src/tcp.c: Incoming message sound is no longer played twice * src/applet.c, src/gnomeicu.c, src/gtkfunc.c, src/gtkfunc.h: Changed icq_quit_object to icq_quit - stops seg faults Contributed by: Edward Pilatowicz 1999-03-10 Jaka Mocnik * src/applet.c: center the label horizontally. it looks nicer ;) 1999-03-10 Jeremy Wise * src/autoaway.c: Fixed seg fault from patch applied yesterday * src/applet.c: added mode changing ability to panel applet * src/gtkconf.c: fixed bug with Enable Beep button * src/gnomeicu.c: changed 120 sec timeout to 100 sec * src/sendmsg.c: Added detection of unstable connections * src/gnomeicu.h: Added some definitions for message types 1999-03-09 Jeremy Wise * multiple files: fixed English<->Russian tranlastions contributed by Leonid Lisovsky * src/tcp.c: Fixed style/color bugs in Chat window - settings now remain as they should * src/autoaway.c: Applied a patch to allow running on alternate X servers, contributed by Ryan Murray 1999-03-07 Jeremy Wise * src/gnomecfg.c: Michael Smith contributed a patch to fix an over-read that caused a seg-fault 1999-03-06 Jeremy Wise * Changed default icons to those contributed by: Andy Kwong 1999-02-28 Jeremy Wise * src/rcfile.c: No longer exists * src/gnomecfg.c: Replaces rcfile.c, and uses gnome_config style methods to save configuration information * src/applet.c: Changed NULL to MainData on the configure_window callback so it doesn't segfault when you save changes 1999-02-21 Jeremy Wise * Most files: GtkICQ has been changed to GnomeICU * src/loadpixmap.c: Added gdk_imlib support * src/gnomeicu.h: Changed LOGIN_X2_DEF to 0x04 * src/applet.c: More changes to the applet code * src/tcp.c, src/util.c: More (int) -> GPOINTER_TO_INT conversions * src/gtkfunc.c: Redid offline/online code - now works properly * src/changeaway.c: Changed autoaway function to not send packets every minute * src/msg_queue.c: Added function to clear message queue * WARNING: Gtk-only support will NOT be supported after 0.61 1999-02-17 Gary Friedman * src/gtkconf.c, src/gtkicq.c, src/gtkicq.h, rcfile.c, tcp.c: Added beep option for those of us without sound :) * src/applet.c: Fixed applet so it displays, added options and about to right click. 1998-02-15 Jeremy Wise * Patch from Ian Campbell applied, which should allow GtkICQ to save its session 1998-02-14 Jeremy Wise * More updates to applet - merged the two icons, and made it so it will handle vertical and horizontal panels well 1999-02-12 Tomas Ogren * src/rcfile.c, src/gtkicq.h: Don't include gnome.h unless we're using GNOME... Added a helper-function to read the colors from gtkicqrc to get rid of Bus errors on some systems (%04x == int, not short). 1999-02-12 Herbert Valerio Riedel * src/gtkfunc.c, src/chatdlg.c: even more 64bit cast fixes 1998-02-11 Jeremy Wise * Fixed bug with applet.c including gnome.h for gtk-only compile Mon Feb 8 01:17:00 1999 Timur Bakeyev * acinclude.m4: New file. If system lacks of ESD support, then AM_PATH_ESD is undefined and autogen.sh fails. Hope, warning about double defenition of the macro more acceptable. 1999-02-04 Jeff Garzik * src/gtkfunc.c, src/response.c, src/sendmsg.c: Include config.h as needed. Reported by Daniel Burrows . * src/chatdlg.c: More 64-bitness casts. 1999-01-24 Jeff Garzik * src/tcp.c, src/gtkicq.c: Include config.h the correct way, and not only when GNOME is defined. 1999-01-23 Jeremy Wise src/GtkICQ.gnorba, src/Makefile.am: Added GtkICQ.gnorba src/applet.c: Slight modifications to applet code to make double clicking work correctly. Also bugs with applet were fixed. src/chatdlg.c, src/gtkicq.c, src/rcfile.c, src/tcp.c: Added dynamic fonts - can be specified now in config file. Still needs some work. src/chatdlg.c: Chats can be logged by defining CHAT_LOG_FILE at compile time. Needs a file dialog set up. src/gtkfunc.c: Port and IP now displayed in individual submenu src/rcfile.c: PacketDump option now stored in config file. src/response.c, src/sendmsg.c: Switched placement of last_cmd statements so they came before the packet is crypted. src/respose.c: Fixed bug so correct user is added with "Add User" button after a search. src/sendmsg.c: Packets are not sent if client is not connected to the server (UDP only). src/gtkicq.h, src/gtkicq.c, src/response.c, src/sendmsg.c, src/util.c: Removed compatibility with protocol v2. 1998-12-02 Jeremy Wise src/gtkicq.h, src/response.c: Added masking for 0x80xx messages (mass sending) 1999-12-01 Jeremy Wise src/rcfile.c: Fixed security issue with world-readable config files 1998-12-31 Jeremy Wise src/gtkfunc.c, src/gtkicq.c, src/response.c, src/sendmsg.c: Fixed bugs with user searching and new user addition 1998-12-30 Jeremy Wise src/gtkicq.[ch], src/sendmsg.c, src/msg_queue.[ch], src/gtkfunc.c, flash.c: Added resend ability - resend packets that aren't ACK'd tcp.c: Fixed ^G -> beep bug - too much was #ifdef'd out w/SOUND flash.c, gtkfunc.[ch], gtkicq.[ch], rcfile.c, response.c: Proper support of invisible and visible list added src/applet.h: Removed argp.h requirement 1998-12-29 Jeremy Wise src/gtkfunc.c: Message window gives focus to respond widget by default 1998-12-27 Jeremy Wise * src/tcp.c: Removed warning produced by getting away message 1998-12-23 Jeremy Wise * src/applet.c: added (though commented) eventbox to fix applet double clicking. The refresh isn't working right yet. * src/flash.c, src/gtkfunc.[ch], src/gtkicq.[ch]: '#if 0'd out the system message code - it's an unnecessary nuisance * src/gtkicq.c: Got rid of horizontal scrollbar (Finally!) * src/gtkicq.c: Fixed Connection History window size problems * src/gtkicq.[ch], src/util.c: Eliminated Get_Config_Info() * src/gtkconf.c: Added temporary values so values are saved ONLY if the user presses the "Save" button * src/gtkfunc.c: Status can now be changed to its current value (e.g. If you're online, you can set it to online) 1998-12-22 Jeff Garzik * configure.in, src/Makefile.am, src/xpms/Makefile.am: Fixed all bugs, temporarily disabled sound detection. * src/applet.h: don't include applet-lib.h * src/histadd.c: re-arranges includes, added string.h * src/changename.c, src/response.c, src/gtkfunc.c, src/gtkicq.c, src/showwait.c, src/tcp.c: Corrected 64-bitness warnings. Some issues remain in gtkfunc.c. * src/ui.c: added necessary #ifdef SOUND 1998-12-13 Kjartan Maraas * applet.[ch]: remove #include 1998-12-04 Herbert Valerio Riedel * tcp.c, showwait.c, gtkicq.c, gtkfunc.c, chatdlg.c, changename.c: added casting macros -- 12/02/98 -- Eric Mitchell * acconfig.h, configure.in, playsound.c: Added esound support. Configure checks for esound, and compiles in support if found. -- 12/01/98 -- Jeff Garzik * BUGS: Added some. Doesn't cover any of the UI bugs :) * INSTALL: Updated to reflect reality. * src/Makefile.no_gnome: removed, not needed anymore * src/applet.c: Updated for latest gnome-core. * src/gtkfunc.c, src/tcp.c: Using bzero() is not kosher. * configure.in, src/Makefile.am: Fully supports "" for GNOME compile or "--without-gnome" for straight Gtk+ compile. Removed libtool call. Thank you jamesh for autogen update! -- 11/31/98 -- Geoff Harrison * gtkicq.c - apparently someone decided that gtk_clist_set_policy didn't need to exist - so I took it out. -- 11/30/98 -- Jeff Garzik * configure.in, src/Makefile.am: Much rearrangement of configure stuff. Now supports --without-gnome to compile a GTK-only version. -- 11/26/98 -- Jeff Garzik * autogen.sh: Better toplevel srcdir test. * Remoted automake- and build-generated files COPYING, mkinstalldirs, missing, install-sh, Makefile.in, libtool, config.*, etc. -- 11/26/98 -- Arturo Espinosa * Changed gtk_clist_set_policy for the scrolled_window API. (GTK 1.1.5 now required). * Removed a couple of warnings. -- 11/22/98 -- - Version 0.56 - * More Bug fixes * Added -c command line option * Working GNOME applet * Added -a command line option (run without applet) * Size of window can now be changed, either smaller or bigger * Fixed remove user bug * Removed support/ directory, and no longer installing libs * Cannot send 0 length message * Added configuration window (Paul Laufer ) * Upgraded to V4 of the protocol (for some reason, only for Gnome) -- 10/01/98 -- - Version 0.55 - * Fixed bug with new signup routine (for new user AND existing user) * Fixed config.h problem for no_gnome compiling * Added auto-away feature (uses XScreenSaver functions) * Changed icon set - no longer will use Mirabilis-like icons * Invisible list now represents those you DO NOT want to see you ( as Mirabilis clients do ) -- 09/24/98 -- - Version 0.54 - * Chat beeping works * StatusBar and Progress indicator moved to main window * Moved Connection History to ICQ Menu * Moved status selection to the menubar * Changed default window size * Read Next button grayed out unless pending messages * Windows users should no longer get "Other user is using an old version of ICQ" messages * Away messages reported in textbox instead of label * Retains statuses correctly when program is restarted * Prompts for new user signup if gtkicqrc not found * Offline messages are now received properly * URLs supported (both send and receive) * Shows other users your away message upon request * Allow other users to add your name to their list if you require authorization * Notifies you when another user adds you to their list * Fixed "Add User" bug from uin search window * Realtime changing of invisible list * Window Size and Title changed on exit * Sorts UIN list alphabetically on exit * Saves sound status, so you don't have to set it every time you start GtkICQ * Supports both hostname and n.n.n.n notation for server address -- 09/12/98 -- - Version 0.53 - * Cleaned up unnecessary defines in Makefiles * Chat protocol redone - works properly now * Away Messages now work properly * Closing chat works properly * Status windows implemented for: - sending TCP message - searching for users - connecting to server -- 09/08/98 -- - Version 0.52 - * Chat windows now have scrollbars * Add User interface works properly, Add User button added * Progress bar windows indicate connecting to server, sending messages, etc. * New users' UIN automatically switched to nickname in list * gtkicqrc file automatically saved upon close * Remove User works properly -- 09/07/98 -- - Version 0.51 - * Message History Cleaned up a bit * Cleaned up Add Contact Window, and added 'Add User' button * Cleaned up Rename user Window * Settings are now saved upon exit * Chat and TCP messages work * Colors in chat window working * Gnome compliant -- 08/18/98 -- - Version 0.50 - * Partial implementation of TCP code (send message works) * Message history works -- 08/07/98 -- * Icons replaced text statuses (ONLN), (AWAY), etc. -- 07/31/98 -- * Menu bar added, buttons removed in main window * Sound toggleable in the Options menu * Sound now plays in background (w/-DFORK_SOUND) instead of halting the program -- 07/30/98 -- * The status string now flashes when messages are in the queue * Fixed seg fault bug in sound routine -- 07/28/98 -- * Added "Read Next" button -- 07/27/98 -- * Cleaned the code more * Fixed the problem with closing the log window * Added "Search / Add Users" Button to main window -- 07/26/98 -- * Cleaned up the code some -- 07/25/98 -- * Jordan Nelson (jordan@pathwaynet.com) joins the devel team * Users not on list are added if they send you a message * Changed color scheme on main user list * Changed ICQ Log Window to ICQ Connection History * Changed wording in Connection History * Completly dumped logging to micq_log -- 07/23/98 -- * Rearranged layout of log window * User Info works properly * User Information saved on exit * Change User works properly -- 07/20/98 -- * Fixed yet another segv bug in the 071998 version * Added ability for invisible list (thanks Matt) -- 07/19/98 -- * Separate log window * Partial code written for personal history section -- 07/15/98 -- * Fixed very annoying bug that caused constant SIGSEGVs -- 07/14/98 -- * Added the log window which shows events as they occur -- 07/11/98 -- * Now works fine in < 24bpp X displays * Right clicking brings up a menu (not very functional, yet) -- 07/10/98 -- * Removed bug from "incoming message" that caused the segv :-) -- 07/09/98 -- * Added buffering of messages (using -DQUEUE_MESSAGES in Makefile) -- 07/08/98 -- * Allowed the optional compiling of colors (using -DUSE_COLOR in Makefile) -- 07/05/98 -- * Added colored names for the list * Bug fixes * Changed GtkList to GtkCList