Re: cvs commit: xml-fop/src/java/org/apache/fop/datastructs Tree.java

2004-01-27 Thread Jeremias Maerki
Peter, I think it's a bit premature to apply the 2.0 licence already. The board has announced additional information on how the licence should be applied. This is not a veto, I just want to avoid you having to do the whole thing twice. Another thing: Please pay attention to the copyright years.

AW: RTF: white-space-treatment and linefeed-treatment

2004-01-27 Thread Peter Herweg
What are the difficulties for nested blocks? Maybe difficulties is the wrong word. Just a thing i have to care for. If i do the processing of FOs in endBlock, i have to suppress the processing within nested blocks. Or the nested blocks will be processed twice. Kind regards Peter Herweg

Re: cvs commit: xml-fop/src/java/org/apache/fop/datastructs Tree.java

2004-01-27 Thread Peter B. West
Jeremias Maerki wrote: Peter, I think it's a bit premature to apply the 2.0 licence already. The board has announced additional information on how the licence should be applied. This is not a veto, I just want to avoid you having to do the whole thing twice. Another thing: Please pay attention to

RE: Unnesting properties and makers.

2004-01-27 Thread Andreas L. Delmelle
-Original Message- From: John Austin [mailto:[EMAIL PROTECTED] snip / So I copied that program and ran it on my RH 9 system. Hmmm... so you copied it with or without the cp-error ;) Got the following results. I am just quoting the results here: [EMAIL PROTECTED] foptest]$ java

cvs commit: xml-fop/src/java/org/apache/fop overview.html

2004-01-27 Thread pbwest
pbwest 2004/01/26 15:21:05 Added: src/java/org/apache/fop Tag: FOP_0-20-0_Alt-Design overview.html Log: Revision ChangesPath No revision No revision 1.2.2.1 +3 -4

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-01-27 Thread pbwest
pbwest 2004/01/26 15:03:53 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Removed Tree reference from Node. The intention is to allow floating subtrees during Area tree construction. Previously, the containing

cvs commit: xml-fop/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfStringConverter.java

2004-01-27 Thread pherweg
pherweg 2004/01/27 08:58:59 Modified:src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfStringConverter.java Log: Submitted by Lucas Bruand to JFOR: escape all characters 127 instead of 255 Revision ChangesPath 1.2 +2 -2

Re: AW: RTF: white-space-treatment and linefeed-treatment

2004-01-27 Thread J.Pietschmann
Peter Herweg wrote: Maybe difficulties is the wrong word. Just a thing i have to care for. If i do the processing of FOs in endBlock, i have to suppress the processing within nested blocks. Or the nested blocks will be processed twice. I think you can flush the queue each time a nested block

RE: AW: RTF: white-space-treatment and linefeed-treatment

2004-01-27 Thread Peter Herweg
I think you can flush the queue each time a nested block starts and each time a block ends. I have no queue to flush. All i do is ignoring all event handler functions until endBlock is called for a not-nested Block. Then i iterate recursively through its children an call all appropriate event

cvs commit: xml-fop/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfTextrun.java RtfParagraph.java

2004-01-27 Thread pherweg
pherweg 2004/01/27 09:33:27 Modified:src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfTextrun.java RtfParagraph.java Log: Removed call of JFOR's WhiteSpaceCollapser; now this is done by FOP Revision ChangesPath 1.9 +4 -11

cvs commit: xml-fop/src/java/org/apache/fop/render/rtf RTFHandler.java

2004-01-27 Thread pherweg
pherweg 2004/01/27 08:51:29 Modified:src/java/org/apache/fop/render/rtf RTFHandler.java Log: added support for white-space-treatment and linefeed-treatment by deferring the processing of some FOs until execution of endBlock Revision ChangesPath 1.15 +283 -1

DO NOT REPLY [Bug 26469] New: - Text without spaces is not wrapped

2004-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26469. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Synchronization questions

2004-01-27 Thread Peter B. West
I've been hacking the tree methods in Node recently, triggered by the need to construct multiple subtrees during area tree construction, cobbling them together as necessary. In the original version, I was able to synchronize on the Node's containing Tree instance, but that is no longer

cvs commit: xml-fop/src/java/org/apache/fop/area AreaTree.java Area.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:16:31 Added: src/java/org/apache/fop/area Tag: FOP_0-20-0_Alt-Design AreaTree.java Area.java Log: Stubs for these classes. Revision ChangesPath No revision No revision 1.7.2.1 +26

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Node.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:19:56 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Node.java Log: Added optional synchronization. Revision ChangesPath No revision No revision 1.1.2.4 +357

cvs commit: xml-fop/src/java/org/apache/fop/datastructs Tree.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:21:12 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Tree.java Log: Fixed copyright dates Revision ChangesPath No revision No revision 1.1.2.3 +3 -3

cvs commit: xml-fop/src/java/org/apache/fop/fo FOTree.java FoRoot.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:24:30 Modified:src/java/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design PageSequenceMaster.java FoPageSequenceMaster.java FoLayoutMasterSet.java src/java/org/apache/fop/datastructs Tag:

cvs commit: xml-fop/src/java/org/apache/fop/fo FONode.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:25:32 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Fixed copyright dates Revision ChangesPath No revision No revision 1.2.2.13 +2 -2

cvs commit: xml-fop/src/java/org/apache/fop/datastructs TNode.java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:26:40 Modified:src/java/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design TNode.java Log: Fixed copyright dates. Synchronized with changes to Node. Revision ChangesPath No revision No

cvs commit: xml-fop Copyright_2.0_txt Copyright_1.1_txt Copyright_2.0_java Copyright_1.1_java

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:58:09 Added: .Tag: FOP_0-20-0_Alt-Design Copyright_2.0_txt Copyright_1.1_txt Copyright_2.0_java Copyright_1.1_java Log: Text of copyright notices. Revision ChangesPath No

cvs commit: xml-fop/src/java overview.html

2004-01-27 Thread pbwest
pbwest 2004/01/27 22:58:56 Removed: src/java Tag: FOP_0-20-0_Alt-Design overview.html Log: Moved to the correct location. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL