mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
c8ea98fb2a
As of v. 1.7.7, chktex has four exit values. Only consider the program
failed with EXIT_FAILURE (1). This is backwards compatible to chktex
up to v. 1.7.5 and later patched versions included in TeXLive, where
there was the distinction EXIT_FAILURE (program failed) and EXIT_SUCCESS
(program successfully run, with or without something to report).
Note that ChkTeX v. 1.7.5 and 1.7.6 vanilla (as included in MikTeX) also
returned EXITE_FAILURE if ChkTeX found something to report.
We do not, and never did, support this case.
Fixes: #9989 (after ChkTeX 1.7.7. is released).
(cherry picked from commit 0d806799aa
)
74 lines
1.0 KiB
Plaintext
74 lines
1.0 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.3.1.
|
|
All comments are welcome.
|
|
|
|
We try to group things by topic and in decreasing order of importance.
|
|
Please feel free to re-arrange if that seems like a good idea.
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix "Paste from LaTeX" on Windows (bug 9139).
|
|
|
|
- Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed (bug 8338).
|
|
|
|
- Disable CheckTeX while buffer is processed (bug 7434).
|
|
|
|
- Do not use English, but the context language, when pasting from LaTeX
|
|
(bug 9199).
|
|
|
|
- Do not use English, but the context language, when pasting from math
|
|
(bug 2596).
|
|
|
|
- Fix ChkTeX on Windows (requires ChkTeX 1.7.7 at least) (bug 9989).
|
|
|
|
|
|
* INTERNALS
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
* BUILD/INSTALLATION
|