Tkabber

Artifact [aa2237e145]
Login

Artifact aa2237e145540a9abbd0aa1840bd836e7ee19314:


2003-01-08  Alexey Shchepin  <alexey@sevcom.net>

	* msgs/it.msg: Italian translation (thanks to Antonino Iacono)

2003-01-06  Alexey Shchepin  <alexey@sevcom.net>

	* jabberlib-tclxml/tclxml/sgmlparser.tcl: Removed precessing of
	":" in tag names (thanks to Sergei Golovan)

	* jabberlib-tclxml/jabberlib.tcl: Call client:disconnect or
	client:reconnect depends on disconnect reason (thanks to Sergei
	Golovan)
	* login.tcl: Added client:reconnect procedure

	* iface.tcl: Use "custom" module to set some options
	* plugins/general/autoaway.tcl: Likewise
	* login.tcl: Likewise

	* doc/tkabber.xml: Updated

	* userinfo.tcl: Register disco browser handler for "vcard-temp"
	namespace
	* register.tcl: Likewise for "jabber:iq:register"

	* search.tcl: Send "xml:lang" attribute in queries
	* disco.tcl: Likewise

	* utils.tcl: New function "get_lang"

2003-01-05  Alexey Shchepin  <alexey@sevcom.net>

	* disco.tcl: More translation strings (thanks to Sergei Golovan)
	* msgs/ru.msg: Likewise
	* plugins/general/conferenceinfo.tcl: Likewise
	* plugins/unix/ispell.tcl: Likewise
	* privacy.tcl: Likewise
	* msgs/ru.msg: Updated (thanks to Sergei Golovan)

	* bwidget_workarounds.tcl: Fixed tree view keyboard scrolling
	(thanks to Sergei Golovan)

2003-01-04  Alexey Shchepin  <alexey@sevcom.net>

	* search.tcl: Fixed processing of "reported" fields in x:data
	(thanks to Sergei Golovan)

	* msgs/es.msg: Spanish translation (thanks to Luis Peralta)

	* iface.tcl: Better roster collapse/uncollapse (thanks to Sergei
	Golovan)

2003-01-03  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: Copyright update
	* splash.tcl: Likewise
	* doc/tkabber.xml: Likewise

	* roster.tcl: Added "Show only online users" menu item

	* jabberlib-tclxml/jabberlib.tcl: Flush stream before sending
	"</stream:stream>" (thanks to Sergei Golovan)

	* datagathering.tcl: Mouse wheel bindings (thanks to Sergei
	Golovan)

	* plugins/general/autoaway.tcl: Change priority to 0 when in
	autoaway state (thanks to Sergei Golovan)
	* doc/tkabber.xml: Updated (thanks to Sergei Golovan)

	* plugins/general/rawxml.tcl: Added scrollbar in input window
	(thanks to Sergei Golovan)

	* chats.tcl: Added scrollbar in input window, use scrollwindow
	widget to show scrollbar in chat log window (thanks to Sergei
	Golovan)

2003-01-02  Alexey Shchepin  <alexey@sevcom.net>

	* disco.tcl: Now possible to register handlers for different
	features, that executed when user choose feature
	* search.tcl: Register handler for "jabber:iq:search" namespace

	* userinfo.tcl: Now really removed "prodid" and "version"
	attributes from vCard queries

	* msgs/ro.msg: Updated (thanks to Adrian Rapa)

2003-01-01  Alexey Shchepin  <alexey@sevcom.net>

	* msgs/eo.msg: Esperanto translation (thanks to Mike Mintz)

	* userinfo.tcl: Removed "prodid" and "version" attributes from
	vCard queries

	* disco.tcl: Changed attribute "type" to "var" in "feature"
	elements, slightly changed item's name generation, fixed small bug
	with incorrect item's data generation in tree

2002-12-30  Alexey Shchepin  <alexey@sevcom.net>

	* disco.tcl: Support of 'node' attribute

2002-12-29  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/chat/unisymbols.tcl: New plugin that allows to insert
	arbitrary unicode symbol in chat windows (e.g. by entering "&256c"
	and pressing C-;)

	* msgs/ru.msg: Updated

	* roster.tcl (roster::remove_item): Added unregistration from
	services (thanks to Sergei Golovan)

2002-12-28  Alexey Shchepin  <alexey@sevcom.net>

	* msgs/ro.msg: Romanian translation (thanks to Adrian Rapa)

2002-12-27  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/unix/ispell.tcl: Fixed race condition (thanks to
	Marshall T. Rose)

	* plugins/general/rawxml.tcl: Don't make error if admin menu not
	exists (thanks to Marshall T. Rose)

	* jabberlib-tclxml/tclxml/sgmlparser.tcl: Removed special
	processing of "xmlns" attribute

2002-12-26  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/general/rawxml.tcl (rawxml::pretty_print): Small fixes
	(thanks to Sergei Golovan)

2002-12-25  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/general/rawxml.tcl: color palette changed, sligthly
	changed window layout, pretty printing with proportional font is
	corrected (thanks to Sergei Golovan)

	* custom.tcl: Added navigation bar, support for option type
	"integer", list of parent groups
	* plugins/general/rawxml.tcl: Use "custom" module to set options

	* gpgme.tcl: Unicode support fixes (thanks to Sergei Golovan)

	* jabberlib-tclxml/jabberlib.tcl: New procedure ::LOG_OUTPUT_XML
	* plugins/general/rawxml.tcl: Highlight also output XML when
	possible
	* doc/tkabber.xml: Updated

2002-12-24  Alexey Shchepin  <alexey@sevcom.net>

	* custom.tcl: Support for customizating Tkabber via GUI (not
	completed)
	* iface.tcl: Added "Customize" menu
	* tkabber.tcl: Added loading of "custom.tcl"
	* plugins/general/conferenceinfo.tcl: Use "custom" module to set
	options
	* plugins/unix/ispell.tcl: Likewise

2002-12-22  Alexey Shchepin  <alexey@sevcom.net>

	* doc/tkabber.xml: Updated

	* plugins/general/rawxml.tcl: Added bindings for history and
	scrolling

2002-12-21  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/general/rawxml.tcl: New plugin for raw XML input
	* iface.tcl: Removed old raw XML input code
	* jabberlib-tclxml/jabberlib.tcl: New procedures for logging:
	::LOG_OUTPUT, ::LOG_INPUT and ::LOG_INPUT_XML

2002-12-18  Alexey Shchepin  <alexey@sevcom.net>

	* gpgme.tcl: Fixes for better unicode support (thanks to Sergei
	Golovan)
	* messages.tcl: Likewise
	* login.tcl: Likewise

2002-12-16  Alexey Shchepin  <alexey@sevcom.net>

	* pixmaps/psi/roster/available-chat.gif: Changed icon (thanks to
	Michal Bozon)

	* jabberlib-tclxml/jabberlib.tcl: Removed back "-exact", added
	variable use_external_tclxml
	* jabberlib-tclxml/pkgIndex.tcl: Removed changing of auto_path
	* doc/tkabber.xml: Updated

2002-12-14  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::heuristically_get_category_and_subtype):
	Add subtype "icq" to JIDs with domain started with "icqv7" (thanks
	to Michal Bozon)

	* jabberlib-tclxml/jabberlib.tcl: Added -exact to "package require
	xml 2.0" to avoid loading of incompatible tclxml versions (thanks
	to piotr@rokicki.net)
	* jabberlib-tclxml/tclxml/pkgIndex.tcl: Likewise

	* examples/mtr-config.tcl: Updated (thanks to Marshall T. Rose)

	* plugins/unix/dockingtray.tcl: Updated (thanks to Marshall
	T. Rose)

	* Makefile: More correct install places for files

2002-12-12  Alexey Shchepin  <alexey@sevcom.net>

	* (all): Many fixes to work properly with tcl8.4 (thanks to Sergei
	Golovan)

2002-12-11  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::jid_doubleclick): Added highlighting of
	roster conference icon when it opened

	* presence.tcl: Bugfix: clear presence information after
	disconnecting

2002-12-08  Alexey Shchepin  <alexey@sevcom.net>

	* examples/(ice|light|warm).xrdb: Updated (thanks to Sergei
	Golovan)

	* msgs/ru.msg: Updated (thanks to Sergei Golovan)

	* search.tcl: Bugfix (thanks Sergei Golovan)

	* messages.tcl: Added menu for sender (thanks to Sergei Golovan)

2002-12-05  Alexey Shchepin  <alexey@sevcom.net>

	* sound.tcl: Fixed bug with theme started from "~" with external
	play program; support for temporary mute sound (thanks to Sergei
	Golovan)
	* iface.tcl: Added menu item for muting sounds
	* plugins/general/autoaway.tcl: Mute sound in away mode

	* msgs/ru.msg: Updated (thanks to Sergei Golovan)

	* examples/teo-config.tcl: New config example (thanks to Sergei
	Golovan)

	* doc/tkabber.xml: Updates (thanks to Sergei Golovan)

2002-12-04  Alexey Shchepin  <alexey@sevcom.net>

	* splash.tcl (splash_start): Fixed commentary table

	* chats.tcl (chat::redraw_roster): Show number of participants in
	conference users list

2002-12-03  Alexey Shchepin  <alexey@sevcom.net>

	* examples/mtr-config.tcl: Updated (thanks to Marshall T. Rose)

	* doc/tkabber.xml: Updates (thanks to Marshall T. Rose)

	* messages.tcl: Fixed headline caching bug (thanks to Marshall
	T. Rose)

2002-11-27  Alexey Shchepin  <alexey@sevcom.net>

	* userinfo.tcl (userinfo::manage_focus): Bugfix

2002-11-24  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: Workaround for one bwidget issue (thanks to Sergei
	Golovan)

	* examples/*.xrdb: Updates and new themes (warm.xrdb and
	light.xrdb) (thanks to Sergei Golovan)

	* chats.tcl: Added ability to have different default size for chat
	and groupchat windows (thanks to Sergei Golovan)
	* iface.tcl: Likewise
	* default.xrdb: Likewise

2002-11-23  Alexey Shchepin  <alexey@sevcom.net>

	* examples/dark.xrdb: New color theme (thanks to Sergei Golovan)
	* examples/ice.xrdb: Likewise
	* examples/green.xrdb: Likewise (thanks to ukscone)

	* pixmaps/icq/: New ICQ-like theme (thanks to Oleg V. Motienko)

	* examples/teopetuk.xrdb: Updated, added descriptions of used
	resources (thanks to Sergei Golovan)
	* examples/ermine.xrdb: Likewise

	* roster.tcl: Roster import/export support

	* userinfo.tcl (userinfo::load_photo): Fixed error when user
	clicks on "Cancel" button in load photo dialog

2002-11-21  Alexey Shchepin  <alexey@sevcom.net>

	* examples/mtr-config.tcl: Updated (thanks to Marshall T. Rose)

	* plugins/unix/dockingtray.tcl: Fixed race condition (thanks to
	Marshall T. Rose)

	* plugins/windows/taskbar.tcl: Bugfix (thanks to Sergei Golovan)

	* roster.tcl: Fixed roster scrolling (thanks to Sergei Golovan)

	* plugins/windows/mousewheel.tcl: Plugin that make mousewheel work
	on Windows (thanks to Sergei Golovan)

	* plugins/general/autoaway.tcl: Autoaway plugin that works both on
	Unix and on Windows (requires tclWinidle package) (thanks to
	Sergei Golovan)

2002-11-19  Alexey Shchepin  <alexey@sevcom.net>

	* privacy.tcl (privacy::send_lists): Send all lists in different
	iq packets to work with jabberd2.  Now waiting for next revision
	of JEP-0016...

	* plugins/general/conferenceinfo.tcl: If conference return error
	reply, then wait longer period of time to ask again
	* doc/tkabber.xml: Updated

2002-11-18  Alexey Shchepin  <alexey@sevcom.net>

	* login.tcl (show_login_dialog): Fixed tab order

2002-11-17  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl: More performance improvements

	* presence.tcl: Cleanups

2002-11-15  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/windows/taskbar.tcl: Few changes (thanks to Sergei
	Golovan)

	* roster.tcl: More performance improvements

2002-11-14  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::jid_doubleclick): Small fix to better work
	with bookmark items -- jabberd2 removes all category and type
	attributes

	* joingrdialog.tcl: Add conference in <item
	category='conference'/> tag instead of <conference/>

	* messages.tcl: Fixed some headline caching stuff (thanks to
	Marshall T. Rose)

	* examples/jsend.tcl: Small changes (thanks to Marshall T. Rose)
	* examples/mtr-config.tcl: Likewise

	* plugins/windows/taskbar.tcl: Few changes (thanks to Sergei
	Golovan)

	* pixmaps/jajc/docking/tkabber.ico: Windows icon for JAJC theme
	(thanks to Sergei Golovan)

	* userinfo.tcl: Added dialog for requesting info from arbitrary
	JID (thanks to Sergei Golovan)

	* roster.tcl: Performance improvements (better handling of big
	rosters)
	* presence.tcl: Likewise

	* muc.tcl (muc::process_gc_user): Fixed typo with reason handling

2002-11-13  Alexey Shchepin  <alexey@sevcom.net>

	* privacy.tcl: Server-Based Privacy Rules support (JEP-0016)

2002-11-12  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/unix/wmdock.tcl (::wmdock::showhide): Small fix (thanks
	to Michail Litvak and Max Loparyev)

2002-11-11  Alexey Shchepin  <alexey@sevcom.net>

	* disco.tcl: Small improvements

	* plugins/general/tkcon.tcl: Plugin that add support for tkcon
	(thanks Marshall T. Rose)
	* doc/tkabber.xml: Updated

	* plugins/windows/taskbar.tcl: Plugin to let tkabber on windows
	put a little icon in the systray (requires Winico package)
	(thanks Marshall T. Rose)
	* pixmaps/default/docking/tkabber.ico: Windows icon for systray

	* plugins/general/conferenceinfo.tcl: Plugin for listing
	participants of roster conferences when user not joined them
	* doc/tkabber.xml: Updated

2002-11-10  Alexey Shchepin  <alexey@sevcom.net>

	* presence.tcl (get_jid_of_user): Fixed for case when jid priority
	not known

	* roster.tcl (roster::item_to_xml): Store category in attribute
	instead of element name

	* roster.tcl: Roster aliases support
	* doc/tkabber.xml: Updated

	* roster.tcl: Don't show "stalker" icon and foreground if received
	non-unavailable presence

2002-11-09  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: Fixed client message for nick change

	* muc.tcl: MUC-compatible invitation support

	* messages.tcl: A new option for headlines that determines when
	all headlines go in one window or not (thanks Marshall T. Rose)
	* doc/tkabber.xml: Updated (thanks Marshall T. Rose)

	* messages.tcl: Fixed miss of message::quote (thanks Sergei
	Golovan)

2002-11-07  Alexey Shchepin  <alexey@sevcom.net>

	* examples/jsend.tcl: New version of jmail.tcl renamed to
	jsend.tcl (thanks Marshall T. Rose)

	* roster.tcl: Menu for roster users to send custom presence
	* chats.tcl: Likewise for groupchats

	* presence.tcl (send_custom_presence): Function to send custom
	presence

2002-11-06  Alexey Shchepin  <alexey@sevcom.net>

	* jabberlib-tclxml/jabberlib.tcl: Workaround for expat bug

	* iface.tcl: C-M-Prior/Next now move current tab left/right

	* iface.tcl: Better title handling (thanks Sergei Golovan)

	* plugins/chat/completion.tcl (completion::complete): More
	correctly completion

2002-11-05  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl: Adding group by regexp on roster jids
	* iface.tcl: Menu item for this feature

	* datagathering.tcl (data::draw_window): Return cancel form when
	'Cancel' button pressed

	* roster.tcl: Now possible to rename or remove roster group

	* roster.tcl: New popup menu for roster groups

	* roster.tcl: roster::group_popup_menu renamed to
	roster::groupchat_popup_menu
	* chats.tcl: Likewise

	* disco.tcl: Removed all references to 'category' attribute for
	'feature' element

	* tkabber.tcl: Load iq.tcl before disco.tcl

2002-11-04  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl (chat::change_presence): New hooks 'chat_user_enter'
	and 'chat_user_exit'
	* doc/tkabber.xml: Updated

	* jidlink.tcl (jidlink::negotiate_handler): Return all options on
	empty feature negotiation request

	* disco.tcl: Answer to disco info queries

	* examples/jmail.tcl: A stand-alone program that sends to a jabber
	recipient (you can use it e.g. to "follow" syslogs) (thanks
	Marshall T. Rose)

	* jabberlib-tclxml/pkgIndex.tcl: New file to allow install
	jabberlib in the tcl search path (thanks Marshall T. Rose)

	* examples/mtr-config.tcl: A few changes (thanks Marshall T. Rose)

	* iface.tcl: much better focus/tab-update handling (thanks
	Marshall T. Rose)

	* (all): Now keep alive interval stored in keep_alive_interval
	variable (thanks Sergei Golovan)

	* login.tcl: Now possible to connect to server by defining its
	another name or ip (thanks Sergei Golovan)

2002-11-03  Alexey Shchepin  <alexey@sevcom.net>

	* (all): Tkabber 0.9.2beta released

	* doc/tkabber.xml: Updated

	* Makefile: Updated

	* iface.tcl: Fixed "Quick Help" message

	* iface.tcl: Added "Change password" dialog, some admin tools
	(thanks Sergei Golovan)

2002-11-02  Alexey Shchepin  <alexey@sevcom.net>

	* messages.tcl (message::send_subscribe_dialog): Fixed typo
	(thanks Sergei Golovan and ukscone)

	* plugins/clientinfo.tcl: Moved to plugins/general/
	* iq-plugins/: Moved to plugins/iq/
	* chat-plugins/: Moved to plugins/chat/
	* unix/: Moved to plugins/unix/

	* roster.tcl: Changed interface to
	roster::create_groupchat_user_menu and to
	roster_create_groupchat_user_menu_hook
	* muc.tcl (muc::add_groupchat_user_menu_items): Likewise
	* doc/tkabber.xml: Updated

	* chat-plugins/clear.tcl: Plugin that adds menu for clearing chat
	window

	* iface.tcl: Added info about M-[0-9] bindings to "Quick Help"

	* muc.tcl (muc::process_gc_user): Generate events messages on kick
	and ban
	* muc.tcl: Switch on/of client message events via
	muc::options(gen_events)

	* presence.tcl: Slightly changed interface to presence_process_x

2002-11-01  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/clientinfo.tcl (clientinfo::add_user_popup_info): Show
	also vCard name of JID

	* muc.tcl (muc::add_user_popup_info): Don't show real JID if it
	not known

	* userinfo.tcl (userinfo::make_adr_item): Store country info in
	<CTRY/> element instead of <COUNTRY/>

	* doc/tkabber.xml: Fixed some versions in "Requirements" section

	* messages.tcl: Changed messages interface (thanks Sergei Golovan)

	* iface.tcl (get_focus): Fixed tab highliting when main window
	gets focus

	* (all): Slightly changed chats interface, replaced "puts" to
	"debugmsg" (thanks Marshall T. Rose)

2002-10-31  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: Augment the tabcolor code to see if the main window
	is out-of-focus (thanks Marshall T. Rose)

	* chats.tcl (chat::change_presence): Show custom messages on users
	join/exiting

	* iface.tcl: Switch between tabs via M-[0-9]

	* muc.tcl: Don't allow to edit role and affiliation simultaneously
	in lists

2002-10-30  Alexey Shchepin  <alexey@sevcom.net>

	* unix/menu8.4.tcl: menu.tcl version for Tcl/Tk 8.4

	* messages.tcl: Fixed resizing of some windows (thanks Sergei
	Golovan)

	* iface.tcl (show_rawxml_dialog): Send XML on C-Return instead of
	Return (thanks Sergei Golovan)

	* chat-plugins/complete_last_nick.tcl: Add nick from last
	groupchat message in beginning of completion list

	* joingrdialog.tcl (join_group_dialog): Interface slightly changed

	* muc.tcl (muc::join_group): MUC-compatible join
	* joingrdialog.tcl (join_group): Use MUC join for MU-Conferences

	* negotiate.tcl (negotiate::recv_request_response): Changed format
	of returned data
	* jidlink.tcl: Use new format

	* disco.tcl: Show feature negotiation results in browser

	* disco.tcl: Show error replies

2002-10-29  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: Show number of unreaded messages in title in tabbed
	interface when window have no focus (thanks Sergei Golovan)

	* sound.tcl: Don't play sounds when our status is "xa" or "dnd"
	(thanks Sergei Golovan)

	* disco.tcl: Service discovery support (JEP-0030)
	* iface.tcl: Menu item for disco-browser
	* default.xrdb: Resources for disco-browser

2002-10-28  Alexey Shchepin  <alexey@sevcom.net>

	* unix/menu.tcl: Disabled for tcl version != 8.3

2002-10-27  Alexey Shchepin  <alexey@sevcom.net>

	* (all): Some design changes (thanks Sergei Golovan)

	* unix/menu.tcl: Menu behavior changed to what ukscone and velikan
	wants (thanks Sergei Golovan)

	* sound.tcl: If theme name started with "/" or "~", then it
	considered as path directly to theme directory (thanks Sergei
	Golovan)
	* doc/tkabber.xml: Updated

	* tkabber.tcl: New autologin variable to automatically login after
	startup (thanks Sergei Golovan)
	* doc/tkabber.xml: Updated

	* muc.tcl: Fixed granting/revoking voice, added completions for
	/admin and /deadmin commands

	* datagathering.tcl: Support of new text-multi, jid-single and
	jid-multi fields

	* presence.tcl: Removed test_muc condition (thanks David Sutton)

	* sound.tcl: Sound notifications support (thanks Sergei Golovan)
	* sounds/default/: Default sound theme (thanks Sergei Golovan)
	* doc/tkabber.xml: Updated

2002-10-26  Alexey Shchepin  <alexey@sevcom.net>

	* messages.tcl: Fixed typo (thanks Marshall T. Rose)

	* muc.tcl: Rewrited code for editing lists, few code cleanups, new
	commands /admin and /deadmin

	* (all): More i18n, added bindings to many dialogs, focus
	management in userinfo dialog (thanks Sergei Golovan)

	* (all): better english usage in messages and in the docs.  if an
	<error> comes back in a message/presence, don't try to check
	signatures, etc.  have clientinfo:autoask default to off (thanks
	Marshall T. Rose)

2002-10-24  Alexey Shchepin  <alexey@sevcom.net>

	* iq.tcl (iq::register_handler): Store all registered namespaces
	* iq-plugins/browse.tcl (iq_browse_reply): Show all registered
	namespaces

	* roster.tcl: Internal changes of displaying popup balloons, more
	correctly but more slowly

2002-10-23  Alexey Shchepin  <alexey@sevcom.net>

	* msgs/ru.msg: Updated (thanks Sergei Golovan)

	* (all): Much more i18n (thanks Sergei Golovan)

	* chats.tcl (chat::process_message): Ignore non-groupchat messages
	with type="groupchat"

	* roster.tcl (roster::addline): Small fix to more correctly show
	popup info for online users with one resource

	* presence.tcl (change_our_presence): Bugfix

	* muc.tcl (muc::request_destruction): Fixed

2002-10-21  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl (muc::add_user_popup_info): Show affiliation in popup
	info

	* plugins/clientinfo.tcl (clientinfo::on_presence): Don't ask
	every JID more than once, even if it not answers

	* doc/tkabber.xml: Updated

	* roster.tcl (roster::user_popup_info): Corrected status and
	description in roster popup hints for conference items

	* roster.tcl (roster::addline): Removed is_user condition for jids
	with multiple resources

	* chats.tcl (chat::close_window): Remove participants presence
	from memory

	* chats.tcl (chat::redraw_roster): Don't draw affiliation groups

	* muc.tcl: Fixed role and affiliation when trying to grant/revoke
	moderator priveleges

2002-10-20  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::redraw): Remove doubled jids from groups

2002-10-19  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: New commands /member, /demember, /moderator,
	/demoderator.  All such commands now compatible with JEP-0045
	v0.15

	* roster.tcl: 'jlib::parse_roster_get' moved back to jabberlib.tcl
	* jabberlib-tclxml/jabberlib.tcl: Likewise

	* jabberlib-tclxml/jabberlib.tcl (jlib::send_msg): Fixed bug with
	message thread handling

	* presence.tcl (client:presence): Handle error presence packets
	* jabberlib-tclxml/jabberlib.tcl: Likewise

	* jidlink.tcl (jidlink::setup_menu): Added menu for
	enabling/disabling jidlink transpotrs
	* iface.tcl: Likewise

	* muc.tcl (muc::process_gc_user): Handle roles and affiliations in
	presence packets

	* chats.tcl (chat::redraw_roster): Display roles and affiliations

	* muc.tcl: List requests changes, due to JEP-0045 changes

2002-10-17  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/jidlink/dtcp.tcl: Seems works, need to add more error
	checks

	* muc.tcl (muc::request_negotiation): Browse conference service
	instead of conference room

	* muc.tcl: Working with lists changed due to JEP-0045 changes

	* filetransfer.tcl: Small fixes

2002-10-16  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/jidlink/dtcp.tcl: DTCP support (JEP-0046) (not completed)

	* jidlink.tcl: Changed transport registration
	* plugins/jidlink/ibb.tcl: Likewise

2002-10-15  Alexey Shchepin  <alexey@sevcom.net>

	* plugins/jidlink/ibb.tcl: Inband Bytestream support (JEP-0047)

	* filetransfer.tcl: Added support of file transfer via Jidlink
	(JEP-0052)

	* jidlink.tcl: Jidlink support (JEP-0041)

	* negotiate.tcl: Negotiation support (JEP-0020)

2002-10-14  Alexey Shchepin  <alexey@sevcom.net>

	* msgs/ua.msg: Updated (thanks Vladimir Velychko)

	* chat-plugins/logger.tcl (::logger::show_log): Move history view
	to the end when window opened

	* browser.tcl (browser::ns_binding): Join conference by pressing
	on new conference namespace

	* search.tcl: Works more correctly with x:data (thanks Sergei
	Golovan)

	* muc.tcl: Fixed configure and added admin list (thanks David
	Sutton)

2002-10-13  Alexey Shchepin  <alexey@sevcom.net>

	* iq.tcl: Changed interface to iq handlers
	* avatars.tcl: Use new interface
	* iq-plugins/browse.tcl: Likewise
	* iq-plugins/time.tcl: Likewise
	* iq-plugins/version.tcl: Likewise

2002-10-12  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: Negotiation now work via iq:browse

2002-10-10  Alexey Shchepin  <alexey@sevcom.net>

	* joingrdialog.tcl (join_group_dialog): Join on pressing enter in
	dialog window

	* chats.tcl (chat::get_nick): Use roster name for JID as nick if
	possible

	* filetransfer.tcl (ft::send_file_dialog): Takes default IP
	address from socket to server

	* jabberlib-tclxml/jabberlib.tcl: Changed socket encoding to utf-8
	instead of binary, to avoid some problems with blocking

	* chats.tcl (chat::redraw_roster): redraw_roster moved back from
	muc.tcl
	* muc.tcl: Likewise

	* muc.tcl: Removed test_muc condition

	* muc.tcl (muc::commands_comps): Check room for MUC-compatibility
	* muc.tcl (muc::add_conference_menu_items): Likewise

	* joingrdialog.tcl (join_group): Make iq:negotiation before
	joining room

	* presence.tcl (presence_process_x): Fixed namespace for MUC

	* datagathering.tcl (data::fill_field_x): Removed use of "min"
	function, because it not exists in not-extended Tcl

2002-10-09  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: Changed namespaces, due to JEP-0045 changes

	* datagathering.tcl (data::fill_field_x): Don't set height of
	combo boxes more then needed

	* plugins/clientinfo.tcl: Plugin for showing client information
	and automatically ask about it

	* presence.tcl (client:presence): New hook client_presence_hook

	* userinfo.tcl (userinfo::request_iq): New function to send
	various iq queries

	* datagathering.tcl (data::draw_window): New function to draw
	toplevel window with form
	* muc.tcl: Changes to use data::draw_window

	* datagathering.tcl (data::add_label): Don't add ":" to the end of
	label if it ends with punctuation symbol

	* muc.tcl (muc::add_user_popup_info): Add real JID to user popup
	info if it known
	* muc.tcl (muc::whois): Whois command now takes information from
	cache, due to JEP-0045 changes

	* roster.tcl (roster::user_popup_info): User popup info now
	extendable via roster_user_popup_info_hook

	* roster.tcl: More correct login menu for services (thanks Michail
	Litvak)

	* roster.tcl: Minor roster fixes (thanks Sergei Golovan)

	* msgs/ua.msg: Fixed typo (thanks Vladimir Velychko)

2002-10-05  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: More geometry configuration via xrdb for non-tabbed
	interface (thanks Sergei Golovan)

	* msgs/ua.msg: Ukrainian localization (thanks Vladimir Velychko)

2002-10-04  Alexey Shchepin  <alexey@sevcom.net>

	* (all): More interface parameters now configurable via xrdb
	(thanks Sergei Golovan)

2002-10-03  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl (muc::send_ban_voice_list): Fixed namespace

2002-10-01  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: IQ negotiation support

	* roster.tcl: Added Login/logout menu for services (thanks Michail
	Litvak)

	* datagathering.tcl (data::fill_fields_x): <title/> tag support
	and added attribute type='submit' into </x> tag for submited data

2002-09-30  Alexey Shchepin  <alexey@sevcom.net>

	* login.tcl (recv_register_result): Make full reconnect after
	registration

	* tkabber.tcl: I18n support (thanks Sergey Kalinin aka BanZaj)
	* chats.tcl: Likewise
	* roster.tcl: Likewise
	* iface.tcl: Likewise
	* login.tcl: Likewise
	* msgs/: Directory for translation files

2002-09-29  Alexey Shchepin  <alexey@sevcom.net>

	* chat-plugins/logger.tcl: Logs now colored (thanks Sergei
	Golovan)

	* userinfo.tcl: Userinfo window now not a dialog (thanks Sergei
	Golovan)

2002-09-28  Alexey Shchepin  <alexey@sevcom.net>

	* plugins.tcl (plugins::load_dir): New function to load plugins
	hierarchy (thanks Sergey Kalinin)
	* tkabber.tcl: Search plugins in ~/.tkabber/plugins 

	* doc/tkabber.xml: Updates

	* search.tcl: Items in search result now numerated (thanks Sergei
	Golovan)

	* tkabber.tcl: Roster width now configurable via xrdb
	* chats.tcl: Likewise for conference users list (thanks Sergei
	Golovan)

2002-09-27  Alexey Shchepin  <alexey@sevcom.net>

	* chat-plugins/completion.tcl: Algorithm slightly changed to
	support adding of completions via hook 'generate_completions_hook'
	* chat-plugins/me_command.tcl: Added completion of /me command
	* chat-plugins/nick_command.tcl: Added completion of /nick command
	* muc.tcl: Added completions of various MUC commands

	* iface.tcl (tab_set_updated): Fixed highliting of tabs on Windows
	platform with zoomed main window (thanks Sergei Golovan)

	* mclistbox-1.02/mclistbox.tcl: More correctly resize columns
	(thanks Sergei Golovan)

	* muc.tcl (muc::request_ban_voice_list): Use namespace
	jabber:gc:admin instead of incorrect jabber:gc:owner

2002-09-26  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: Ban & voice lists support

	* datagathering.tcl: Fixes to avoid errors in incorrect form

	* muc.tcl: Support for room destruction

	* doc/tkabber.xml: Fixed typo (thanks Marshall T. Rose)

	* iface.tcl: Fixes in X selection support

	* muc.tcl: Support for modifying voice attribute (new commands:
	/voice and /devoice)

	* muc.tcl (muc::handle_commands): Support for /kick, /ban & /whois
	commands in groupchats

2002-09-25  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl (chat::redraw_roster): Separate users with different
	levels in conference userlist

	* presence.tcl (presence_process_x): Support for jabber:gc:user
	namespace
	* muc.tcl (muc::process_gc_user): Likewise

	* muc.tcl (muc::whois): 'set' changed to 'get'

	* muc.tcl: Bugfixes in configuration procedures

2002-09-24  Alexey Shchepin  <alexey@sevcom.net>

	* unix/ispell.tcl: Show variants of misspelled word correction on
	right mouse click (thanks Sergei Golovan)

	* muc.tcl: Support for whois command and subsequent room
	configuration

	* doc/tkabber.xml: slightly better english
	(thanks Marshall T. Rose)
    
	* examples/mtr-config.tcl: slightly newer version
	(thanks Marshall T. Rose)

	* chats.tcl: New hooks chat_create_user_menu_hook and
	chat_create_conference_menu_hook

	* mclistbox-1.02/mclistbox.tcl: mclistbox v1.02 (c) Bryan Oakley
	* search.tcl: Search results now displayed via mclistbox package
	(thanks Sergei Golovan)

2002-09-23  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl (chat::open_window): More correct selecting of tab
	title

	* datagathering.tcl (data::fill_field_x): Fixed bug with incorrect
	sending of selection in list-multi if it not changed

	* datagathering.tcl: Fixed bug with sending content of text-multi
	field

	* chat-plugins/events.tcl (events::setup_ui): Fixed bug with '%'
	in jids

2002-09-22  Alexey Shchepin  <alexey@sevcom.net>

	* muc.tcl: Multi-User Chat support (not completed, enabled by
	setting 'test_muc' to '1')

	* messages.tcl: Support for x:data in messages

	* chat-plugins/events.tcl: Show incoming events also in status
	line in tabbed mode

2002-09-21  Alexey Shchepin  <alexey@sevcom.net>

	* chat-plugins/events.tcl (events::process_x_event): Don't send
	x:event reply when recipient offline

	* messages.tcl (message::send_subscribe): Bugfix in sending
	presence status

	* doc/tkabber.xml: Updates

	* chat-plugins/events.tcl: Support of message events (JEP-0022)

	* chat-plugins/empty_body.tcl: Don't draw messages with empty body

	* jabberlib-tclxml/jabberlib.tcl (jlib::parse): Support of message
	'id' attribute
	* chats.tcl: Likewise

	* unix/ispell.tcl: Fixed leak of text marks

2002-09-20  Alexey Shchepin  <alexey@sevcom.net>

	* doc/tkabber.xml: Updates

	* datagathering.tcl: Support for jabber:x:data (JEP-0004)

	* messages.tcl: display the body from the headline in popup
	balloon (thanks Marshall T. Rose)

2002-09-19  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: New tabs menu items: "Close other tabs" & "Close all
	tabs" (thanks Sergei Golovan)

	* jabberlib-tclxml/jabberlib.tcl: New option keep_alive to
	periodically send empty string to server (thanks Sergei Golovan)

	* (all): put a catch around raising a tab in an "after idle". fix
	a bug in hedaline caching. more info during splash screen. logout
	with a reason fixed (thanks Marshall T. Rose)

	* pixmaps/docking: pixmaps/feather22 moved to here

2002-09-18  Alexey Shchepin  <alexey@sevcom.net>

	* userinfo.tcl (userinfo::fill_user_description): Bugfix

	* presence.tcl (change_our_presence): Bugfix

	* iface.tcl: Logout binded to C-j

	* doc/tkabber.xml: Updates

	* roster.tcl (roster::clean): New procedure to clean up roster
	* login.tcl: Cleanup roster after logout

	* pixmaps/feather22: Roster icons 22x22 moved to here
	* pixmaps/default: New roster icons 16x16

2002-09-17  Alexey Shchepin  <alexey@sevcom.net>

	* balloon.tcl: don't hide balloons under lower boundary of the
	screen (thanks Michail Litvak)

	* unix/ispell.tcl: New option 'check_every_symbol' (thanks Sergei
	Golovan)

	* hooks.tcl: put a "catch" around hook:run. add debugmsg to
	hook::run. removed old debugging stuff from message headline
	caching. run as a hook message headline caching. update docs
	(thanks Marshall T. Rose)

2002-09-16  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl (add_win): Fixed bug with not raising of first tab
	when raise_new_tab=0

	* userinfo.tcl (userinfo::parse_vcard_photo_item): Fixed bug with
	empty BINVAL tag in PHOTO

2002-09-15  Alexey Shchepin  <alexey@sevcom.net>

	* unix/ispell.tcl: Bugfixes

2002-09-14  Alexey Shchepin  <alexey@sevcom.net>

	* iface.tcl: Tkabber interface
	* tkabber.tcl: Moved interface code to iface.tcl

	* default.tcl: Default config
	* tkabber.tcl: Moved default config code to default.tcl

	* userinfo.tcl: Photos in vCard

	* messages.tcl: Fixed bug with double subscription request

	* roster.tcl: Bugfixes

2002-09-13  Alexey Shchepin  <alexey@sevcom.net>

	* (all): Cosmetic changes (thanks Sergei Golovan)

	* unix/ispell.tcl: Support for ispell (thanks Sergei Golovan)
	* doc/tkabber.xml: Updates

2002-09-09  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl (chat::open_window): Bindings to M-Prior and M-Next to
	scroll text in chat window from input window

	* roster.tcl (roster::heuristically_get_category_and_subtype):
	Performance improvements

	* doc/tkabber.xml: Updates

	* tkabber.tcl: New hooks postload_hook and finload_hook.

2002-09-08  Alexey Shchepin  <alexey@sevcom.net>

	* splash.tcl: Show progress window at startup

	* tkabber.tcl: Now main window geometry configurable via xrdb

	* (all): Error dialog when user tries to store not defined avatar.
	More parametrizations to roster look.  Documentation updates.
	(thanks Marshall T. Rose)

	* search.tcl: Now user can search again in the same search dialog
	after receiving results

	* tkabber.tcl (about_window): Bugfix

2002-09-07  Alexey Shchepin  <alexey@sevcom.net>

	* doc/tkabber.xml: Updates

	* textundo/: Textundo package from Donal K. Fellows
	* chats.tcl (chat::open_window): Undo/redo support for input
	windows.  Undo binded to C-z, redo to C-Z.
	* messages.tcl: Likewise

	* chats.tcl (chat::redraw_roster): List of groupchat users sorted
	more correctly

	* login.tcl: HTTPS proxy auth support (thanks Alexander
	Timoshenko)

2002-09-06  Alexey Shchepin  <alexey@sevcom.net>

	* (all): default_message_type now a chat::option.  some minor
	debuging for the gpgme module.  more updates to the docs.  (thanks
	Marshall T. Rose)

	* default.xrdb: New default theme
	* tkabber.tcl: New variable load_default_xrdb

2002-09-05  Alexey Shchepin  <alexey@sevcom.net>

	* presence.tcl: Bugfix

	* roster.tcl: New hook roster_create_groupchat_user_menu_hook

	* tkabber.tcl (add_win): New variable raise_new_tab

	* roster.tcl (roster::create): Bindings for second mouse wheel

	* presence.tcl (get_jids_of_user): Performance improvements

2002-09-04  Alexey Shchepin  <alexey@sevcom.net>

	* register.tcl: Fixed bug with sending <item> tag instead of
	<query>

	* tkabber.tcl: New dialog for raw XML input

	* (all): better icons.  added encrypt button to chat windows.
	added headline caching between Tkabber sessions.  lots of crypto
	fixes.  small change to hook::add so that if you source the same
	plugin multiple times, it doesn't get added multiple times.
	bugfix to presence status.  (thanks Marshall T. Rose)


2002-09-03  Alexey Shchepin  <alexey@sevcom.net>

	* tkabber.tcl: Removed unsetting of 'rw' and 'nw' to make C-r work
	correctly

	* chats.tcl: stop_scroll renamed to options(stop_scroll)

	* avatars.tcl: avatar(announce) & avatar(share) renamed to
	options(...)

	* tkabber.tcl (browseurl): Fixed call to exec for windows platform

	* (all): Show resources for users that have few ones in roster
	(thanks Sergei Golovan)

2002-09-02  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::redraw_after_idle): New function to optimize
	calls to roster::redraw
	* chat.tcl (chat::redraw_roster_after_idle): Likewise for
	chat::redraw_roster

	* doc/: Now we have documentation! (thanks Marshall T. Rose)

	* (all): i got ballooning working with the emoticon menu. wasn't
	easy.  fixed a few corner cases in when tkabber decides to handle
	crypto stuff.  a lot of little changes to make the documentation
	easier.  you can now set presence status from the main menu, e.g.,
	click on "Away" and then enter "at lunch..."  managed to get rid
	of the jlib::presence calls in login.tcl first line of tkabber.tcl
	is friendly in case wish not installed in /usr/bin/.  pixmap_theme
	can now be a directory name.  things re-arranged a bit in
	tkabber.tcl to support the documentation better.  various globals
	unset after use.  my config file now has a splash screen. not all
	that happy with it, but it's a start.  autoaway and dockingtray
	now use fullblown namespaces
	(thanks Marshall T. Rose)

	* messages.tcl (message::send_subscribe): Fixed bug with adding
	jids with uppercase letters

2002-08-31  Alexey Shchepin  <alexey@sevcom.net>

	* login.tcl: Login on "Return" in login dialog

	* roster.tcl (roster::create_user_menu): Added new hook

	* (all): fix SUBDIRS definition in Makefile.  fix some bugs in
	putting icons in the chat window when sending.  replace a lot of
	"$gw withdraw" with "destroy $gw".  have the emoticon menu put a
	space around the emoticon (if necessary).  less paranoid
	signature-checking.  typo in URL to Img package. (thanks Marshall
	T. Rose)

	* gpgme.tcl: Support for GPG (thanks Marshall T. Rose)

2002-08-29  Alexey Shchepin  <alexey@sevcom.net>

	* tkabber.tcl: Support for Unicode in X selection (idea taken from
	alicq)

2002-08-28  Alexey Shchepin  <alexey@sevcom.net>

	* login.tcl: Remember presence status between logins

	* roster.tcl: Ask user before removing item from roster

	* messages.tcl (message::send_subscribe): Show item edit dialog
	after receiving item in roster

	* itemedit.tcl: New module for editing roster items
	* editgroups.tcl: Joined into itemedit.tcl
	* roster.tcl: Code for editing item's name moved to itemedit.tcl

	* unix/wmdock.tcl (wmdock::msg_recv): Don't count messages in
	non-tabs mode

	* tkabber.tcl: Append to auto_path dir with tkabber.tcl instead of
	current dir

	* chats.tcl (chat::open_window): New variable raise_on_activity to
	raise and deiconify windows in non-tabs mode

	* userinfo.tcl: Show UTC and TZ tags in iq:time reply

2002-08-27  Alexey Shchepin  <alexey@sevcom.net>

	* chat-plugins/logger.tcl: Store private chats in conferences,
	fixed bug with history in chats windows

	* chats.tcl (chat::change_presence): Bugfix

	* utils.tcl (double%): New function for doubling '%' symbol in
	bind scripts, to avoid some bugs
	* chat-plugins/history.tcl: Changed bindings to use double%
	function
	* chats.tcl: Likewise
	* roster.tcl: Likewise

2002-08-26  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl: New hook on changing other users presence

	* presence.tcl: New hook on changing our presence

	* login.tcl: New hooks for connected & disconnected procedures

	* unix/wmdock.tcl: Support for WindowMaker dock (thanks Michail
	Litvak)

	* tkabber.tcl (fullpath): Works more correctly

	* tkabber.tcl: make the about window it's own proc; fix
	plugins::load typo for platform (had an extra call to fullpath)
	(thanks Marshall T. Rose)

	* tkabber.tcl (add_win): Change iconname of windows in non-tab
	mode

	* unix/autoaway.tcl: Fixed bug with calling of autoaway functions
	when tkXwin package not present

2002-08-25  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl (chat::add_emoteiconed_text): Limited output of
	emoticons by number of it instead of body size

	* login.tcl: New hooks on connection and disconnection from server

	* filetransfer.tcl (ft::send_file_accept): Content type changed to
	application/data to avoid corrupting of binary files

	* hooks.tcl: All hooks functions moved from plugins.tcl to
	hooks.tcl
	* plugins.tcl: Likewise

	* presence.tcl (get_jid_status): Bugfix

	* (all): removed not needed "global w"; tab_set_updated now has
	defaults for some of its arguments; fixed a typo introduced with
	the silly entry .delete .insert thing; temporarily put a catch
	around the creation of rostericon(user,invisible); tab_set_updated
	is a bit more clever to figure out if an update has actually
	happened (the dockingtray stuff needs that); put finload after the
	invocation of the login dialog; cleaned up autoaway.tcl a bit
	(thanks Marshall T. Rose)

	* roster.tcl (roster::redraw): Don't show groups without online
	users in "Show online users only" mode

	* iq-plugins/time.tcl: Show timezone in <display/> tag

2002-08-24  Alexey Shchepin  <alexey@sevcom.net>

	* joingrdialog.tcl: New conference room creation dialog, but it
	seems that room creation not implemented in jabberd

	* chats.tcl: Colors of chat text can be configured via xrdb

	* pixmaps/gabber/services/: New icons for gabber theme

2002-08-23  Alexey Shchepin  <alexey@sevcom.net>

	* unix/autoaway.tcl: New plugin for autoaway support

	* chats.tcl: Change type of messages with empty type to
	$default_message_type

	* roster.tcl: Fixed showing of conference items foreground

	* roster.tcl: Support for new icons

	* jabberlib-tclxml/tclxml/: Added TclXML with tclparser

	* jabberlib-tclxml/wrapper.tcl: Changes to support tclparser
	library

2002-08-22  Alexey Shchepin  <alexey@sevcom.net>

	* (all): change a few puts into debugmsg. fix an interoperability
	bug with gabber messages. double-sided clicks. a few more "..." in
	the menus. better focus selection in the dialogs. a fix for an
	amusing entry/disabled problem in windows. still another approach
	to the "package require Tls" thing. rearrange the order of some
	widget creations, so that TAB works as you'd expect. add a user
	hook, [get_our_presence_status], that gives the <status/> on a
	presence change. typo in browseurl. various little UI changes
	(thanks Marshall T. Rose)

	* chats.tcl (chat::change_presence): Bugfix

2002-08-21  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::redraw): Items now sorted by names instead
	of jids

	* chats.tcl (chat::create_user_menu): More useful items in user's
	menu

	* joingrdialog.tcl: Checking for errors while joining conference
	with v2 protocol.  Support for password-protected groups with v2
	protocol

	* chats.tcl: Fixed scrollbars in invitation dialog

	* roster.tcl: Fixed scrollbars in 'send users' dialog

	* tkabber.tcl: Menu for avatars

	* avatars.tcl: Support for storing avatar on server and bugfixes

	* chats.tcl (chat::process_message): Temporary workaround in bug
	with empty message type

	* avatars.tcl (avatar::get_image): Fixed typo with debugmg

2002-08-20  Alexey Shchepin  <alexey@sevcom.net>

	* (all): Changed work with icons; added some new icons (thanks
	Sergei Golovan)

	* (all): have avatar.tcl use debugmsg; enable right-clicks for
	chat menubutton; add "..." to create_user_menu; better login/tls
	prompting; small grammar correction (thanks Marshall T. Rose)

	* examples/config.tcl: Expamle of using avatars and emoticons

	* roster.tcl (roster::add_menu_item): Bugfix

	* emoticons.tcl: Emoticons menu can also popup by A-e

2002-08-19  Alexey Shchepin  <alexey@sevcom.net>

	* chat-plugins/nick_command.tcl: Temporary solution for nick
	changes in v1 protocol

	* balloon.tcl: Small fixes to make Frink work more silently
	* browser.tcl: Likewise
	* chats.tcl: Likewise
	* filters.tcl: Likewise
	* plugins.tcl: Likewise

	* roster.tcl: Now users can set default nicks via array
	defaultnick
	* examples/config.tcl: Example of using defaultnick

	* emoticons.tcl: Now in chats we can popup menu with emoticons by
	pressing M-e

	* presence.tcl: Bugfixes

	* roster.tcl: In user popup menu now possible to select different
	resources of users

	* (all): 1. replace remaining "puts" with "debugmsg" 2. menus
	for headlines 3. small typos/capitalizations, e.g., "distrub",
	"Histroy" 4. remove tearoff from the popupmenus (because these
	expect $curuser to point to the current item, but that won't work
	for a tearoff) 5. two new hooks: proc menuload to update the menu
	specification, and proc finload, called right before the
	login. (see examples/mtr-config.tcl for examples of their usage.)
	6. sgml bug fixed. (thanks Marshall T. Rose)

2002-08-18  Alexey Shchepin  <alexey@sevcom.net>

	* userinfo.tcl: Show result of iq:last in more user-readable form

	* avatars.tcl: Basic support for avatars
	* userinfo.tcl: Likewise
	* presence.tcl: Likewise

	* browser.tcl: New icons for aim, icq, msn and yahoo transports
	(thanks Sergei Golovan)

	* roster.tcl: Changed button to show only online buttons (thanks
	Sergei Golovan)
	* tkabber.tcl: Likewise

	* messages.tcl: Changed calls to base64 function

	* roster.tcl: Items indent now less to avoid wasting of useful
	space

	* chats.tcl: Bugfixes

	* roster.tcl: Bugfixes

2002-08-17  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl: Now we have much more beautiful roster (thanks
	Sergei Golovan)

	* chats.tcl: Added menu entry in conferences to show history

	* chat-plugins/logger.tcl: New format for history files, not
	compatible with old

	* (all): 1. for a group conference, have the "Subject:" button lie
	flat and work on right-click, like the rest of the user
	buttons. 2. use the stated priority when logging in. 3. add
	"logout with reason". 4. a few more "..." to menu names, also use
	"Cancel" instead of "Close" for many windows. 5. a lot of cleanups
	for the headline code. it's pretty usable now. 6. still more work
	on the user status popup 7. don't advertise conferences when
	sending users or making invitations 8. better proc browseurl
	9. put logs in ~/.tkabber/logs/ (thanks Marshall T. Rose)

	* login.tcl: Now can send encrypted password (thanks Sergei Golovan)

2002-08-16  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl: Added menu in every userchat for showing user
	information and history

	* roster.tcl: Different menu for conference items

	* chats.tcl (chat::highlighttext): Changing form of mouse cursor,
	when it on URL (thanks Sergei Golovan)

	* (all): new image for headlines (taken from gabber); menubutton
	to invite folks to join an existing conference; implemented
	receiving x:roster and x:oob; implemented sending x:roster;
	implemented resubscribe; for file transfer, will try to get a
	default ip address other than 127.0.0.1; for the
	filters/search/register windows, don't draw them until the server
	responds; diddle status menubutton when starting and when
	dis/connected; if disconnected by network, put up the login
	dialog; many cosmetic changes (big thanks to Marshall T. Rose)

	* chats.tcl: New variable 'url_regexp'

	* tkabber.tcl (pixmap): New function for finding images with
	different themes (thanks Sergei Golovan)
	* browser.tcl: Using 'pixmap' for loading images
	* roster.tcl: Likewise
	* pixmaps/: New themes 'psi' & 'gabber'
	* examples/config.tcl: Example of using different themes

2002-08-15  Alexey Shchepin  <alexey@sevcom.net>

	* Tclx.tcl (lmatch): Fixed bug with regexp processing

	* chat-plugins/completion.tcl: Now completion work correctly with
	nicks that contain non-latin1 characters and work like zsh with
	AUTO_MENU option (cycle completion?)

	* tkabber.tcl: Removed 'T' button from toolbar

2002-08-14  Alexey Shchepin  <alexey@sevcom.net>

	* browser.tcl: Now show number of children in popup balloon for each
	item

	* chats.tcl: Now autoscrolling in chats can be stopped
	* tkabber.tcl: Added menu for stoping autoscroll

	* chats.tcl: Highlighting URLs and start WEB-browser on click

	* chat-plugins/draw_normal_message.tcl: Highlight user's nick at
	begining of message

	* tkabber.tcl (tab_set_updated): Added different levels of updates
	in chats, that highlited with different colors
	* chat-plugins/draw_normal_message.tcl: Likewise
	* chat-plugins/draw_server_message.tcl: Likewise
	* chat-plugins/draw_error.tcl: Likewise

	* (all): Replaced "Ok" to "OK" in dialog buttons

	* tkabber.tcl: Changed grid weight for roster, because with old
	value on some systems roster have null width
	* chats.tcl: Likewise

	* chat-plugins/draw_normal_message.tcl: Nick names also highlited

	* examples/mtr-config.tcl: Updated

	* messages.tcl: Bugfix in headlines processing (thanks Marshall
	T. Rose)

2002-08-13  Alexey Shchepin  <alexey@sevcom.net>

	* userinfo.tcl: Support for editing user's vCard

2002-08-12  Alexey Shchepin  <alexey@sevcom.net>

	* emoticons.tcl: Basic support for JEP-0038 (image/gif only and no
	sounds)

	* (all): Support for headlines, invitations of users to join
	chats, better support for configurable colors, fixing typos, and
	replacing many functions of TclX (big thanks to Marshall T. Rose)

2002-08-11  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl (chat::add_emoteiconed_text): Performance improvements

	* userinfo.tcl: Now can query jabber:iq:last

	* iq-plugins/version.tcl: Show also OS version

	* browser.tcl: Fixed bug with spaces in jids

	* utils.tcl: Added functions to simplify work with canvas tags

	* login.tcl: Support for user's login profiles
	* examples/config.tcl: Added examples of using login profiles

2002-08-10  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl: Fixed bug with nicks containg glob-characters

	* iq-plugins/browse.tcl: Answer on browser requests with supported
	iq namespaces

	* roster.tcl: Now roster don't change position on any change

	* chats.tcl (chat::change_presence): Fixed bug with staying users
	after exiting conference with v2 protocol

	* browser.tcl: Now items can be draged to browser's entry field

	* tkabber.tcl (tab_set_updated): Performance improvements

2002-08-09  Alexey Shchepin  <alexey@sevcom.net>

	* search.tcl: Now users can be added from search results

	* joingrdialog.tcl: Conference-v2 support
	* joingrdialog.tcl (join_group_dialog): Added checkbutton for
	selecting conference protocol

	* roster.tcl: Now items can be draged from browser to roster
	* browser.tcl: Likewise

	* messages.tcl: Processing of jabber:x:roster, jabber:x:oob &
	jabber:x:conference (not completed)

	* tkabber.tcl (debugmsg): New function for showing debug messages
	* browser.tcl: Replaced "puts" to "debugmsg" calls
	* chats.tcl: Likewise
	* filetransfer.tcl: Likewise
	* filters.tcl: Likewise
	* iq.tcl: Likewise
	* joingrdialog.tcl: Likewise
	* plugins.tcl: Likewise
	* presence.tcl: Likewise
	* roster.tcl: Likewise
	* search.tcl: Likewise
	* userinfo.tcl: Likewise

2002-08-08  Alexey Shchepin  <alexey@sevcom.net>

	* joingrdialog.tcl: Conference-v2 support (not completed)

	* login.tcl (show_login_dialog): Set focus by default on "Login"
	button

	* roster.tcl: Now in group names drawed how many online users in
	this group

	* browser.tcl: Bugfixes & removed old browser code

	* tkabber.tcl: Reorganized main menu

2002-08-07  Alexey Shchepin  <alexey@sevcom.net>

	* userinfo.tcl: Changes to more correspond to
	http://www.jabber.org/protocol/vcard-xml/vCard-XML-v2-20010520.dtd
	(not completed)

	* browser.tcl: New Jabber Browser interface

2002-08-06  Alexey Shchepin  <alexey@sevcom.net>

	* filters.tcl: Support for editing filters

	* browser.tcl: Browser now can be scrolled with mousewheel (if it
	binds to 4 and 5 mouse buttons).

	* login.tcl (client:disconnect): New function, that called when
	disconnecting

	* tkabber.tcl: Now roster can be collapsed with C-r

2002-08-05  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl: Scrollbars on roster now drawed only when needed

	* search.tcl: Displaying of jids in search results and added
	scrollbars

	* (all): Tkabber now can be started from any directory

	* login.tcl: Fixed typo which result in ignoring entered in login
	dialog fields

	* tkabber.tcl: Correctly logout when closing main window

2002-08-03  Alexey Shchepin  <alexey@sevcom.net>

	* emoticons.tcl: Changed emoteicons API

	* userinfo.tcl: Bugfix

2002-08-02  Alexey Shchepin  <alexey@sevcom.net>

	* examples: Added some examples of config file & xrdb files
	(thanks Sergei Golovan)

	* login.tcl: All data for login now stored in loginconf variable

	* tkabber.tcl (tab_set_updated): Bugfix in tabs highlighting

	* balloon.tcl: Added new tooltips engine (thanks Sergei Golovan)

	* tkabber.tcl: Config now stored in ~/.tkabber/config.tcl

	* tkabber.tcl: Fixed bug with incorrect closing of chat windows

2002-08-01  Alexey Shchepin  <alexey@sevcom.net>

	* chats.tcl (chat::open_window): Don't resize roster when resizing
	window
	* tkabber.tcl: Likewise

	* messages.tcl (send_message_dialog): Now destination address can
	be edited
	* tkabber.tcl (menu): Added menu entry for sending new messages

	* tkabber.tcl: Support for status line
	* roster.tcl (roster::on_change_jid_presence): Likewise

	* filetransfer.tcl: Bugfixes in sending file 

	* tkabber.tcl (tab_set_updated): Highlighting tabs in non-active
	chats

	* roster.tcl: Added dialog for editing names of roster items

	* chats.tcl (chat::open_window): Now if jid have name in roster,
	then this name used in titles.

2002-07-31  Alexey Shchepin  <alexey@sevcom.net>

	* tkabber.tcl (add_win): Temporary workaround for bug with tabs &
	jids with spaces

2002-07-30  Alexey Shchepin  <alexey@sevcom.net>

	* roster.tcl (roster::addline): Collapsed groups now highlighted

	* filetransfer.tcl: Basic support for file transfers
	* iq-plugins/oob.tcl: Likewise

	* iq.tcl: Answer "501 Not Implemented" on unknown iq requests

2002-07-29  Alexey Shchepin  <alexey@sevcom.net>

	* browser.tcl: Add checks to avoid errors when reply received in
	closed window

	* login.tcl: Now we can create new accounts

	* editgroups.tcl (change_groups_to_user): Changes in roster item
	groups now don't touch another item parameters
	* roster.tcl (roster::item_to_xml): Likewise

	* (all): Tkabber now parse xml stream via TclXML library
	(http://tclxml.sf.net)

	* utils.tcl (tolower_node_and_domain): Fixed stupid bug with
	doubling of resource field in jids that have not node field

	* tkabber.tcl: Fixed mistake in menu "Services"

	* tkabber.tcl (add_win): Fixed mistake with "wm title"