Am Mittwoch, 14. April 2004 12:01 schrieb Jose' Matos:
> The big changes were comited. Now is the right time make a short summary
> of what has been done and what remains. Your feedback is welcome. :-)
So far I have not been able to break it ;-)
> - There is the possibility to redirect the error and warnings to a file
> that could be read inside lyx, easing thus bug reports from the users.
Not only that. lyx2lyx can never do every conversion perfectly even if it is
"bug-free", and as a user I want to know if a conversion was ok or not.
> To do:
> *****
> - Add a command line option to specify the target lyx version.
>
> - Internationalization? There is support inside python to use gettext,
> and we can fallback to english if that support is not present. (A few
> lines of code, if that matters)
Probably useful when warnings and errors are visible in LyX.
> - Add support for lyx-0.8 and elder versions. (This is my pet
> project ;-)).
- Some functions in parser_tools work only for older formats, for example
get_paragraph(). It might be necessary to extend them to handle newer
formats, too.
Georg