From 2ae601743ddfe11ecfd7e8a5d7105bdf026f5285 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Tue, 10 Sep 2002 08:34:51 +0000 Subject: [PATCH] add The Bat! addressbook conversion script and Bulgarian message catalog --- AUTHORS | 1 + ChangeLog.claws | 14 ++++++++++++++ configure.in | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f848d6de3..400612381 100644 --- a/AUTHORS +++ b/AUTHORS @@ -155,3 +155,4 @@ contributors (beside the above; based on Changelog) Botalov Vyacheslav Urosevic Aleksandar Martin Kluge + George Danchev diff --git a/ChangeLog.claws b/ChangeLog.claws index 81427dddd..569a18b94 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,17 @@ +2002-09-10 [paul] 0.8.2claws32 + + * AUTHORS + po/bg.po ** NEW FILE ** + new Bulgarian translation submitted by + George Danchev + + * tools/Makefile.am + tools/README + tools/tb2sylpheed ** NEW FILE ** + add script that converts an addressbook exported + from The Bat! into a Sylpheed addressbook. Submitted + by Urke MMI + 2002-09-10 [paul] 0.8.2claws31 * sync with 0.8.2cvs12 diff --git a/configure.in b/configure.in index 13219e4c6..662226ffc 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws31 +EXTRA_VERSION=claws32 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target @@ -70,7 +70,7 @@ case "$target" in esac dnl for gettext -ALL_LINGUAS="cs de el en_GB es fr hr it ja ko nl pl pt_BR ru sr sv" +ALL_LINGUAS="bg cs de el en_GB es fr hr it ja ko nl pl pt_BR ru sr sv" AM_GNU_GETTEXT dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext)) localedir='${prefix}/${DATADIRNAME}/locale' -- 2.25.1