Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Here are the patches I am aware of:
|
| - set-color from lyxrc and lyxfunc (from Lior Silberman). I want to
| apply that to 1.1.5 too.
We want this one, but I need to have another look at it.
| - patch from Dekel to do rotate/resize on external templates.
I am pretty sure that we do not really want this. The external
templates should be as generall as possible and work equally well for
ascii, eps, pdf or whatever.
(And the intention is not to let InsetExternal be a replacement for
Figinset or InsetGraphics)
| - isDviClean removal. Should I apply it to 1.1.5 too (ie.e does it fix
| a bug?).
If the uses or IsDviClean is commented out in 1.1.5 you don't have to
do anything (in makeLaTeX ... something) if not apply the patch, it
should not be alble to do any harm.
| - Andre' proposes to remove FileInfo::getBlockSize(), which is not
| used and contains system-dependent code.
Yes it can be removed, it is not system specific, but more
fs-specific, and we should really not care. And we the use of c++ io
we care even less about the underlying fs.
| Other than that, there have been bugs reported in lyxsum (probably a
| crash with oldstyle streams). And the paste to X bug should be fixed
| in 1.1.5 too.
I have not seen the reports about bugs in lyxsum.
What paste to X bug? (library problems?)
Lgb