2006-06-20 [mones] 2.3.1cvs4

* po/es.po
		updated
	* src/compose.c
		typo fixed (space after comma)
	* tools/make.themes.project
		remove exec mode from tarball files
This commit is contained in:
Ricardo Mones 2006-06-20 19:36:29 +00:00
parent 59712bbc18
commit 1e995c1ea5
6 changed files with 860 additions and 544 deletions

View file

@ -1,3 +1,12 @@
2006-06-20 [mones] 2.3.1cvs4
* po/es.po
updated
* src/compose.c
typo fixed (space after comma)
* tools/make.themes.project
remove exec mode from tarball files
2006-06-20 [colin] 2.3.1cvs3
* src/news.c

View file

@ -1604,3 +1604,4 @@
( cvs diff -u -r 1.42.2.12 -r 1.42.2.13 NEWS; cvs diff -u -r 1.8.2.12 -r 1.8.2.13 README; cvs diff -u -r 1.654.2.1647 -r 1.654.2.1648 configure.ac; ) > 2.3.1cvs1.patchset
( cvs diff -u -r 1.17.2.22 -r 1.17.2.23 src/alertpanel.c; cvs diff -u -r 1.96.2.117 -r 1.96.2.118 src/textview.c; ) > 2.3.1cvs2.patchset
( cvs diff -u -r 1.101.2.25 -r 1.101.2.26 src/news.c; cvs diff -u -r 1.47.2.31 -r 1.47.2.32 src/procheader.c; cvs diff -u -r 1.8.2.9 -r 1.8.2.10 src/unmime.c; ) > 2.3.1cvs3.patchset
( cvs diff -u -r 1.60.2.30 -r 1.60.2.31 po/es.po; cvs diff -u -r 1.382.2.281 -r 1.382.2.282 src/compose.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 tools/make.themes.project; ) > 2.3.1cvs4.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=3
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=3
EXTRA_VERSION=4
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

1389
po/es.po

File diff suppressed because it is too large Load diff

View file

@ -8509,7 +8509,7 @@ static void compose_insert_drag_received_cb (GtkWidget *widget,
Compose *compose = (Compose *)user_data;
GList *list, *tmp;
AlertValue val = alertpanel(_("Insert or attach?"),
_("Do you want to insert the contents of this file in the email body,"
_("Do you want to insert the contents of this file in the email body, "
"or rather attach it to the email?"),
GTK_STOCK_CANCEL, _("+_Insert"), _("_Attach"));

View file

@ -91,6 +91,7 @@ function removeWhitespaces()
function createProject()
{
touch ${DDIR}/${NAME} ${DDIR}/${NOTES}
find ${DDIR} -type f -exec chmod -x '{}' +
}
function createThemeMakefileAm()