[balsa] Release balsa-2.4.3.



commit b16dc96c1ce7b64669c83d21224c9be211b237bb
Author: Pawel Salek <pawsa damage localdomain>
Date:   Sat Jan 23 14:44:07 2010 +0100

    Release balsa-2.4.3.

 ChangeLog         |    5 +++++
 NEWS              |   11 +++++++++++
 configure.in      |    5 ++---
 po/ChangeLog      |    6 +++++-
 po/POTFILES.in    |    2 +-
 src/main-window.c |    2 +-
 6 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index daebb42..8309232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-23  Pawel Salek
+
+	* src/main-window.c: update copyright date.
+	* configure.in, NEWS: release 2.4.3
+
 2010-01-22  Peter Bloomfield
 
 	* libbalsa/libbalsa-conf.c (lbc_sync): do not insert blank
diff --git a/NEWS b/NEWS
index acded67..3749d45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+* Balsa-2.4.3 release. Release date 2010-01-23
+
+- IMAP compression (COMPRESS=DEFLATE) when supported by server
+- making opening attachment easier by saving them in a directory
+- downloadable images when using Webkit html widget
+- faster opening of the compose window.
+- text searching enabled in the WebKit html viewer.
+- options to hide toolbars and other parts of the UI (useful on netbooks etc).
+- For laptop/wifi users: not trying to reach POP3 servers while
+  disconnected, and instead checking immediately on reconnection.
+
 * Balsa-2.4.2 release. Release date 2009-12-06
 
 - searching in HTML parts.
diff --git a/configure.in b/configure.in
index 063e368..f833881 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ dnl ###########################################################################
 
 BALSA_MAJOR=2
 BALSA_REVISION=4
-BALSA_PATCHLEVEL=2
+BALSA_PATCHLEVEL=3
 BALSA_VERSION="$BALSA_MAJOR.$BALSA_REVISION.${BALSA_PATCHLEVEL}"
 
 AC_SUBST(BALSA_MAJOR)
@@ -217,8 +217,7 @@ dnl #####################################################################
 dnl 3. Programs: compilers and their options.
 dnl #####################################################################
 AC_PROG_CC
-AM_PROG_LIBTOOL
-dnl AC_PROG_RANLIB
+m4_ifdef([AM_PROG_LIBTOOL],[AM_PROG_LIBTOOL],[AC_PROG_RANLIB])
 AC_PROG_LN_S
 
 # pkg-config
diff --git a/po/ChangeLog b/po/ChangeLog
index 130e2d9..45652e4 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,8 +1,12 @@
+2010-01-23  Pawel Salek pawsa0 gmail.com
+
+	* POTFILES.in: update so that "make diskcheck" succeeds.
+
 2009-07-28  Darek Jakoniuk <pipaceliny interia pl>
 
 	* pl.po: Updated Polish translation.
 
-2005-05-25  Pawel Salek pawsa0 gmail.com
+2009-05-25  Pawel Salek pawsa0 gmail.com
 
 	* POTFILES.in: update so that "make check" succeeds.
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7e6558d..ea4d885 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,6 @@
 [encoding: UTF-8]
 # List of source files containing translatable strings.
 # Please keep this list in alphabetical order.
-# src/orbit-glue.c : disabled because it is excluded from the dist file
 balsa.desktop.in
 libbalsa/address-book-extern.c
 libbalsa/address-book-ldap.c
@@ -20,6 +19,7 @@ libbalsa/gmime-application-pkcs7.c
 libbalsa/gmime-gpgme-context.c
 libbalsa/gmime-gpgme-signature.c
 libbalsa/gmime-part-rfc2440.c
+libbalsa/html.c
 libbalsa/identity.c
 libbalsa/imap-server.c
 libbalsa/libbalsa-conf.c
diff --git a/src/main-window.c b/src/main-window.c
index 6e7e871..0c58968 100644
--- a/src/main-window.c
+++ b/src/main-window.c
@@ -2698,7 +2698,7 @@ bw_show_about_box(GtkAction * action, gpointer user_data)
     gtk_show_about_dialog(GTK_WINDOW(user_data),
                           "version", BALSA_VERSION,
                           "copyright",
-                          "Copyright \xc2\xa9 1997-2008 The Balsa Developers",
+                          "Copyright \xc2\xa9 1997-2010 The Balsa Developers",
                           "comments",
                           _("The Balsa email client is part of "
                             "the GNOME desktop environment."),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]