lyx_mirror/status.23x

111 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2018-02-16 17:02:57 +00:00
-*- text -*-
2023-06-14 20:41:25 +00:00
This file describes what has been done in the preparation of LyX 2.3.8.
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
- Fix nested underwave (\uwave) (bug 12922).
- Update lilypond converter settings (bug 12618).
2018-02-16 17:02:57 +00:00
2020-11-30 18:29:22 +00:00
* MISCELLANEOUS
2023-06-14 20:41:25 +00:00
- Fix crash when missing python3 on MacOS (bug 12523).
2020-11-30 18:29:22 +00:00
* TEX2LYX IMPROVEMENTS
2020-11-30 18:29:22 +00:00
* USER INTERFACE
- Add a few missing autocorrect combinations and allow cycling through arrows
(bug 12711).
- Reflect in the on-screen representation of math insets the fact that some
insets, such as \text, \mbox, \fbox and \makebox, inherit the text font
of the containing inset (bug 12950).
2018-02-16 17:02:57 +00:00
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION
- Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
2018-02-16 17:02:57 +00:00
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix leaking of linespace settings between paragraphs if they have
2023-08-19 10:06:48 +00:00
different alignment (bug 12638).
- Do not load mathrsfs if unicode-math is required (bug 12734).
2022-11-23 12:38:09 +00:00
2018-02-16 17:02:57 +00:00
* USER INTERFACE
- Avoid crashing on a recursive macro definition (bug 12633).
- Fix several problems where insets did not react on click on
the Mac (bugs 12279, 12418, 12820).
- Fix issue with on-screen instant preview and the mathpazo package.
2024-04-18 22:40:34 +00:00
- Hide multi-keystroke accelerators in Mac menu (bug 12693).
2020-11-30 18:29:22 +00:00
* INTERNALS
- Fix wrong computation of what is an obviously fake PID number.
- remove a pair of static methods that were unused and hid another
one.
2020-11-30 18:29:22 +00:00
* DOCUMENTATION AND LOCALIZATION
2020-11-30 18:29:22 +00:00
* LYX2LYX
2023-01-07 17:47:49 +00:00
- Fixed a bug in reversion to 1.6.
2020-11-30 18:29:22 +00:00
* TEX2LYX
2018-02-16 17:02:57 +00:00
- Fix import of umlauts and ß in math (bug 12739).
2018-02-16 17:02:57 +00:00
2020-11-30 18:29:22 +00:00
* LYXHTML
2020-11-30 18:29:22 +00:00
* ADVANCED FIND AND REPLACE
2018-02-16 17:02:57 +00:00
2018-02-22 05:55:10 +00:00
2019-06-18 22:14:22 +00:00
* BUILD/INSTALLATION
- update included boost library to version 1.75.0.
- fix warning when configuring with Qt 5.15.1x.
- do not halt compilation because of a too new autoconf or automake version