X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=a4fcecdf2d14f43efa416e8a25ac7e7d9c9ce6fa;hb=c6e1db7682dc8d58a68147b5eee1d004829ef6d2;hp=377ae51279aed80471a0f6e50b9e2907d63190b1;hpb=7e188c515e450acf787ac0af7ab5a07e59e2f708;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 377ae51279..a4fcecdf2d 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -139,7 +139,10 @@ public: /// BIBTEX_ERROR = 16384, /// - ERRORS = TEX_ERROR + LATEX_ERROR + BIBTEX_ERROR, + //FIXME: BIBTEX_ERROR has been removed from ERRORS for now, since users were irritated + // about those errors which prevented compilation of previously compiling documents. + // Think about a "gentle" transfer to BibTeX error reporting. + ERRORS = TEX_ERROR + LATEX_ERROR, /// WARNINGS = TEX_WARNING + LATEX_WARNING + PACKAGE_WARNING };