[Commits] ChangeLog 1.1.2.302 1.1.2.303 PATCHSETS 1.1.2.215 1.1.2.216 configure.ac 1.1.2.293 1.1.2.294

ticho at claws-mail.org ticho at claws-mail.org
Wed Jan 4 15:28:50 CET 2012


Update of /home/claws-mail/plugins/rssyl
In directory claws-mail:/tmp/cvs-serv14598

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-01-04 [ticho]	0.32.0cvs3

	* po/Makefile.in.in
	* src/gettext.h
	* src/rssyl_prefs.c
		Instead of mangling resulting .pot file, use different macro
		for dgettext() calls for different text domain, so that
		xgettext doesn't include the strings in the .pot file. 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/Attic/configure.ac,v
retrieving revision 1.1.2.293
retrieving revision 1.1.2.294
diff -u -d -r1.1.2.293 -r1.1.2.294
--- configure.ac	4 Jan 2012 11:45:10 -0000	1.1.2.293
+++ configure.ac	4 Jan 2012 14:28:48 -0000	1.1.2.294
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=32
 MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/Attic/PATCHSETS,v
retrieving revision 1.1.2.215
retrieving revision 1.1.2.216
diff -u -d -r1.1.2.215 -r1.1.2.216
--- PATCHSETS	4 Jan 2012 11:45:10 -0000	1.1.2.215
+++ PATCHSETS	4 Jan 2012 14:28:48 -0000	1.1.2.216
@@ -215,3 +215,4 @@
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/ru.po;  ) > 0.31.0cvs4.patchset
 ( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/rssyl_prefs.c;  ) > 0.32.0cvs1.patchset
 ( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/Makefile.in.in;  ) > 0.32.0cvs2.patchset
+( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 po/Makefile.in.in;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gettext.h;  cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/rssyl_prefs.c;  ) > 0.32.0cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/Attic/ChangeLog,v
retrieving revision 1.1.2.302
retrieving revision 1.1.2.303
diff -u -d -r1.1.2.302 -r1.1.2.303
--- ChangeLog	4 Jan 2012 11:45:10 -0000	1.1.2.302
+++ ChangeLog	4 Jan 2012 14:28:48 -0000	1.1.2.303
@@ -1,3 +1,12 @@
+2012-01-04 [ticho]	0.32.0cvs3
+
+	* po/Makefile.in.in
+	* src/gettext.h
+	* src/rssyl_prefs.c
+		Instead of mangling resulting .pot file, use different macro
+		for dgettext() calls for different text domain, so that
+		xgettext doesn't include the strings in the .pot file.
+
 2012-01-04 [ticho]	0.32.0cvs2
 
 	* po/Makefile.in.in



More information about the Commits mailing list