commit ea587caf7699fbb61dca3ab7cb2d2f851baf1b28
Author: Georg Baum <[email protected]>
Date:   Mon Oct 6 20:40:07 2025 +0200

    Update lyx2lyx from 2.5.x
    
    This adds support to read and export the 2.5.x format. This commit was
    generated as follows from 2.5.x commit e2b03135d5edb372806d7dbebcf89:
    
    - Add lyx25x format with converter to lib/configure.py and put it into
      the export menu
    - git checkout origin/2.5.x lib/lyx2lyx/**
    - Manually revert deletion of lib/lyx2lyx/profiling.py just to be on the
      safe side.

 lib/configure.py                      |    2 +
 lib/lyx2lyx/LyX.py                    |  592 ++---
 lib/lyx2lyx/Makefile.am               |    3 +-
 lib/lyx2lyx/generate_encoding_info.py |   28 +-
 lib/lyx2lyx/lyx2lyx                   |   27 +-
 lib/lyx2lyx/lyx2lyx_lang.py           |  185 +-
 lib/lyx2lyx/lyx2lyx_tools.py          |  753 +++---
 lib/lyx2lyx/lyx2lyx_version.py.in     |    1 -
 lib/lyx2lyx/lyx_0_06.py               |    6 +-
 lib/lyx2lyx/lyx_0_08.py               |   11 +-
 lib/lyx2lyx/lyx_0_10.py               |   90 +-
 lib/lyx2lyx/lyx_0_12.py               |  232 +-
 lib/lyx2lyx/lyx_1_0.py                |   32 +-
 lib/lyx2lyx/lyx_1_1.py                |    6 +-
 lib/lyx2lyx/lyx_1_1_5.py              |  132 +-
 lib/lyx2lyx/lyx_1_1_6_0.py            |  207 +-
 lib/lyx2lyx/lyx_1_1_6_3.py            |   92 +-
 lib/lyx2lyx/lyx_1_2.py                |  450 ++--
 lib/lyx2lyx/lyx_1_3.py                |   35 +-
 lib/lyx2lyx/lyx_1_4.py                | 1928 +++++++++------
 lib/lyx2lyx/lyx_1_5.py                | 1756 ++++++++------
 lib/lyx2lyx/lyx_1_6.py                | 2638 +++++++++++---------
 lib/lyx2lyx/lyx_2_0.py                | 3264 +++++++++++++------------
 lib/lyx2lyx/lyx_2_1.py                | 4225 ++++++++++++++++++++-------------
 lib/lyx2lyx/lyx_2_2.py                | 1592 ++++++++-----
 lib/lyx2lyx/lyx_2_3.py                | 1246 ++++++----
 lib/lyx2lyx/lyx_2_4.py                | 4190 ++++++++++++++++++++------------
 lib/lyx2lyx/lyx_2_5.py                | 3349 ++++++++++++++++++++++++++
 lib/lyx2lyx/parser_tools.py           |  339 +--
 lib/lyx2lyx/test_lyx2lyx_tools.py     |   94 +-
 lib/lyx2lyx/test_parser_tools.py      |   74 +-
 lib/lyx2lyx/unicode_symbols.py        |   42 +-
 32 files changed, 17494 insertions(+), 10127 deletions(-)
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to