]> git.deb.at Git - pkg/abook.git/commitdiff
documentation update
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 4 Jun 2003 12:11:51 +0000 (12:11 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 4 Jun 2003 12:11:51 +0000 (12:11 +0000)
ChangeLog
README
abook.1
abookrc.5
configure
configure.in

index 32654202da3070629120fdf2950b9d4a9e4861b6..776ee467d4dfb3735382e5503bb46ee8faab4a77 100644 (file)
--- 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)
  - 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 e4ce59c9af7e7a13f69ff3be4f884b1466aceaba..9ef376f1f0b489f37840f827fb97a680b3b0cf25 100644 (file)
--- 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 f2f92ddb726f022e1c296857a53312e16f32cab7..b975900bf1b9f4a8d980543a45106e999b1e989e 100644 (file)
--- 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 <filename> | \fB--mutt-query\fP <string> | \fB--convert\fP <inputformat> <inputfile> <outputformat> <outputfile> | \fB--add-email\fP | \fB--add-email-quiet\fP ] 
index adaae9e7c19b9d0a8d869b94bd540c50321b9004..d16c24d662135b2b5a693490351070fc67683ee4 100644 (file)
--- 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
index 47fb61098a4e6e336305796ef78b4720ac1dedf1..01a5eec731ae660899306042241aae9e725d2957 100755 (executable)
--- 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
index f4164208c18ec16ebe4c68f4685f51cb141393d6..ecfedcd72ac0f34c20bbc5fe192f2b3eda1a33c0 100644 (file)
@@ -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.])