From: Jaakko Heinonen Date: Thu, 29 May 2003 08:26:57 +0000 (+0000) Subject: preparing for 0.5 release X-Git-Tag: upstream/0.6.1~2^2~260 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=5b536f8ab04f16f8383ef01ddec36eae6d272b6f;p=pkg%2Fabook.git preparing for 0.5 release --- diff --git a/ANNOUNCE b/ANNOUNCE index 2542b27..abff6e6 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -abook v 0.4 +abook v 0.5 Abook is small and powerful addressbook program designed to use with mutt mail client. Abook runs on Linux / FreeBSD and probably with small changes on other diff --git a/BUGS b/BUGS index 1ab411c..7ef77b8 100644 --- a/BUGS +++ b/BUGS @@ -3,6 +3,8 @@ known bugs in abook * in X terminals keyboard may not behave as expected - this is probably a ncurses problem * incompatible with some terminals + - there seems to be some problems with some gnome-terminal versions - + gnome-terminal bug? * mutt / elm / pine export filters allow to create a file with duplicate aliases diff --git a/ChangeLog b/ChangeLog index 2859002..95d8b97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2002xxxx +2003xxxx - updated autoconf/automake - updated man page - pine import filter update diff --git a/FAQ b/FAQ index 25ab2f7..095db53 100644 --- a/FAQ +++ b/FAQ @@ -1,6 +1,11 @@ abook FAQ ~~~~~~~~~ +Q: Can I recall the old value in editor? + +A: Yes, use up arrow to recall the old value. + + Q: How to query all addresses when I press 'Q' in mutt? A: Type "all" to the prompt. diff --git a/README b/README index 6589816..e4ce59c 100644 --- a/README +++ b/README @@ -43,6 +43,11 @@ After this you can make queries from mutt using the query command ('Q') and add sender e-mail addresses to the addressbook from pager using 'A' command. (Of course you can choose another keybinding if you like.) +UPGRADING FROM VERSION 0.4 + +You must import your abook 0.4 addressbook file because 0.5 uses different +location to store the file. + NOTES If your language specific characters don't work correctly make sure diff --git a/abookrc.5 b/abookrc.5 index 51ce9ac..adaae9e 100644 --- a/abookrc.5 +++ b/abookrc.5 @@ -2,6 +2,9 @@ .nh .SH NAME \fB$HOME/.abookrc\fP \- configuration file for abook address book program +.SH WARNING +This man page is not up to date with abook version 0.5. See sample.abookrc +for abookrc syntax. It can be found on http://abook.sourceforge.net/sample.abookrc . .SH DESCRIPTION This manual page documents briefly the .B .abookrc diff --git a/configure.in b/configure.in index 1bfbc85..e8b62d4 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 2002xxxx) +AM_INIT_AUTOMAKE(abook, 2003xxxx) AM_CONFIG_HEADER(config.h) AC_DEFINE(HAVE_SNPRINTF, 0, [Define if snprintf is available.])