]> git.lyx.org Git - features.git/commit
lyx2lyx refactoring.
authorGünter Milde <milde@lyx.org>
Wed, 31 Jan 2018 14:09:32 +0000 (15:09 +0100)
committerGünter Milde <milde@lyx.org>
Wed, 31 Jan 2018 20:13:43 +0000 (21:13 +0100)
commit2fce4d49ee685e5af8b3bf8dae551de30144ee5f
tree22faf360a8acf777b44d199496250c521d65d096
parente4c0c6afdf34bb3c25ad35d379cb2cf606c176cb
lyx2lyx refactoring.

* use unicode.transform() instead of loop over replacements
* telling variable names
* remove trailing whitespace
* documentation update
* don't set use_ligature_dashes if both dash types are found
* remove spurious warning, normalize indentation, and use
  Python idioms in revert_baselineskip()
autotests/export/lyx2lyx/lyx_2_3_test.lyx
lib/lyx2lyx/lyx2lyx_tools.py
lib/lyx2lyx/lyx_1_6.py
lib/lyx2lyx/lyx_2_2.py
lib/lyx2lyx/lyx_2_3.py
lib/lyx2lyx/parser_tools.py
lib/lyx2lyx/test_lyx2lyx_tools.py [new file with mode: 0644]
lib/lyx2lyx/unicode_symbols.py