]> git.deb.at Git - pkg/abook.git/commitdiff
post 0.5 update
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Sat, 28 Jun 2003 18:14:49 +0000 (18:14 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Sat, 28 Jun 2003 18:14:49 +0000 (18:14 +0000)
README
TODO
abook.c
configure
configure.in

diff --git a/README b/README
index 9ef376f1f0b489f37840f827fb97a680b3b0cf25..ffe2de92b2592b0426cf0b2588a9e1fc18ffdbb6 100644 (file)
--- a/README
+++ b/README
@@ -73,5 +73,5 @@ See COPYING for details.
 CONTACT AUTHOR
 
 Send bugreports, fixes, wishes etc. to Jaakko Heinonen
-<jheinonen@users.sourceforge.net>
+<jheinonen@users.sourceforge.net> or use the mailing list.
 
diff --git a/TODO b/TODO
index f344b0b9837620cc1e8b77e26706197c63bc2044..7a75905cce8d3814b84538e4201bcb397285aaab 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,4 @@
 
-0.5
  - new file format (xml?)
- - new configuration system (maybe not yet in 0.5)
-   - custom views, keybindings
- - update man pages
-
+ - custom views, keybindings
+ - utf-8 support
diff --git a/abook.c b/abook.c
index d91b64f7ef088315368053ebef901bae1cc33a27..d7965098aa7fa9c57a8689465d4161a76841e30c 100644 (file)
--- a/abook.c
+++ b/abook.c
@@ -707,6 +707,7 @@ init_add_email()
 {
        set_filenames();
        atexit(free_filenames);
+       check_abook_directory();
        init_opts();
        load_opts(rcfile);
        atexit(free_opts);
index 01a5eec731ae660899306042241aae9e725d2957..3f526085beb361fedf4077616e141e34e18afbdb 100755 (executable)
--- a/configure
+++ b/configure
@@ -1527,7 +1527,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=abook
- VERSION=0.5.0preX
+ VERSION=0.5.0
 
 
 cat >>confdefs.h <<_ACEOF
index ecfedcd72ac0f34c20bbc5fe192f2b3eda1a33c0..fd01f99403567aeebd37b772fb48e39de236693e 100644 (file)
@@ -1,7 +1,7 @@
 dnl abook configure.in
 
 AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 0.5.0preX)
+AM_INIT_AUTOMAKE(abook, 0.5.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_DEFINE(HAVE_SNPRINTF, 0, [Define if snprintf is available.])