balsa r7944 - in trunk: . help/C po



Author: pawels
Date: Sat Jun 14 14:00:07 2008
New Revision: 7944
URL: http://svn.gnome.org/viewvc/balsa?rev=7944&view=rev

Log:
* NEWS, configure.in: release 2.3.25.

Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/NEWS
   trunk/configure.in
   trunk/help/C/Makefile.am
   trunk/po/POTFILES.in
   trunk/po/POTFILES.skip

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Jun 14 14:00:07 2008
@@ -1,4 +1,5 @@
 #intl dir needed for tarball --disable-nls build.
+DISTCHECK_CONFIGURE_FLAGS="--disable-extra-mimeicons"
 SUBDIRS = po sounds images doc libbalsa libinit_balsa src
 # set tar in case it is not set by automake or make
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Jun 14 14:00:07 2008
@@ -1,3 +1,10 @@
+* Balsa-2.3.25 release. Release date 2008-06-14
+
+- GMail compatibility.
+- notification in GNOME panel are optional now.
+- wrapping of flowed text improved.
+- lots of various bug fixes.
+
 * Balsa-2.3.24 release. Release date 2008-05-31
 
 - Support for accessing files over gnome-vfs (smb, ssh mounts, etc.)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Jun 14 14:00:07 2008
@@ -12,7 +12,7 @@
 SCROLLKEEPER_REQUIRED=0.1.4
 BALSA_MAJOR=2
 BALSA_REVISION=3
-BALSA_PATCHLEVEL=24
+BALSA_PATCHLEVEL=25
 BALSA_VERSION="$BALSA_MAJOR.$BALSA_REVISION.${BALSA_PATCHLEVEL}"
 
 AC_SUBST(BALSA_MAJOR)

Modified: trunk/help/C/Makefile.am
==============================================================================
--- trunk/help/C/Makefile.am	(original)
+++ trunk/help/C/Makefile.am	Sat Jun 14 14:00:07 2008
@@ -68,5 +68,21 @@
 	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/stylesheet-images/$$basefile;\
 	done
 
+uninstall-data-local: index.html
+	$(mkinstalldirs) $(DESTDIR)$(balsa_helpdir)/images
+	$(mkinstalldirs) $(DESTDIR)$(balsa_helpdir)/stylesheet-images
+	-for file in balsa/*.html; do \
+	basefile=`basename $$file`; \
+	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/$$basefile; \
+	done
+	-for file in $(srcdir)/images/*.png ; do \
+	basefile=`basename $$file`; \
+	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/images/$$basefile;\
+	done
+	-for file in $(srcdir)/stylesheet-images/*.gif ; do \
+	basefile=`basename $$file`; \
+	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/stylesheet-images/$$basefile;\
+	done
+
 clean-hook:
 	-cd images && rm *.eps

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Sat Jun 14 14:00:07 2008
@@ -23,6 +23,7 @@
 libbalsa/identity.c
 libbalsa/imap-server.c
 libbalsa/libbalsa-conf.c
+libbalsa/libbalsa-vfs.c
 libbalsa/libbalsa.c
 libbalsa/libbalsa_private.h
 libbalsa/mailbox.c

Modified: trunk/po/POTFILES.skip
==============================================================================
--- trunk/po/POTFILES.skip	(original)
+++ trunk/po/POTFILES.skip	Sat Jun 14 14:00:07 2008
@@ -1,2 +1,4 @@
 # List of source files that should NOT be translated.
 # Please keep this list in alphabetical order.
+balsa-mail.lang
+balsa-mail-style.xml



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