]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Move OS specific code to proper place. Also make sure that no other
[lyx.git] / src / FuncCode.h
index 682ed20e0b1482486583472c73af2b89d05313ff..b6c984c9a8a3e9aeb918f97bac1dd49b84734492 100644 (file)
@@ -244,7 +244,7 @@ enum FuncCode
        LFUN_LANGUAGE,                  // Dekel 20000203
        LFUN_ERT_INSERT,                // Jug 20000218
        LFUN_FOOTNOTE_INSERT,           // Jug 20000307
-       LFUN_PARAGRAPH_SPACING,         // Lgb 20000411
+       LFUN_MATH_AMS_MATRIX,           // uwestoehr 12-07-2009
        // 180
        LFUN_TABULAR_INSERT,            // Jug 20000412
        LFUN_LOFVIEW,                   // Dekel 20000519
@@ -439,6 +439,8 @@ enum FuncCode
        LFUN_BRANCH_ADD_INSERT,
        // 340
        LFUN_BRANCHES_RENAME,           // spitz 20090709
+       LFUN_BUFFER_CLOSE_ALL,          // vfr 20090806
+       LFUN_GRAPHICS_RELOAD,           // vfr 20090810
 
        LFUN_LASTACTION                 // end of the table
 };