]> git.lyx.org Git - features.git/commit
Reorganised lyx2lyx, transfering it knowleadge of the file format to LyX.py,
authorJosé Matox <jamatos@lyx.org>
Sun, 15 Aug 2004 16:29:04 +0000 (16:29 +0000)
committerJosé Matox <jamatos@lyx.org>
Sun, 15 Aug 2004 16:29:04 +0000 (16:29 +0000)
commit6c79118290d45c5d2b77441a3c5aa75afb001c06
treec05dec2fbdfb432829b6cb2fa031bf79420c8149
parent93430a89da9a0a8192d56f318f52d44b99acea75
Reorganised lyx2lyx, transfering it knowleadge of the file format to LyX.py,
and using it as library. The lyx2lyx script now becomes a simple cliente.
Simple fix in the UserGuide.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8941 a592a061-630c-0410-9148-cb99ea01b6c8
17 files changed:
lib/Makefile.am
lib/doc/ChangeLog
lib/doc/UserGuide.lyx
lib/lyx2lyx/ChangeLog
lib/lyx2lyx/LyX.py [new file with mode: 0644]
lib/lyx2lyx/lyx2lyx
lib/lyx2lyx/lyx_0_12.py
lib/lyx2lyx/lyx_1_0_0.py
lib/lyx2lyx/lyx_1_0_1.py
lib/lyx2lyx/lyx_1_1_4.py
lib/lyx2lyx/lyx_1_1_5.py
lib/lyx2lyx/lyx_1_1_6.py
lib/lyx2lyx/lyx_1_1_6fix3.py
lib/lyx2lyx/lyx_1_2.py
lib/lyx2lyx/lyx_1_3.py
lib/lyx2lyx/lyx_1_4.py
lib/lyx2lyx/parser_tools.py