CONTACT AUTHOR
Send bugreports, fixes, wishes etc. to Jaakko Heinonen
-<jheinonen@users.sourceforge.net>
+<jheinonen@users.sourceforge.net> or use the mailing list.
-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
{
set_filenames();
atexit(free_filenames);
+ check_abook_directory();
init_opts();
load_opts(rcfile);
atexit(free_opts);
# Define the identity of the package.
PACKAGE=abook
- VERSION=0.5.0preX
+ VERSION=0.5.0
cat >>confdefs.h <<_ACEOF
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.])