# HG changeset patch # User Mikael Berthe # Date 1122325095 -3600 # Node ID 1fb0a7fe4272e765e8b9613abee317306a4575bc # Parent bd5638c21834514e2cec62815fbad49a5c0de37a Update NEWS, TODO & ChangeLog diff -r bd5638c21834 -r 1fb0a7fe4272 mcabber/ChangeLog --- a/mcabber/ChangeLog Mon Jul 25 21:46:35 2005 +0100 +++ b/mcabber/ChangeLog Mon Jul 25 21:58:15 2005 +0100 @@ -10,7 +10,13 @@ They are corrected automatically (to 700 and 600) - Warn when mcabber main directory ($HOME/.mcabber) has bad permissions * First Ctrl-C didn't really leave multi-line message mode! (merge issue) - * A few internal changes and minor bugfixes + * Add "/buffer search_backward" and "/buffer search_forward", to search + for a string in a buffer window + * New logging system. The "debug" file has been replaced by a "trace file", + and 2 levels are availabler. In level 1, the messages from the log window + are written to te trace file. In level 2, debug messages and XML are + written to the file. See the sample configuration file. + * A few other internal changes and minor bugfixes -- Mikael, ? diff -r bd5638c21834 -r 1fb0a7fe4272 mcabber/NEWS --- a/mcabber/NEWS Mon Jul 25 21:46:35 2005 +0100 +++ b/mcabber/NEWS Mon Jul 25 21:58:15 2005 +0100 @@ -1,3 +1,11 @@ +mcabber (0.6.5) + + * The "debug" option has been replaced with the tracelog_level and + tracelog_file options. The sample config. file has been updated, + so you should have a look at it if you want to use advanced logging. + + -- Mikael, 2005-07-25 + mcabber (0.6.4) * The configuration file format has changed. Options need to be set using diff -r bd5638c21834 -r 1fb0a7fe4272 mcabber/TODO --- a/mcabber/TODO Mon Jul 25 21:46:35 2005 +0100 +++ b/mcabber/TODO Mon Jul 25 21:58:15 2005 +0100 @@ -5,7 +5,6 @@ TODO: -* Improve debug logging system * Implement automatic reconnection after network failure * Presence notification is always accepted. We should ask... * UTF-8 support (Can somebody help me?) @@ -32,8 +31,6 @@ - /buffer + /buffer % 50 (jump to 50 %) + /buffer date $date (jump to first msg after $date) - + /buffer search $string - (backward or forward? maybe search_backward/search_forward) - /group + rename - /say_to blabla