Le 05/04/2017 à 00:01, Uwe Stöhr a écrit :
commit e575e7eebd32d687f3e23be0eeca185adb3b341b
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Wed Apr 5 00:01:19 2017 +0200

    Add support to cross out characters

    - adds support for the command \xout of the LateX package ulem
    - fileformat change
...
index 4ad5a78..e5328a5 100644
--- a/src/FuncCode.h
+++ b/src/FuncCode.h
@@ -431,6 +431,7 @@ enum FuncCode
        LFUN_SECTION_SELECT,            // vfr, 20090503
        LFUN_FONT_UNDERLINE,
        LFUN_FONT_STRIKEOUT,
+       LFUN_FONT_CROSSOUT,             // uwestoehr 20170402
        LFUN_FONT_UNDERUNDERLINE,
        // 335
        LFUN_FONT_UNDERWAVE,

After this addition the comments "// 335" etc. are no longer in sync
with the enum value, I fear.

Reply via email to