lyx_mirror/lib/lyx2lyx
Alfredo Braunstein b100b0a4c4 fix tabulation bug (python is amazing)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19646 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-19 14:03:51 +00:00
..
ChangeLog
generate_encoding_info.py rename generate_enconding_info.py to generate_encoding_info.py 2006-08-14 15:11:57 +00:00
lyx2lyx Add commandline switch to read files from CJK-LyX 2007-02-13 16:57:48 +00:00
lyx2lyx_lang.py Add frenchb to languages for compatibility with older files. 2007-07-11 15:10:13 +00:00
lyx2lyx_version.py.in
lyx_0_06.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_0_08.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_0_10.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_0_12.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_0.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_1_5.py string.join(lst) -> " ".join(lst) and not "".join(lst) 2006-08-02 16:13:01 +00:00
lyx_1_1_6_0.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_1_6_3.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_1.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_2.py Remove calls to deprecated module string. 2006-08-02 15:45:44 +00:00
lyx_1_3.py Remove calls to deprecated module string. 2006-08-02 15:45:44 +00:00
lyx_1_4.py Fix bug 3404 (from Bo Peng) 2007-07-18 10:49:33 +00:00
lyx_1_5.py Another take at bug 4049 2007-07-23 17:06:32 +00:00
lyx_1_6.py fix tabulation bug (python is amazing) 2007-08-19 14:03:51 +00:00
LyX.py Further inset configurability, moving charstyle stuff to collapsable 2007-08-18 23:26:07 +00:00
Makefile.am Fix bug 518 (thanks to Jean Marc and Martin for the help) 2007-08-12 13:25:36 +00:00
parser_tools.py Avoid endless loops, e.g when an end_deeper is missing 2007-02-16 18:33:36 +00:00
profiling.py
test_parser_tools.py