On Thu, Oct 21, 2004 at 10:38:56AM +0200, Andreas Vox wrote:
> Hi!
> 
> I bundled those extra since they relate to all other patches.
> This time I didn't erase any blanks but replaced all blanks
> by double blanks, as is required for the Changelog format ;-)

  Aha, not quite. :-)
  But nevermind I will fix that.

> Jos�, could you commit these patches? I want to go on with
> the allowedNameChars runparam, DBTeXMath, calling
> 'escapeEntities' where needed and further debugging.
> It just feels wrong when my version gets far off the CVS version
> and my patches get larger and more interconnected.

  First, I appreciatte that you an accent in my name. But you got the wrong
one, � doesn't exists in portuguese. While it appears that � only exists in
portuguese and � in portuguese an lituanian.

  And why do I know all those details? Because I have been reading the
unicode website because of you know what. :-)

  If you don't mind I take care of the allowed names. I want to have also
some fun. ;-)

> /Andreas

> Index: src/output_docbook.C
> ===================================================================
> RCS file: /cvs/lyx/lyx-devel/src/output_docbook.C,v
> retrieving revision 1.11
> diff -u -p -r1.11 output_docbook.C
> --- src/output_docbook.C      2004/10/13 22:15:32     1.11
> +++ src/output_docbook.C      2004/10/21 07:35:02
> @@ -95,7 +95,7 @@ void docbookParagraphs(Buffer const & bu
> 
>               string ls = par->getDocbookId();
>               if (!ls.empty())
> -                     ls = " id = \"" + ls + "\"";
> +                     ls = " id=\"" + ls + "\"";
> 
>               // Write opening SGML tags.
>               switch (style->latextype) {

  You speak of changelogs and send me a code change? ;-)
  

> Index: src/insets/ChangeLog
> ===================================================================
> RCS file: /cvs/lyx/lyx-devel/src/insets/ChangeLog,v
> retrieving revision 1.1050
> diff -u -p -r1.1050 ChangeLog
> --- src/insets/ChangeLog      2004/10/05 13:38:30     1.1050
> +++ src/insets/ChangeLog      2004/10/21 07:35:12
> @@ -1,3 +1,12 @@
> +2004-17-05  Andreas Vox  <[EMAIL PROTECTED]>

  ???
  XML is a ISO standard, but not for dates. ;-)

> +
> +     * insetref.C (docbook): clean illegal chars in ID
> +     * insetlabel.C (docbook): clean illegal chars in ID
> +        * insetgraphics.C (docbook, writeImageObject): write more than

  See here, 8 spaces.

> +     one format of imageobjects in <mediaobject>
> +        * insetcite.[hC] (docbook, latex, cleanupWhitespace): 
> implementing

  As here.

> +        DocBook output for this inset ( <citation>content</citation> )
> +
>  2004-10-05  Andreas Vox  <[EMAIL PROTECTED]>
> 
>       * insetgraphics.C (docbook) : using mediaobject for XML;

-- 
Jos� Ab�lio Matos
LyX and docbook a perfect match. :-)

Reply via email to