]> git.deb.at Git - pkg/abook.git/commitdiff
preparing for 0.5 release
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Thu, 29 May 2003 08:26:57 +0000 (08:26 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Thu, 29 May 2003 08:26:57 +0000 (08:26 +0000)
ANNOUNCE
BUGS
ChangeLog
FAQ
README
abookrc.5
configure.in

index 2542b270c7fe77ef867cecc88f2796d800fc3ddc..abff6e66c646a40f35ab31194eff15269b5f2ace 100644 (file)
--- 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 1ab411cc24f9a1c65d195a649b3beb1fcc15d4aa..7ef77b85b467a4e1edf95e8a5bd5b2c1121ed9d6 100644 (file)
--- 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
index 28590028bd0e80d3bdd7df8bf4adf9a5fba073ab..95d8b970fd91a210130d6303d56b3f999a16baf0 100644 (file)
--- 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 25ab2f70bc16d8417d7b083a995d8fedf0516584..095db535242830956de3fd302c7225cd690d6fe5 100644 (file)
--- 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 6589816039ada77e28987e2700454407517ca560..e4ce59c9af7e7a13f69ff3be4f884b1466aceaba 100644 (file)
--- 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
index 51ce9acfe21359256299b0ffef1a6b071472a20e..adaae9e7c19b9d0a8d869b94bd540c50321b9004 100644 (file)
--- 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
index 1bfbc85da4974611ca319b0d2cfc76ee5f0ca955..e8b62d464952546c71206666292466f476d3c773 100644 (file)
@@ -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.])