diff --git a/ChangeLog b/ChangeLog index 3fdc500..05a2d7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 1.4 (2010/03/03): + * Added iCalendar export + * Added french translation (many thanks to Pierre Etchemaïté) + Version 1.3 (2009/12/14): * Fixed IM to wrong contact when using notifications * Fixed dealing with February 29 (#2909655) diff --git a/VERSION b/VERSION index 183beba..c068b24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4-pre3 +1.4 diff --git a/build-linux-x86-package.sh b/build-linux-x86-package.sh index 05cc063..98c962f 100755 --- a/build-linux-x86-package.sh +++ b/build-linux-x86-package.sh @@ -8,6 +8,7 @@ mkdir -p ${DIR}/pixmaps/pidgin/${PROJECT} && \ mkdir -p ${DIR}/sounds/pidgin/${PROJECT} && \ mkdir -p ${DIR}/locale/de/LC_MESSAGES && \ mkdir -p ${DIR}/locale/ru/LC_MESSAGES && \ +mkdir -p ${DIR}/locale/fr/LC_MESSAGES && \ cp ChangeLog ${DIR}/ChangeLog && \ cp README.linux_binary ${DIR}/ReadMe && \ cp src/.libs/${PROJECT}.so ${DIR}/plugins && \ @@ -15,6 +16,7 @@ cp share/pixmaps/*.png ${DIR}/pixmaps/pidgin/${PROJECT} && \ cp share/sounds/*.wav ${DIR}/sounds/pidgin/${PROJECT} && \ cp po/de.gmo ${DIR}/locale/de/LC_MESSAGES/${PROJECT}.mo && \ cp po/ru.gmo ${DIR}/locale/ru/LC_MESSAGES/${PROJECT}.mo && \ +cp po/fr.gmo ${DIR}/locale/fr/LC_MESSAGES/${PROJECT}.mo && \ cp install_linux_package.sh ${DIR}/install.sh && \ tar czvf ${DIR}.tar.gz ${DIR} && \ rm -rf ${DIR} diff --git a/build-win32-package.sh b/build-win32-package.sh index 81f9531..09fe3bb 100755 --- a/build-win32-package.sh +++ b/build-win32-package.sh @@ -8,6 +8,7 @@ mkdir -p ${WIN32DIR}/pidgin/pixmaps/pidgin/${PROJECT} && \ mkdir -p ${WIN32DIR}/pidgin/sounds/pidgin/${PROJECT} && \ mkdir -p ${WIN32DIR}/pidgin/locale/de/LC_MESSAGES && \ mkdir -p ${WIN32DIR}/pidgin/locale/ru/LC_MESSAGES && \ +mkdir -p ${WIN32DIR}/pidgin/locale/fr/LC_MESSAGES && \ sed 's/$/\r/' ChangeLog >${WIN32DIR}/ChangeLog.txt && \ sed 's/$/\r/' README.win32 >${WIN32DIR}/ReadMe.txt && \ cp src/${PROJECT}.dll ${WIN32DIR}/pidgin/plugins && \ @@ -16,6 +17,7 @@ cp share/sounds/*.wav ${WIN32DIR}/pidgin/sounds/pidgin/${PROJECT} && \ i586-mingw32msvc-strip --strip-unneeded ${WIN32DIR}/pidgin/plugins/${PROJECT}.dll && \ cp po/de.gmo ${WIN32DIR}/pidgin/locale/de/LC_MESSAGES/${PROJECT}.mo && \ cp po/ru.gmo ${WIN32DIR}/pidgin/locale/ru/LC_MESSAGES/${PROJECT}.mo && \ +cp po/fr.gmo ${WIN32DIR}/pidgin/locale/fr/LC_MESSAGES/${PROJECT}.mo && \ rm -f ${WIN32DIR}.zip && \ cd ${WIN32DIR} && \ zip -r ../${WIN32DIR}.zip * && \ diff --git a/config.h.mingw b/config.h.mingw index 3db5a2a..6723b18 100644 --- a/config.h.mingw +++ b/config.h.mingw @@ -66,7 +66,7 @@ #define PACKAGE_NAME "birthday_reminder" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "birthday_reminder 1.4-pre3" +#define PACKAGE_STRING "birthday_reminder 1.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "birthday_reminder" @@ -75,7 +75,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.4-pre3" +#define PACKAGE_VERSION "1.4" /* Define the plugin author to be used */ #define PLUGIN_AUTHOR "Konrad Gräfe " @@ -87,7 +87,7 @@ #define PLUGIN_STATIC_NAME "birthday_reminder" /* Define the plugin version to be used */ -#define PLUGIN_VERSION "1.4-pre3" +#define PLUGIN_VERSION "1.4" /* Define the plugin website to be used */ #define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/" @@ -96,4 +96,4 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.4-pre3" +#define VERSION "1.4" diff --git a/configure b/configure index 02a80e1..84f8550 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for birthday_reminder 1.4-pre3. +# Generated by GNU Autoconf 2.64 for birthday_reminder 1.4. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -695,8 +695,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='birthday_reminder' PACKAGE_TARNAME='birthday_reminder' -PACKAGE_VERSION='1.4-pre3' -PACKAGE_STRING='birthday_reminder 1.4-pre3' +PACKAGE_VERSION='1.4' +PACKAGE_STRING='birthday_reminder 1.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1456,7 +1456,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures birthday_reminder 1.4-pre3 to adapt to many kinds of systems. +\`configure' configures birthday_reminder 1.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1527,7 +1527,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of birthday_reminder 1.4-pre3:";; + short | recursive ) echo "Configuration of birthday_reminder 1.4:";; esac cat <<\_ACEOF @@ -1631,7 +1631,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -birthday_reminder configure 1.4-pre3 +birthday_reminder configure 1.4 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1996,7 +1996,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by birthday_reminder $as_me 1.4-pre3, which was +It was created by birthday_reminder $as_me 1.4, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -2804,7 +2804,7 @@ fi # Define the identity of the package. PACKAGE='birthday_reminder' - VERSION='1.4-pre3' + VERSION='1.4' cat >>confdefs.h <<_ACEOF @@ -2851,7 +2851,7 @@ ac_config_headers="$ac_config_headers config.h" cat >>confdefs.h <<_ACEOF -#define PLUGIN_VERSION "1.4-pre3" +#define PLUGIN_VERSION "1.4" _ACEOF @@ -12455,7 +12455,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by birthday_reminder $as_me 1.4-pre3, which was +This file was extended by birthday_reminder $as_me 1.4, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12519,7 +12519,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -birthday_reminder config.status 1.4-pre3 +birthday_reminder config.status 1.4 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 1a080bf..505726d 100644 --- a/configure.in +++ b/configure.in @@ -2,13 +2,13 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(birthday_reminder, 1.4-pre3) +AC_INIT(birthday_reminder, 1.4) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/birthday_reminder.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.4-pre3"], [Define the plugin version to be used]) +AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.4"], [Define the plugin version to be used]) AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["http://freakazoid.teamblind.de/"], [Define the plugin website to be used]) diff --git a/po/de.gmo b/po/de.gmo index ad992f6..13aac77 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 0a67736..8ddbf94 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-02 11:12+0100\n" +"POT-Creation-Date: 2010-03-03 15:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Konrad Gräfe \n" "Language-Team: de_DE \n" diff --git a/po/fr.gmo b/po/fr.gmo index 3495fcf..3cf1dab 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index 728b000..b24e1ef 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-02 11:12+0100\n" +"POT-Creation-Date: 2010-03-03 15:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Pierre Etchemaïté \n" "Language-Team: fr_FR \n" @@ -68,7 +68,7 @@ msgstr "Vous rappelle les anniversaires de vos ami(e)s. :o)" #: ../src/birthday_reminder.c:141 msgid "This Plugin shall keep track and remind you of your buddies' birthdays." msgstr "" -"Ce greffon tient à jour les anniversaires de vos ami(e) et vous rappelle " +"Ce greffon tient à jour les anniversaires de vos ami(e)s et vous rappelle " "quand une date approche." #: ../src/emblems.c:143 @@ -85,7 +85,7 @@ msgstr "Anniversaire de %s" #: ../src/icsexport.c:182 #, c-format msgid "Birthday of %s, born in %04i" -msgstr "" +msgstr "Anniversaire de %s, né(e) en %04i" #. Translators: this is how the birthday appears in an external calendar application (description without year of birth) #: ../src/icsexport.c:185 diff --git a/po/ru.gmo b/po/ru.gmo index 14f296e..6758482 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index b22e04e..55e0d32 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-02 11:12+0100\n" +"POT-Creation-Date: 2010-03-03 15:28+0100\n" "PO-Revision-Date: 2010-02-26 18:10+0800\n" "Last-Translator: Alexander Logvinov \n" "Language-Team: Russian\n"