# HG changeset patch # User Mikael Berthe # Date 1136757382 -3600 # Node ID 4674e92a3e019b55eaf93343b23d3beb7f0cb0e9 # Parent ef7f0b58a1592eeef18b0d6a12ba320e341c8b38 Update ChangeLog diff -r ef7f0b58a159 -r 4674e92a3e01 mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Jan 08 22:26:02 2006 +0100 +++ b/mcabber/ChangeLog Sun Jan 08 22:56:22 2006 +0100 @@ -1,6 +1,19 @@ mcabber (0.7.3-dev) - * + * Fix a segfault when a resource contains non-representable chars + * Fix an UTF-8 encoding issue when joining a room + * Fix an eventcmd issue + * Chat Mode is automatically enabled when some commands are entered + ("/info", "/room names", "/room whois") + * Messages can be sent to agents + * MUC: server messages do not set the new_message flag anymore + * New "load_muc_logs" option, logfiles are not loaded for MUC room by default + * New "nickname" option, to set the default nickname in chatrooms + * Add "/msay send_to" command + * "/add" and "/status_to" can be used with special jid "." for the current + selected buddy + * Lots of misc. bugfixes + * Documentation updates -- Mikael, ?