From b222a00a20524e0d34b18d47cd43f4d0af2ab26f Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Wed, 4 Jun 2003 12:11:51 +0000 Subject: [PATCH] documentation update --- ChangeLog | 9 ++++++--- README | 8 ++++++-- abook.1 | 2 ++ abookrc.5 | 3 ++- configure | 2 +- configure.in | 2 +- 6 files changed, 18 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3265420..776ee46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ +0.5.0 + - tried to work around some problems with readline + - some documentation update 20030530 - updated autoconf/automake - updated man page - pine import filter update - 20021008 - options.c rewritten (new mutt style rc file support) - palmcsv export filter (Koenraad Heijlen) @@ -11,20 +13,21 @@ - merged newtab patch by Sinan Kaan Yerli - new option: add_email_prevent_duplicates - bugfixes - 2002-03-11 - readline support - abook can be compiled with g++ - attempt to improve --datafile behavior - html filter update (Morten Brix Pedersen) - store rcfile and addressbook to .abook directory - 2002-02-04 - use getopt to parse command line (also new options added) - use strcoll instead of strcmp for sorting entries - html filter fix - bugfixes +0.4.17 + - fixed an annoying file creation bug + 0.4.16 - use strcoll instead of strcmp for sorting entries - html filter fix diff --git a/README b/README index e4ce59c..9ef376f 100644 --- a/README +++ b/README @@ -43,10 +43,14 @@ 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.) +It's also recommeded to set pipe_decode variable in mutt configuration. +See the mutt manual for details. + UPGRADING FROM VERSION 0.4 -You must import your abook 0.4 addressbook file because 0.5 uses different -location to store the file. +You must import your abook 0.4 addressbook file because it is stored +to a different location. Configuration file is now located to $HOME/.abook/ +directory and it's called abookrc . (without leading dot) NOTES diff --git a/abook.1 b/abook.1 index f2f92dd..b975900 100644 --- a/abook.1 +++ b/abook.1 @@ -2,6 +2,8 @@ .nh .SH NAME abook \- text-based address book program +.SH WARNING +This man page is not completely up to date. .SH SYNOPSIS .B abook [ \fB--help\fP | \fB--datafile\fP | \fB--mutt-query\fP | \fB--convert\fP | \fB--add-email\fP | \fB--add-email-quiet\fP ] diff --git a/abookrc.5 b/abookrc.5 index adaae9e..d16c24d 100644 --- a/abookrc.5 +++ b/abookrc.5 @@ -1,10 +1,11 @@ .TH ABOOKRC 5 "Jan 2, 2001" .nh .SH NAME -\fB$HOME/.abookrc\fP \- configuration file for abook address book program +\fB$HOME/.abook/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 . +Since the version 0.5.0 abookrc is stored in $HOME/abook/. .SH DESCRIPTION This manual page documents briefly the .B .abookrc diff --git a/configure b/configure index 47fb610..01a5eec 100755 --- a/configure +++ b/configure @@ -1527,7 +1527,7 @@ fi # Define the identity of the package. PACKAGE=abook - VERSION=20030530 + VERSION=0.5.0preX cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index f416420..ecfedcd 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 20030530) +AM_INIT_AUTOMAKE(abook, 0.5.0preX) AM_CONFIG_HEADER(config.h) AC_DEFINE(HAVE_SNPRINTF, 0, [Define if snprintf is available.]) -- 2.39.2