]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
"Inter-word Space"
[lyx.git] / src / lyxrc.h
index cf497b8af24e093d2dad02761134e82f8f00a032..0de60914ab58cf9a868e0f1cd028fe6151b567fa 100644 (file)
@@ -1,21 +1,15 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxrc.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef LYXRC_H
 #define LYXRC_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "bufferparams.h" // Just to get the enum BufferParams::PAPER_SIZE (sic)
 #include "graphics/GraphicsTypes.h"
 
@@ -124,9 +118,9 @@ enum LyXRCTags {
        RC_PREVIEW,
        RC_PREVIEW_HASHED_LABELS,
        RC_PREVIEW_SCALE_FACTOR,
-#ifdef USE_PSPELL
-       RC_USE_PSPELL,
-#endif
+       RC_USE_SPELL_LIB,
+       RC_USER_NAME,
+       RC_USER_EMAIL,
        RC_LAST
 };
 
@@ -191,8 +185,6 @@ enum LyXRCTags {
        string custom_export_command;
        ///
        string custom_export_format;
-       ///
-       bool pdf_mode;
        /// postscript interpreter (in general "gs", if it is installed)
        string ps_command;
        /// option for telling the dvi viewer about the paper size
@@ -284,10 +276,9 @@ enum LyXRCTags {
        string ascii_roff_command;
        ///
        unsigned int ascii_linelen;
+       /// use library instead of process
+       bool use_spell_lib;
        /// Ispell command
-#ifdef USE_PSPELL
-       bool use_pspell;
-#endif
        string isp_command;
        /// Accept compound words in spellchecker?
        bool isp_accept_compound;
@@ -337,8 +328,6 @@ enum LyXRCTags {
        bool auto_number;
        ///
        bool mark_foreign_language;
-       /// Do we have to use a GUI?
-       bool use_gui;
        ///
        string default_language;
        ///
@@ -357,6 +346,10 @@ enum LyXRCTags {
        bool preview_hashed_labels;
        ///
        float preview_scale_factor;
+       /// user name
+       string user_name;
+       /// user email
+       string user_email;
 
 private:
        /// Is a bind file already (or currently) read?