lyx_mirror/lib/lyx2lyx
Richard Heck 580a984e2c Fix lyx2lyx problem related to bug #1881.
It is dangerous (i.e., foolish) to rely upon assumptions about exactly
how many lines there will be between one structure and another structure
in a LyX file. No such things should be hardcoded into lyx2lyx. You must
ALWAYS search for what you want, e.g., the beginning of the layout in 
which some particular inset is contained. 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35998 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-02 15:24:49 +00:00
..
generate_encoding_info.py
lyx2lyx If it is not broken then break it: 2008-11-15 22:55:53 +00:00
lyx2lyx_lang.py Add "default" to language list. (fixes a crash). 2007-12-10 18:51:54 +00:00
lyx2lyx_version.py.in
lyx_0_06.py
lyx_0_08.py
lyx_0_10.py
lyx_0_12.py
lyx_1_0.py
lyx_1_1_5.py
lyx_1_1_6_0.py
lyx_1_1_6_3.py
lyx_1_1.py
lyx_1_2.py
lyx_1_3.py
lyx_1_4.py * lib/lyx2lyx/lyx_1_4.py: 2008-01-12 09:59:37 +00:00
lyx_1_5.py * lyx2lyx/lyx_1_5.py: 2009-07-17 15:03:13 +00:00
lyx_1_6.py Fix another infinite loop. 2010-11-02 15:22:16 +00:00
lyx_2_0.py Fix lyx2lyx problem related to bug #1881. 2010-11-02 15:24:49 +00:00
LyX.py Typos. 2010-09-17 12:26:55 +00:00
Makefile.am * install lyx_2_0.py 2008-12-03 22:46:53 +00:00
parser_tools.py lyx2lyx: lyx2lyx: lyx_1_6.py, parser_tools.py: 2008-04-12 13:54:30 +00:00
profiling.py Adjust profiling to new lyx2lyx call 2008-10-27 16:55:53 +00:00
test_parser_tools.py