lyx_mirror/status.23x

142 lines
3.0 KiB
Plaintext
Raw Normal View History

2018-02-16 17:02:57 +00:00
-*- text -*-
2020-01-26 21:18:18 +00:00
This file describes what has been done in the preparation of LyX 2.3.5.
2018-02-16 17:02:57 +00:00
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
2018-02-16 17:02:57 +00:00
* MISCELLANEOUS
* TEX2LYX IMPROVEMENTS
2018-03-11 17:33:45 +00:00
2018-03-17 13:36:56 +00:00
* USER INTERFACE
- Keep citation style when all selected citations are deleted (bug 11748).
2018-02-16 17:02:57 +00:00
* DOCUMENTATION AND LOCALIZATION
2020-03-14 16:26:14 +00:00
- Updated German, Interlingua and Slovak user interface localization.
2018-02-16 17:02:57 +00:00
* BUILD/INSTALLATION
2018-02-16 17:02:57 +00:00
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
2020-03-26 06:55:41 +00:00
- Fix crash with non-encodable glyph in nomcenlature inset (bug 11584).
- Fix problems with non-ASCII characters in file path with recent LaTeX
(bug 11146).
- Fix problems with recent LaTeX when \input@path contains tilde and space
(bug 11699).
- Fix output with class-provided geometry package (bug 11724).
- Fix erroneous space in output caused by changebar module (bug 11473).
- Correctly strike out deleted text after deleted display math (bug 11716).
- Fix loading of amsmath in beamer article classes (bug 11768).
- Prevent polyglossia options from being output to PDF TOC (bug 11813).
- Use real typographic quotation marks in PDF TOC (with pdflatex).
- Fix problems with apostrophe in path on Windows (bug 9368).
- Don't open a new instance just because no files are given (bug 11635).
- Fix tablefootnote loading order (bug 11841).
- Fix reloading of changed include inset (11842).
2018-02-16 17:02:57 +00:00
* USER INTERFACE
- Fix backspace deletion of selected items with change tracking (bug 11630).
- Fix display glitch where the change tracking cue blinks with the cursor
(bug 11684).
- Consider shorthand in biblatex cite display (bug 11696).
- Properly resize columns of child document table widget.
- Fix a crash reported on lyx users.
There was an uninitialized buffer member of MathData in LFUN dispatch.
- Fix problem with validation of InsetLayout.
- Fix over-hasty resetting of dialog in Child Documents settings (bug 11564).
- Fix problems when pasting ZERO WIDTH NON-JOINER (bug 11790).
- Remove newlines from LFUNs entered in the shortcut dialog.
2020-03-29 03:36:52 +00:00
- Add copy, paste, etc, to math context menu (but 11799).
- Avoid bleeding of inset background outside of inset (bug 11786).
- Disallow adding columns with gathered environment as this is not
supported (bug 11812).
- Preserve paragarph spacing when breaking a paragraph at the start
(bug 11817).
- Avoid crash in some cases where a dialog is shown during operation
(bug 11763).
- Fix crash with nested insets when spaces are removed automatically (bug 11777).
2018-02-16 17:02:57 +00:00
* INTERNALS
2019-06-18 22:14:22 +00:00
* DOCUMENTATION AND LOCALIZATION
2018-02-16 17:02:57 +00:00
* LYX2LYX
* TEX2LYX
2019-06-18 22:14:22 +00:00
* LYXHTML
2018-02-16 17:02:57 +00:00
- Don't output LaTeX preamble snippets with HTML (bug 11780).
2018-02-16 17:02:57 +00:00
2019-06-18 22:14:22 +00:00
* ADVANCED FIND AND REPLACE
2018-02-22 05:55:10 +00:00
2019-06-18 22:14:22 +00:00
* BUILD/INSTALLATION
- Do not break configuration if a layout file is not decodable. Rather than that,
issue a warning and skip that file (bug 11736).
- Download dictionary and thesaurus files, on Windows, from our SVN repo (bug 11192).