Allan Rae wrote:
> Actually if someone wanted to be extra helpful they could fix the
> external inset problem mentioned in ANNOUNCE:
>
> - Partly fix the handling of included files. External insets are still
> not working correctly [bug #605].
>
> I've found a few threads in the archive about
On Thu, 4 Nov 2004, Jean-Marc Lasgouttes wrote:
> > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>
> Jean-Marc> Thanks for the tip. I'd rather use #include
> Jean-Marc> "support/snprintf.h" since this uses our own implementation
> Jean-Marc> if needed. Can you confirm that i
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I thought I already did this for 1.4.0, but obviously not...
Here is the corresponding patch against HEAD. I'll apply it shortly.
JMarc
Index: ChangeLog
===
RCS
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
| Angus> Looks good enough to me. Why not get rid of snprintf.[Ch] at
| Angus> the same time?
>
| What I propose is to remove all traces of it in 1.4.0, and keep it as
| it is in 1.3.x. I
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Looks good enough to me. Why not get rid of snprintf.[Ch] at
Angus> the same time?
What I propose is to remove all traces of it in 1.4.0, and keep it as
it is in 1.3.x. I prefer to have a minimal impact on the sources.
JMarc
On Thu, Nov 04, 2004 at 11:27:04AM +, Angus Leeming wrote:
>
> Looks good enough to me. Why not get rid of snprintf.[Ch] at the same
> time?
I agree on both issues.
> --
> Angus
--
José Abílio Matos
LyX and docbook a perfect match. :-)
Jean-Marc Lasgouttes wrote:
> Jean-Marc> Thanks for the tip. I'd rather use #include
> Jean-Marc> "support/snprintf.h" since this uses our own
> implementation Jean-Marc> if needed. Can you confirm that it works?
>
> Actually it does not work here. Since snprintf is not used anywhere
> else in 1.
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> Thanks for the tip. I'd rather use #include
Jean-Marc> "support/snprintf.h" since this uses our own implementation
Jean-Marc> if needed. Can you confirm that it works?
Actually it does not work here. Since snprintf i
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Hello Allan,
Nice to see you around again!
Allan> The recent backported bug fix for bug 1523 breaks compilation
Allan> because snprintf() is unknown. Note this is lyx-1.3.x cvs I'm
Allan> talking about.
Thanks for the tip. I'd rather use
#