# HG changeset patch # User Mikael Berthe # Date 1121188989 -3600 # Node ID 29b27c8692ea8a4034bc535e706444e607aac8cf # Parent 27a29dc72d2516791da423dc08514c37486d8962 Post-0.6.3 changes diff -r 27a29dc72d25 -r 29b27c8692ea mcabber/ChangeLog --- a/mcabber/ChangeLog Tue Jul 12 18:04:43 2005 +0100 +++ b/mcabber/ChangeLog Tue Jul 12 18:23:09 2005 +0100 @@ -1,3 +1,9 @@ +mcabber (0.6.4-dev) + + + + -- Mikael, ? + mcabber (0.6.3) * Fix interactive password crash diff -r 27a29dc72d25 -r 29b27c8692ea mcabber/configure.ac --- a/mcabber/configure.ac Tue Jul 12 18:04:43 2005 +0100 +++ b/mcabber/configure.ac Tue Jul 12 18:23:09 2005 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.6.3],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.6.4-dev],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h) diff -r 27a29dc72d25 -r 29b27c8692ea mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Tue Jul 12 18:04:43 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Tue Jul 12 18:23:09 2005 +0100 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.6.3, July 2005 +v0.6.4-dev, July 2005 NAME ---- diff -r 27a29dc72d25 -r 29b27c8692ea mcabber/src/commands.c --- a/mcabber/src/commands.c Tue Jul 12 18:04:43 2005 +0100 +++ b/mcabber/src/commands.c Tue Jul 12 18:23:09 2005 +0100 @@ -100,7 +100,7 @@ cmd_add("say", "Say something to the selected buddy", 0, 0, &do_say); //cmd_add("search"); //cmd_add("send_auth"); - //cmd_add("set", "Set/query an option value", 0, 0, &do_set); + cmd_add("set", "Set/query an option value", 0, 0, &do_set); cmd_add("status", "Show or set your status", COMPL_STATUS, 0, &do_status); // Status category