v0.0.11 - 2000/01/07
--------------------
	* (IRC) Fixed a bug in sending code (extra character leaking in when arg wasn't last item)
	* (IRC) Added CTCP support
	* (IRC) Fixed get_info to work even if user isn't in buddy list
	* (IRC) Change FC_CHAT_GETMESSAGE to handle automessages
	* Renumbered & reordered callbacks (breaks binary compatibility)
	* Added FC_IM_GETACTION and FC_CHAT_GETACTION
	* (IRC) Added IM_GETACTION and CHAT_GETACTION support
	* (AIM/TOC) Added IM_GETACTION and CHAT_GETACTION support using "/me " standard
	* (AIM/TOC) Strip html out of chat room messages if sent by another html-unaware client
	* Changed firetalk_chat_send_message to have an automessage_flag
	* (IRC) Added chat_send_message automessage support
	* Added firetalk_im_send_action and firetalk_chat_send_action
	* (AIM/TOC) Added im_send_action and chat_send_action support
	* (IRC) Added im_send_action and chat_send_action support
	* (IRC) NickServ support with the initial supplied connection password (works on OPN, others?)
	* Added FC_CHAT_GOTTOPIC
	* (IRC) Added CHAT_GOTTOPIC support
	* Added FC_CHAT_USER_OPPED and FC_CHAT_USER_DEOPPED
	* (IRC) Added CHAT_USER_OPPED and CHAT_USER_DEOPPED support
	* Added firetalk_chat_set_topic
	* (IRC) Added chat_set_topic support
	* Added firetalk_chat_op and firetalk_chat_deop
	* (IRC) Added chat_op and chat_deop support
	* gui.c changes for all of the above
	* GUI now disconnects cleanly on quit
	* Bugfixes in firetalk_callback_disconnect
	* (IRC) Major error handling additions

v0.0.10 - 2001/01/05
--------------------
	* (IRC) chat & buddy support added (still needs chat opers and channel titles)
	* (IRC) getinfo support
	* (AIM/TOC) Fixed chat segfault on repeatedly joining the same room
	* (AIM/TOC) Fixed chat bug: not being able to join on invite
	* Removed connection numbers and added protocol number to firetalk_create_handle

v0.0.9 - 2000/12/18
-------------------
  * Fixed low idle setting
	* Example functionality (now in gui.c, and compiles to firetalk)
	* Lots of segfaults fixed
	* Fixed chat support
	* Added flags to got_info
	* Compiles to static library instead of shared
	* Compiles to firetalk binary instead of example

v0.0.8 - 2000/12/15
-------------------
	* Fixed unidle on talk (now immediate)
	* example now auto-reconnects
	* No longer send idle data if user just went offline
	* Multiple connections per protocol
	* Massive internal cleanups
	* Fixed unidle for automessage (doesn't happen)

v0.0.7 - 2000/12/11
-------------------
	* Fixed idle time setting
	* Fixed roomoruser in errors
	* Fixed info for blank profiles
	* Fixed example brokenness
	* Changed some char's to ints

v0.0.6 - 2000/12/10
-------------------
	* Added chat and idle support
	* Added much better error handling
	* Cleaned up alot of define and symbol names
	* Const and static everywhere for speed
	* Numerous bug fixes

v0.0.5 - 2000/12/03
-------------------
	* Added DOINIT callback so deny is in place before final connect
	* Fixed some (data) typing problems in the code

v0.0.4 - 2000/12/03
-------------------
	* Fixed add_buddy and add_deny into one large packet instead of many
	* Corrected some signedness in the packet code

v0.0.3 - 2000/12/02
-------------------
	* Fixed infinite loop on disconnect
	* Fixed Makefile install path

v0.0.2 - 2000/12/02
-------------------
	* Added set_away
	* Removed my username & password from example.c
	* Set licensing terms
	* Moved to Makefile from build scripts
	* Added firetalk_set_info function
	* Made TOC GOTINFO callback return HTML instead of partial URL
	* Cleaned up function pointer calls
	* New LISTBUDDY callback and list_buddies function
	* Cleaned up so it compiles with -pedantic

v0.0.1 - 2000/11/27
-------------------
	* Initial Release
