mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
12f67ef154
A reference can be directly inserted into mathed but cannot be pasted
because the pasted material is returned in plain text format. This patch
allows getting a string from the cut stack in a suitable format allowing
the math parser to actually create an InsetRef.
Fixes #11539
(cherry picked from commit 22ee249c3e
)
120 lines
1.9 KiB
Plaintext
120 lines
1.9 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.3.7.
|
|
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
|
|
|
|
|
|
|
|
* MISCELLANEOUS
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Backspace at the very start of a cell part of eqnarray or align environments
|
|
does not move the cursor out of the whole equation anymore and is now
|
|
equivalent to hitting the left arrow key (bug 11678).
|
|
|
|
- Other than directly inserted, now references can also be pasted as insets
|
|
into an equation, instead of simply as text (bug 11539).
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Fix Open Document (tex4ht) output converter.
|
|
|
|
- Fix output of bibliography environment to make backref work
|
|
(bug 12041).
|
|
|
|
- Fix tables in title.
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
|
|
|
|
- Fix problem with display of menus on Gnome Wayland (bug 11746).
|
|
|
|
- Improve error message for VCS file registration when RCS package
|
|
is not installed.
|
|
|
|
- Make bibliographies work with grandchildren (bug 12033).
|
|
|
|
- Do not close spellchecker after "Replace All" action (bug 11310).
|
|
|
|
- Fix width of collapsible insets with sublabels (bug 12046).
|
|
|
|
- Fix Hebrew characters overflow in insets (bug 12030).
|
|
|
|
- Fix unwanted scrolling of window when using "copy". (bug 11225).
|
|
|
|
|
|
|
|
* INTERNALS
|
|
|
|
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Updated Polish User Interface localizations.
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
- Remove use of deprecated Qt methods.
|
|
|
|
- Update in-tree hunspell library to 1.7.0.
|
|
|
|
- The WM class of LyX for X Window environment is now the package name, typically
|
|
"lyx" or "lyx[suffix]" (bug 11930).
|