From 98f2bc1e0859323f381aa818a8c00d7ee85399d8 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Sat, 28 Jun 2003 18:14:49 +0000 Subject: [PATCH] post 0.5 update --- README | 2 +- TODO | 7 ++----- abook.c | 1 + configure | 2 +- configure.in | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README b/README index 9ef376f..ffe2de9 100644 --- a/README +++ b/README @@ -73,5 +73,5 @@ See COPYING for details. CONTACT AUTHOR Send bugreports, fixes, wishes etc. to Jaakko Heinonen - + or use the mailing list. diff --git a/TODO b/TODO index f344b0b..7a75905 100644 --- 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 d91b64f..d796509 100644 --- 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); diff --git a/configure b/configure index 01a5eec..3f52608 100755 --- 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 diff --git a/configure.in b/configure.in index ecfedcd..fd01f99 100644 --- a/configure.in +++ b/configure.in @@ -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.]) -- 2.39.2