add The Bat! addressbook conversion script and Bulgarian message catalog
authorPaul Mangan <paul@claws-mail.org>
Tue, 10 Sep 2002 08:34:51 +0000 (08:34 +0000)
committerPaul Mangan <paul@claws-mail.org>
Tue, 10 Sep 2002 08:34:51 +0000 (08:34 +0000)
AUTHORS
ChangeLog.claws
configure.in

diff --git a/AUTHORS b/AUTHORS
index f848d6de37d9d68f818eea6b8f2d5266c41c2991..400612381da587b530a1a43c91e766006210ed70 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -155,3 +155,4 @@ contributors (beside the above; based on Changelog)
        Botalov Vyacheslav
        Urosevic Aleksandar
        Martin Kluge
        Botalov Vyacheslav
        Urosevic Aleksandar
        Martin Kluge
+       George Danchev
index 81427dddd8eb2bfd8512133ae06eabbafbec459e..569a18b94c0ecf1865e6075c18802100ba49d844 100644 (file)
@@ -1,3 +1,17 @@
+2002-09-10 [paul]      0.8.2claws32
+
+       * AUTHORS
+         po/bg.po      ** NEW FILE **
+               new Bulgarian translation submitted by
+               George Danchev <danchev@spnet.net>
+               
+       * 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 <urke-kg@eunet.yu>
+
 2002-09-10 [paul]      0.8.2claws31
 
        * sync with 0.8.2cvs12
 2002-09-10 [paul]      0.8.2claws31
 
        * sync with 0.8.2cvs12
index 13219e4c67ee262d2fee38ec783fa8d15d985a11..662226ffcde6756a1bec11de7b9f44e8fb91c5b3 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
 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
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -70,7 +70,7 @@ case "$target" in
 esac
 
 dnl for gettext
 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'
 AM_GNU_GETTEXT
 dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext))
 localedir='${prefix}/${DATADIRNAME}/locale'