sylpheedclaws/sylpheed-claws PATCHSETS,1.1.2.1588,1.1.2.1589 ChangeLog,1.396.2.659,1.396.2.660 configure.ac,1.654.2.1622,1.654.2.1623
[email protected] Mon, 12 Jun 2006 16:00:07 +0000 (UTC)
Newsgroups
gmane.mail.sylpheed.claws.cvs
Message-ID
<[email protected] >
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws
In directory sunsite.dk:/tmp/cvs-serv10148
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-06-12 [wwp] 2.3.0cvs2
* src/quote_fmt.c
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
extend the quote_fmt parser (templates and quotes):
- allow limited sub-expressions in |p{} and |f{} expressions,
- add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
- implemented/fixed missing implementation of query_references and show_references,
- completed, fixed contents and format of the symbols help dialog,
- fix some compilation warnings.
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.1588
retrieving revision 1.1.2.1589
diff -u -d -r1.1.2.1588 -r1.1.2.1589
--- PATCHSETS 2006/06/12 15:21:18 1.1.2.1588
+++ PATCHSETS 2006/06/12 15:59:25 1.1.2.1589
@@ -1576,3 +1576,4 @@
( cvs diff -u -r 1.28.2.16 -r 1.28.2.17 src/mbox.c; ) > 2.2.3cvs13.patchset
( cvs diff -u -r 1.1.2.8 -r 1.1.2.9 po/ca.po; cvs diff -u -r 1.9.2.6 -r 1.9.2.7 po/cs.po; cvs diff -u -r 1.58.2.22 -r 1.58.2.23 po/de.po; cvs diff -u -r 1.9.2.5 -r 1.9.2.6 po/el.po; cvs diff -u -r 1.42.2.24 -r 1.42.2.25 po/fr.po; cvs diff -u -r 1.34.2.18 -r 1.34.2.19 po/it.po; cvs diff -u -r 1.50.2.18 -r 1.50.2.19 po/pt_BR.po; cvs diff -u -r 1.17.2.21 -r 1.17.2.22 po/sr.po; cvs diff -u -r 1.5.2.15 -r 1.5.2.16 po/zh_CN.po; ) > 2.2.3cvs14.patchset
( cvs diff -u -r 1.1.2.19 -r 1.1.2.20 manual/advanced.xml; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/fr/advanced.xml; ) > 2.3.0cvs1.patchset
+( cvs diff -u -r 1.8.2.6 -r 1.8.2.7 src/quote_fmt.c; cvs diff -u -r 1.8.2.2 -r 1.8.2.3 src/quote_fmt_lex.l; cvs diff -u -r 1.22.2.20 -r 1.22.2.21 src/quote_fmt_parse.y; ) > 2.3.0cvs2.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.659
retrieving revision 1.396.2.660
diff -u -d -r1.396.2.659 -r1.396.2.660
--- ChangeLog 2006/06/12 15:21:19 1.396.2.659
+++ ChangeLog 2006/06/12 15:59:27 1.396.2.660
@@ -1,3 +1,15 @@
+2006-06-12 [wwp] 2.3.0cvs2
+
+ * src/quote_fmt.c
+ * src/quote_fmt_lex.l
+ * src/quote_fmt_parse.y
+ extend the quote_fmt parser (templates and quotes):
+ - allow limited sub-expressions in |p{} and |f{} expressions,
+ - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
+ - implemented/fixed missing implementation of query_references and show_references,
+ - completed, fixed contents and format of the symbols help dialog,
+ - fix some compilation warnings.
+
2006-06-12 [wwp] 2.3.0cvs1
* manual/advanced.xml
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.1622
retrieving revision 1.654.2.1623
diff -u -d -r1.654.2.1622 -r1.654.2.1623
--- configure.ac 2006/06/12 15:21:23 1.654.2.1622
+++ configure.ac 2006/06/12 15:59:35 1.654.2.1623
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]