# HG changeset patch # User Mikael Berthe # Date 1136840163 -3600 # Node ID c2da058e8849788ac26c69d899541f28aaa7ec75 # Parent 4111ff4cdd1531f83b5c385598d21cdacd627ac4 Update TODO & ChangeLog diff -r 4111ff4cdd15 -r c2da058e8849 mcabber/ChangeLog --- a/mcabber/ChangeLog Mon Jan 09 19:40:29 2006 +0100 +++ b/mcabber/ChangeLog Mon Jan 09 21:56:03 2006 +0100 @@ -6,6 +6,7 @@ * Chat Mode is automatically enabled when some commands are entered ("/info", "/room names", "/room whois") * Messages can be sent to agents + * The unread_message flags are not reset when the server connection is lost * 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 diff -r 4111ff4cdd15 -r c2da058e8849 mcabber/TODO --- a/mcabber/TODO Mon Jan 09 19:40:29 2006 +0100 +++ b/mcabber/TODO Mon Jan 09 21:56:03 2006 +0100 @@ -10,7 +10,6 @@ * UTF-8 support (Can somebody help me?) * Implement automatic reconnection after network failure - Note: "New message" flags are currently lost on connection failure * Presence notification is always accepted. We should ask... * Display status / chat mode (a status line would be great) * Pending message flag is not displayed when buddy is outside Contact window, @@ -25,7 +24,9 @@ * Persistent room in the roster (join every connect) * MUC: advanced settings for room creation * MUC: join password-protected room -* JEP-0022: Message events (composing, etc.) +* MUC: display roles of room members +* JEP-0022/0085: Message events / chat states (composing, etc.) +* Add a way to lock the buffer scrolling * File transfer? :)