]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / lyxrc.h
index 43075d7cde5b7e88561f0f19470eca9807add757..823c0f33ba2f1a8bcf20f2d0cf6114a17b68a6ac 100644 (file)
@@ -66,6 +66,7 @@ enum LyXRCTags {
        RC_USETEMPDIR,
        RC_LASTFILES,
        RC_AUTOREGIONDELETE,
+       RC_AUTORESET_OPTIONS,
        RC_BIND,
        RC_OVERRIDE_X_DEADKEYS,
        RC_SERVERPIPE,
@@ -208,6 +209,8 @@ enum LyXRCTags {
        ///
        bool auto_region_delete;
        /// flag telling whether lastfiles should be checked for existance
+       bool auto_reset_options;
+       ///
        bool check_lastfiles;
        /// filename for lastfiles file
        string lastfiles;
@@ -250,6 +253,10 @@ enum LyXRCTags {
                ///
                ISO_8859_1,
                ///
+               ISO_8859_3,
+               ///
+               ISO_8859_4,
+               ///
                ISO_8859_6_8,
                ///
                ISO_8859_9,