From 8c843d79878f4e5c912680d9c15f5cd46356f169 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Dec 2000 20:42:49 +0000 Subject: Added a bit of addressbook NEWS. 2000-12-14 Christopher James Lahey * NEWS (Addressbook): Added a bit of addressbook NEWS. * configure.in: Updated the gal check to require gal 0.4. svn path=/trunk/; revision=7030 --- ChangeLog | 6 ++++++ NEWS | 6 ++++-- configure.in | 6 +++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 60e0ea03da..f0b6e45387 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-14 Christopher James Lahey + + * NEWS (Addressbook): Added a bit of addressbook NEWS. + + * configure.in: Updated the gal check to require gal 0.4. + 2000-12-14 Christopher James Lahey * art/mail-new.xpm, art/mail-read.xpm, art/mail-replied.xpm: Moved diff --git a/NEWS b/NEWS index 333b5d8547..904179acb6 100644 --- a/NEWS +++ b/NEWS @@ -191,9 +191,11 @@ Calendar: Addressbook: - Addressbook conduit now working, experimentally, except for - extended character support (ie accented chars) (JP) + extended character support (ie accented chars.) (JP) - - Extended wombat functionality with getChanges call (JP) + - Extended wombat functionality with getChanges call. (JP) + + - Full name and address dialogs in contact editor fixed. (Chris) Executive Summary: (iain) diff --git a/configure.in b/configure.in index df6793e657..74efbf168c 100644 --- a/configure.in +++ b/configure.in @@ -313,14 +313,14 @@ fi dnl ****************************** dnl Gnome App Lib checking dnl ****************************** -AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.3) +AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.4) if gnome-config --libs gal > /dev/null 2>&1; then vers=`gnome-config --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \ awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 100 + $4;}'` - if test "$vers" -ge 30000; then + if test "$vers" -ge 40000; then AC_MSG_RESULT(found) else - AC_MSG_ERROR(You need at least GNOME Application libs 0.3 for this version of Evolution) + AC_MSG_ERROR(You need at least GNOME Application libs 0.4 for this version of Evolution) fi else AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed) -- cgit v1.2.3