From: D.B. M. <db...@ho...> - 2008-05-31 04:45:23
Attachments:
20080531-consolidated-docs.patch.gz
|
Greets, ---------------------------------------- > Date: Fri, 30 May 2008 06:49:36 -0700 > Subject: [jazzplusplus-devel] Donald's Patches > > Donald, > > Sorry I'm falling behind on the documentation patches you have been > sending. I am having a problem applying them. Maybe you haven't > updated recently? Could you do me the following favor... > > 1. Update your working copy. > 2. Resolve any conflicts. > 3. Send me a cumulative patch based on the resulting working copy. > > Thanks, > Pete Apologies for a troublesome couple of patches. I'm not exactly sure how things got out of whack here, but not to worry, all fixed now. This patch is relative to Jazz++ svn Rev: 579 Pete, descriptions from the previous 2 patches still hold + the following ; First major reorganization of jazz.tex itself Lots of added text regarding Linux + Jazz++ operations Something else I can't recall right now ;-) There's still lots of formatting to attend to, and as I 'lock things down' sectionally they'll be reannounced in forthcoming patches. See attached file: - 20080531-consolidated-docs.patch.gz Regards, Donald B _________________________________________________________________ Never miss another e-mail with Hotmail on your mobile. http://www.livelife.ninemsn.com.au/article.aspx?id=343869 |
From: Pete S. <pst...@gm...> - 2008-06-02 13:36:56
|
PS = Pete Stieber PS>> Donald, PS>> PS>> Sorry I'm falling behind on the documentation PS>> patches you have been sending. I am having a PS>> problem applying them. Maybe you haven't PS>> updated recently? Could you do me the PS>> following favor... PS>> PS>> 1. Update your working copy. PS>> 2. Resolve any conflicts. PS>> 3. Send me a cumulative patch based on the PS>> resulting working copy. DM = D.B. Moore DM> Apologies for a troublesome couple of patches. I'm DM> not exactly sure how things got out of whack here, DM> but not to worry, all fixed now. This patch is DM> relative to Jazz++ svn Rev: 579 DM> DM> Pete, descriptions from the previous 2 patches DM> still hold + the following ; DM> DM> First major reorganization of jazz.tex itself DM> Lots of added text regarding Linux + Jazz++ DM> operations DM> DM> Something else I can't recall right now ;-) DM> DM> There's still lots of formatting to attend to, and DM> as I 'lock things down' sectionally they'll be DM> reannounced in forthcoming patches. After I did some hand merging of changes I made that were already in the Subversion repository, but not in the patch you sent me, I committed the FAQ patch. I built the HTML help based on the jazz.tex patch, but noticed that Tex2RTF was using the wrong HTML tag for underlined text. Tex2RTF inserted <UL></UL>, but this is used for indentation, not underlining. I generated and committed new Tex2RTF Visual Studio projects and solutions for Visual Studio .NET 2005 and 2008. When building Tex2RTF I noticed I didn't have wxUSE_STL set for the Visual Studio wxWidgets build, so I changed that along with the wxWidgets build instructions for wxWidgets on the web site. Next I went looking for the proper HTML tag for underlining. The deprecated version is <U></U>. The modern replacement is <span style="text-decoration:underline;"></span>, so I put this in then Tex2RTF source. Unfortunately, the wxWidgets HTML help controller doesn't understand this tag. I may have to fall back to <U></U>. I am looking at your patch, but this has caused a tangent development spiral. Pete |
From: D.B. M. <db...@ho...> - 2008-06-02 13:58:40
|
Greets, ---------------------------------------- > Date: Mon, 2 Jun 2008 06:36:42 -0700 > Subject: Re: [jazzplusplus-devel] Donald's Patches > > > After I did some hand merging of changes I made that were already in the > Subversion repository, but not in the patch you sent me, I committed the > FAQ patch. > > I built the HTML help based on the jazz.tex patch, but noticed that > Tex2RTF was using the wrong HTML tag for underlined text. Tex2RTF > inserted , but this is used for indentation, not underlining. > > I generated and committed new Tex2RTF Visual Studio projects and > solutions for Visual Studio .NET 2005 and 2008. When building Tex2RTF I > noticed I didn't have wxUSE_STL set for the Visual Studio wxWidgets > build, so I changed that along with the wxWidgets build instructions for > wxWidgets on the web site. > > Next I went looking for the proper HTML tag for underlining. The > deprecated version is . The modern replacement is style="text-decoration:underline;">, so I put this in then > Tex2RTF source. Unfortunately, the wxWidgets HTML help controller > doesn't understand this tag. I may have to fall back to . > Yeah, there's a previous posting from myself querying exactly what jazz.tex is currently doing... > I am looking at your patch, but this has caused a tangent development > spiral. > Umm....excuse my ignorance here, 'tangent development spiral'...? I am unfamiliar with this term ;-) Regards, Donald B _________________________________________________________________ Never miss another e-mail with Hotmail on your mobile. http://www.livelife.ninemsn.com.au/article.aspx?id=343869 |
From: Pete S. <pst...@gm...> - 2008-06-02 14:18:49
|
PS = Pete Stieber PS>> After I did some hand merging of changes I made that PS>> were already in the Subversion repository, but not PS>> in the patch you sent me, I committed the FAQ patch. PS>> PS>> I built the HTML help based on the jazz.tex patch, PS>> but noticed that Tex2RTF was using the wrong HTML PS>> tag for underlined text. Tex2RTF inserted <UL></UL>, PS>> but this is used for indentation, not underlining. PS>> PS>> I generated and committed new Tex2RTF Visual Studio PS>> projects and solutions for Visual Studio .NET 2005 PS>> and 2008. When building Tex2RTF I noticed I didn't PS>> have wxUSE_STL set for the Visual Studio wxWidgets PS>> build, so I changed that along with the wxWidgets PS>> build instructions for wxWidgets on the web site. PS>> PS>> Next I went looking for the proper HTML tag for PS>> underlining. The deprecated version is <U></U>. The PS>> modern replacement is PS>> <style="text-decoration:underline;"></styl>, so I put PS>> this in then Tex2RTF source. Unfortunately, the PS>> wxWidgets HTML help controller doesn't understand PS>> this tag. I may have to fall back to <U></U>. DM = D.B. Moore DM> Yeah, there's a previous posting from myself querying DM> exactly what jazz.tex is currently doing... PS>> I am looking at your patch, but this has caused a PS>> tangent development spiral. PS> Umm....excuse my ignorance here, 'tangent PS> development spiral'...? This just means I was reviewing you patch and noticed problems with Tex2RTF and set off to fix them before finishing the review of your patch. Pete |