lyx_mirror/status.24x
Richard Kimberly Heck 46d1d6e0d3 Remove setBuffer call in Cursor::push.
This is potentially slow. It also should be unnecessary after
some of JMarc's recent commits. See bug #13050.

(cherry picked from commit 66cfc6af3c)
2024-07-05 12:28:40 +02:00

85 lines
976 B
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 2.4.2.
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
- Update format of lyxrc.dist templates
* TEX2LYX IMPROVEMENTS
* USER INTERFACE
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION
- Avoid bogus warnings when configuring for Qt6.
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
* USER INTERFACE
- Fix bug where the dialog asking for saving unapplied changes on buffer change
popped up twice, or sometimes not at all (bug 12954).
- Improve performance when selecting text on less powerful systems (bug 13050).
* INTERNALS
* DOCUMENTATION AND LOCALIZATION
* LYX2LYX
* TEX2LYX
* LYXHTML
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION