mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 17:09:56 +00:00
0e274e06d8
Recent versions of the cygwin X11 server come with a startup script that explicitly uses '-nolisten tcp' for improved security. This means that mentioning a host part in the DISPLAY variable precludes correct operation. So, leave blank the host part such that only local connections are attempted. Even if a user can override this setting in the own ~/.lyxprofile, novice users (and even experienced ones, at first) would be probably confused by the "Error: Can't open display: localhost:0" message and thus it is better to make this work out of the box.
130 lines
2.8 KiB
Plaintext
130 lines
2.8 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.1.4.
|
|
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.
|
|
|
|
All of these fixes have already been checked into the 2.1.x branch of
|
|
LyX's git repository. The repository can be cloned via:
|
|
git clone git://git.lyx.org/lyx
|
|
For more details on how to use the repository, please visit:
|
|
http://wiki.lyx.org/Devel/LyXGit
|
|
A list of bugs fixed for this release can also be found at:
|
|
http://www.lyx.org/trac/wiki/BugTrackerHome
|
|
as well as a list of bugs still targeted to the 2.1.4 release.
|
|
|
|
Richard Heck
|
|
Branch Maintainer
|
|
rgheck@lyx.org
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Add low-resolution PDF export format (needs an installed ghostscript).
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- support for the math commands \lvert, \rvert, \lVert, and \rVert (bug 3538).
|
|
|
|
- Fix some missing symbols in math completer.
|
|
|
|
- Fix the profile script used on cygwin to comply with the latest cygwin/X
|
|
X server which, by default, does not anymore listen to tcp connections.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- new French translation of the MultilingualCaptions example file.
|
|
|
|
- Updated French, German, Italian and Slovak user interface localization.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Do not output \protect unnecessarily before \caption (bug 9177).
|
|
|
|
- Fix wrong listings preamble encoding (bug 9382).
|
|
|
|
- Fix reversion of beamer description overlay arguments.
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
- Fix conversion of frame ends when frame is nested in inset (bug 9409).
|
|
|
|
- Fix conversion of beamer block arguments where the overlay argument and the
|
|
closing title argument bracket share the same ERT (bug 9411).
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix crash when closing LyX on MacOS X (bug 8637).
|
|
|
|
- Fix name and hint of figure captions in documents using the class aastex.
|
|
|
|
- Fix output encoding information for non-TeX fonts XeTeX/LuaTeX on preview
|
|
pane (bug 8919).
|
|
|
|
- Work around limitations of external image viewers on windows (bug 8892).
|
|
|
|
- Do not display unwanted curly brackets in multi-line formulas (happened if
|
|
the first character in a row was a '[') (bug 8679).
|
|
|
|
- Fix keyboard navigation in the math matrix panel (bug 9392).
|
|
|
|
- Correctly inform if URW Garamond (ugm) font is not available (bug 9429).
|
|
|
|
- Record undo properly when changing multiple paragraphs parameters
|
|
(bug 9437).
|
|
|
|
* INTERNALS
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
- Write fixed encoding to LyX file if -fixedenc was given (bug 9178).
|
|
|
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
- Fix a configuration error on Windows causing that TeX files were not scanned.
|