commit b75db9c5c3beb705d87a7433c33b63b29cedd71b Author: Richard Kimberly Heck <rikih...@lyx.org> Date: Fri Jul 5 00:19:34 2024 -0400
2.4.1 --- announce/2_4_1.txt | 158 +++++++++++++++++++++++++++++++++++++++++++++ farm/cookbook/LyX/news.inc | 14 ++++ misc/rss/lyx_news_feed.xml | 4 +- 3 files changed, 174 insertions(+), 2 deletions(-) diff --git a/announce/2_4_1.txt b/announce/2_4_1.txt new file mode 100644 index 00000000..cd49a9f1 --- /dev/null +++ b/announce/2_4_1.txt @@ -0,0 +1,158 @@ +Public release of LyX version 2.4.1 +=================================== + +We are proud to announce the release LyX 2.4.1, the first maintenance +release in the 2.4.x series. + +We have fixed a number of bugs in this version. Most of these are minor, +but there was one crash when deleting rows or columns from a table that has +been fixed. There have also been some improvements to tab management. See +the complete list of updates and improvements below for more. + +You can download LyX 2.4.1 from https://www.lyx.org/Download. + +If you have trouble using LyX or have a question, consult the +documentation that comes with LyX (under Help) and the LyX wiki, which you +will find at https://wiki.lyx.org/. You can also send email to the LyX users' +list (lyx-users at lists.lyx.org). Bugs can be reported on our bug tracker +(https://www.lyx.org/trac/) or by writing the developers' list (lyx-devel at +lists.lyx.org). + +The LyX team. +https://www.lyx.org + +This file describes what has been done in the preparation of LyX 2.4.1. +All comments are welcome. + + +What's new +========== + +** Updates: +*********** + +* USER INTERFACE + +- Add plain single quote to menu (bug 13025). + +- In context menus, more items are now shown on top level. + +- Show full inset context-menu when clicking on text part of collapsible + (bug 10370). + +- Allow relative statistics values in statusbar, improve update times for + some UI and buffer operations. + +- The performance of LyX with large insets on slower computers has + been improved a lot (bug 12297). + +- Fix crash with variable column width tables. + +- Add bindings for 'paste, join lines'. + +- middle-button pasting (in Linux) now preserves middle-button pasting + (as does Edit > Paste since 2.4.0). + + +* DOCUMENTATION AND LOCALIZATION + +- Clarify quote-insert LFUN. + +- Updates to Chinese (simplified), Czech, French, German, Hebrew, + Brazilian Portuguese, Slovokian, and Ukranian translations. + + +* BUILD/INSTALLATION + +- Fix cmake build with qt6 (macos), which did not include + "plugins". + + +** Bug fixes: +************* + +* DOCUMENT INPUT/OUTPUT + +-Do not check for diverging input encoding if the files use XeTeX/LuaTeX + +- The g-brief and g-brief2 letter classes load babel internally. LyX now + is aware of that. + +- Fix some cases where beamer breaks with the new cprotect mechanism. + +- Fix case where new cprotect mechanism breaks with caption. + +- Update acknowledgments handling in aastex63 layout + (cf. https://journals.aas.org/aastexguide/#acknowledgments) + +- Make textstyle-update LFUN work properly inside equations. + +- Make buffer-reset-export LFUN work properly. + +- Remove redundant code from preamble of double column Hebrew + documents (bug 12919) + + +* USER INTERFACE + +- Fix crash when deleting rows or columns from table. + +- Avoid crash when InsetBibitem::updateCommand shows a dialog. + +- Set cursor font after pasting to PassThru (e.g., ERT) inset (bug 12592). + +- Do not ask about unapplied changes if dialog has been closed. + +- Fix wrong position of conversion windows of the input method (bugs 11723, + 13054). + +- Speed up mouse movement when there is no selection (part of bug + 13050). + +- Fix incorrect scrolling when using outline to jump to a paragraph + (bug 10425). + +- Fix preview inset with XeTeX, and with RTL languages in general. + +- Respect change tracking in dash conversion mechanism (bug 13062). + +- The outliner option "Only output items" now works properly (bug 12981). + +- Show values of cross-references in tooltips (bug 8856). + +- Toolbars are now locked by default for new profiles (bug 11796). + +- Allow "longest label" to be empty (bug 11934). + +- Put new citation after selected item rather than at end of list + (bug 12940). + +- Fix overflow of appendix red frame in document-bottom grey area. + + +* INTERNALS + +- Fix case where insets do not have proper information about current buffer + (bug 12682). + +- Handle deprecated Qt enum value. + +- Fix initialization of an internal value. + +- Fix "Unassigned buffer_" error with math references (bug 12947). + +- Re-allow the use of quoted argument to PackageOptions layout tag. + +- Fix crash when passing unknown value to textstyle-update + + +* ADVANCED FIND AND REPLACE + +- Handle neg-spaces like normal space if searching without format. + +- No paragraph indentation in search and replace windows (bug 11555). + + +* BUILD/INSTALLATION + +- Cmake build: Handle deprecated cmake versions. diff --git a/farm/cookbook/LyX/news.inc b/farm/cookbook/LyX/news.inc index 6ab65150..ce2b507c 100644 --- a/farm/cookbook/LyX/news.inc +++ b/farm/cookbook/LyX/news.inc @@ -20,6 +20,20 @@ function news_data() { +news_item("LyX 2.4.1 released.", "First Maintenance Release in 2.4.x Series", "July 5, 2024", +"<p>We are proud to announce the first maintenance release in the LyX 2.4.x series.</p> + +<p>We have fixed a number of bugs in this version. Most of these are minor, +but there was one crash when deleting rows or columns from a table that has +been fixed. There have also been some improvements to tab management. See +<a href=\"https://www.lyx.org/announce/2_4_1.txt\">the announcement</a> for more information.</p> + +<p>You can download the +<a href=\"https://ftp.lip6.fr/pub/lyx/stable/2.4.x/lyx-2.4.1.tar.gz\">sources in tar.gz format</a> +(also +<a href=\"https://ftp.lip6.fr/pub/lyx/stable/2.4.x/lyx-2.4.1.tar.xz\">tar.xz</a>). There are also some +<a href=\"https://ftp.lip6.fr/pub/lyx/bin/2.4.1/\">binaries</a> available. </p>"); + news_item("LyX 2.4.0 released.", "First Release in 2.4.x Series", "May 31, 2024", "<p>We are proud to announce the release of the new LyX 2.4 series.</p> diff --git a/misc/rss/lyx_news_feed.xml b/misc/rss/lyx_news_feed.xml index a1f4549f..c91f7e14 100644 --- a/misc/rss/lyx_news_feed.xml +++ b/misc/rss/lyx_news_feed.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0"><channel><title>LyX news feed</title><link>https://www.lyx.org/News</link><description>The latest news about LyX, a WYSIWYM document processor</description> -<lastBuildDate>Fri, 31 May 2024 19:27:19 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<lastBuildDate>Fri, 05 Jul 2024 00:18:53 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<item><title>LyX 2.4.1 released.</title><link>https://www.lyx.org/News</link><description>First Maintenance Release in 2.4.x Series</description><guid isPermaLink="false">LyX news feed July 5, 2024</guid><pubDate> 5 Jul 2024 00:00:00 GMT</pubDate></item> <item><title>LyX 2.4.0 released.</title><link>https://www.lyx.org/News</link><description>First Release in 2.4.x Series</description><guid isPermaLink="false">LyX news feed May 31, 2024</guid><pubDate>31 May 2024 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.8 released.</title><link>https://www.lyx.org/News</link><description>Eighth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed May 17, 2024</guid><pubDate>17 May 2024 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.7 released.</title><link>https://www.lyx.org/News</link><description>Seventh Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed January 7, 2023</guid><pubDate>ary 7 Jan 2023 00:00:00 GMT</pubDate></item> @@ -8,5 +9,4 @@ <item><title>LyX 2.3.6 released.</title><link>https://www.lyx.org/News</link><description>Sixth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed December 1, 2020</guid><pubDate>mber 1 Dec 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.5.2 released.</title><link>https://www.lyx.org/News</link><description>Emergency Release for 2.3.5</description><guid isPermaLink="false">LyX news feed June 30, 2020</guid><pubDate> 30 Jun 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.5 released.</title><link>https://www.lyx.org/News</link><description>Fifth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed June 7, 2020</guid><pubDate> 7 Jun 2020 00:00:00 GMT</pubDate></item> -<item><title>LyX 2.3.4.2 released.</title><link>https://www.lyx.org/News</link><description>Emergency Re-Release of 2.3.4</description><guid isPermaLink="false">LyX news feed February 12, 2020</guid><pubDate>uary 12 Feb 2020 00:00:00 GMT</pubDate></item> </channel></rss> -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs