From: Paul Mangan Date: Thu, 22 May 2003 20:36:20 +0000 (+0000) Subject: revert to get ldap into it previous working state and add new Taiwanese translation X-Git-Tag: rel_0_9_0~7 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=685476e2d6a91159773a41679b3eabaa8e99bbe2;hp=4cae2894e5292798d64c040d7313f927aaddaef1 revert to get ldap into it previous working state and add new Taiwanese translation --- diff --git a/AUTHORS b/AUTHORS index 43ef40d5a..ffbd2b545 100644 --- a/AUTHORS +++ b/AUTHORS @@ -175,3 +175,4 @@ contributors (beside the above; based on Changelog) Kevin Vigor James Noyes Radek Vybiral + Tsu-Fan Cheng diff --git a/ChangeLog.claws b/ChangeLog.claws index 60f3beff9..7f92237b4 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,24 @@ +2003-05-22 [paul] 0.8.11claws175 + + * src/Makefile.am + src/addrbook.[ch] + src/addrcache.[ch] + src/addr_compl.[ch] + src/adressbook.[ch] + src/addrindex.[ch] + src/addritem.[ch] + src/editaddress.c + src/editgroup.c + src/editldap_basedn.c + src/editldap.c + src/jpilot.c + src/vcard.c + revert to get ldap into it previous working state + + * po/zh_TW.Big5.po + new Taiwanese translation, + submitted by Tsu-Fan Cheng + 2003-05-22 [christoph] 0.8.11claws174 * src/plugins/spamassassin/libspamc.[ch] diff --git a/configure.ac b/configure.ac index 7d3c062f5..f680ff899 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws174 +EXTRA_VERSION=claws175 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target @@ -79,7 +79,7 @@ case "$target" in esac dnl for gettext -ALL_LINGUAS="bg cs de el en_GB es fr hr hu it ja ko nl pl pt_BR ru sr sv" +ALL_LINGUAS="bg cs de el en_GB es fr hr hu it ja ko nl pl pt_BR ru sr sv zh_TW.Big5" AM_GNU_GETTEXT dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext)) localedir='${prefix}/${DATADIRNAME}/locale'