Author: rgheck Date: Tue Jun 25 20:04:13 2019 New Revision: 41233 URL: http://www.lyx.org/trac/changeset/41233
Log: LyX 2.3.3 Added: www-user/trunk/announce/2_3_3.txt Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc www-user/trunk/farm/cookbook/LyX/news.inc www-user/trunk/misc/rss/lyx_news_feed.xml Added: www-user/trunk/announce/2_3_3.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ www-user/trunk/announce/2_3_3.txt Tue Jun 25 20:04:13 2019 (r41233) @@ -0,0 +1,281 @@ +Public release of LyX version 2.3.3 +=================================== + +We are proud to announce the release of LyX 2.3.3. This is the third +maintenance release in the 2.3.x series. + +You can download LyX 2.3.3 from http://www.lyx.org/Download/. + +LyX is a document processor that encourages an approach to writing based +on the structure of your documents and not simply their appearance. It is +released under a Free and Open Source Software license. + +LyX 2.3.3 is the result of on-going efforts to make our stable version more +reliable and more stable. One important change is that emergency files are +now renamed when users wish to save them. As a result, older emergency files +are not over-written. One major update allows for the editing of the contents +of the user-provided premable, and the contents of ERT insets, in external +editors, a request that goes back to 2003 and bug #991. + +If you think you have found a bug in LyX 2.3.3, please open a bug report at +http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it +really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel +<at> lists.lyx.org) and ask. + +If you have trouble using LyX or have a question, consult the documentation +that comes with LyX (under the Help or Apple menu) and the LyX wiki, which +is at http://wiki.lyx.org/. If you can't find the answer there, e-mail the +LyX users' list (lyx-users <at> lists.lyx.org), where you will find an +active community of people who are ready to help. + +We hope you enjoy using LyX 2.3.3. + +The LyX team. +http://www.lyx.org + + + +What's new +========== + +** Updates: +*********** + +* DOCUMENT INPUT/OUTPUT + +- Preserving .lyx file permission when saving on linux systems (Qt5-only). + +- Properly implement CJKutf8 (which never really worked as intended). + + +* USER INTERFACE + +- Allow external editing of preamble and ERT (bugs 991, 7404). + +- Allow nameref in math references (bug 9798). + +- Fix renaming of citation references after changing bibliography key + (bug 6494). + +- Make tab movement visible (bug 10733). + +- Add "Reset" and "Reset All Fields" buttons to Text Properties + dialog (bug 11415). + +- Add "Reset to Default" and "Reset All" buttons to Color Preferences + (bug 10062). + +- Insert new graphics inset on the correct cursor position. + +- Fix regression where spaces are disappearing when editing text (bug 11412). + +- The function textstyle-update now only changes explicitly stated font + attributes (bug 11111). + +- Fix bad error message (bug 11486). + +- Improve performance on Windows with lots of math insets or very long + math formulas (bug 11546). + +- Add Shortcut (Command-0) for workarwa zoom reset to mac.bind. + +- Improve some icons (bug 11476). + +- Improve line breaking of Chinese, Japanese and Korean text. There are still + issues, though (bug 10299). + + +* DOCUMENTATION AND LOCALIZATION + +- The Bulgarian user interface localization has been updated and re-enabled. + +- Updates to the Arabic, Czech, French, German, Italian, Brazilian Portuguese, + Russian, Slovak, Swedish, and Ukrainian localizations. + +- Minor rework of the thesis example file in order to clear some confusion about + the included bibliography (bug 10748). + + + + +** Bug fixes: +************* + +* DOCUMENT INPUT/OUTPUT + +- Added support for aastex62 (bug 11397) + +- Fix problems with non-ASCII characters in path with recent LaTeX versions + (bug 11146). + +- Fix parsing of math-macro optional arguments after save-reopen (bug 11346). + +- Fix handling of InPreamble styles in insets (bug 11557). + +- Fix problem with wrongly inserted separator. + +- Beamer: automatically nest column in columns. + +- Fix Autonests and IsAutonestedBy layout tags with specific layout names + (with space, underbar and enquoted). + +- Fix SVG to PNG image conversion problem with inkscape on Mac. + On-screen display of SVG graphics was broken for e.g. users guide. + +- Fix paragraph alignment in RTL when using polyglossia (bidi) (bug 11399). + +- Fix text direction of namerefs in RTL scripts when using polyglossia (bidi) + (bug 11518). + +- Use proper listings font styles with polyglossia (bidi) and RTL (bug 11554). + +- Fix LaTeX export of query strings in Hyperlinks (bugs 11482, 11511). + +- Fix breakage caused by commas in the caption of listings (bug 11484). + +- Fix LaTeX error caused by Control key shortcut inset on the Mac (remainder + of bug 10641). + +- Correctly add the branch name suffix when the stem of the filename + contains a dot (bug 11490). + +- Load required packages to correctly typeset unicode symbols entered + in math mode (bug 11526). + +- Only write btUnits if we have a bibliography (bug 11562). + +- Fix paragraph break in particular cases (bug 11528). + + +* USER INTERFACE + +- Rename emergency file when user wants to save it (bug 11464). + +- Fix reloading of local layout file (bug 11120). + +- Check for dirty hidden child documents when closing (bug 11405). + +- Fix selection of unmarked RtL characters with Qt 5.11 (bug 11284). + +- Fix on-screen display of macros whose name is a single non-letter symbol + (part of bug 11158). + +- Fix problem with collapsing insets after searches. + +- Do not swallow backspaces in custom viewer/editor paths (bug 9622). + +- Fix broken space dialog in mathed (bug 7747). + +- Fix undo in some cases involving nesting (bug 11292). + +- Fix some display problems in the Text Properties dialog (bug 11385). + +- Accept/reject changes inside selection only if there are changes (bug + 10338). + +- Fix missing TOC update (and related bugs) when setting default master (bug + 11422). + +- Properly update bibliography information (with bibliography environment) + before opening the citation dialog (bug 4899). + +- Fix problem with undo of document settings (bug 9004). + +- Fix size of layout combo (bug 6096). + +- Completion popup context menu now properly responds to Esc key. + +- Fix document updating issues with split view (bug 11354). + +- Fix cases where text is offset vertically (bug 10532, 10767). + +- Display of start/end labels of paragraphs in insets (bug 11425). + +- Fix crash when using inset-select-all in tabular. + +- Only allow toggling math limits when it makes sense. + +- Repair (de)activation of plural, capitalize, etc, for refstyle. + +- Fix display of gather environment in leqno mode (bug 11324). + +- Fix handling of labels with change tracking (bug 6563). + +- Expand environment variables when modifying the PATH prefix. + +- Fix language of Help documents when LyX UI language is different from + OS UI language. + +- Fix many drawing glitches in the IPA icons. + +- Fix crash when disabling math preview (bug 11498). + +- Quote filenames when calling gunzip and avoid a crash when the filename + of a compressed file does not end with a proper extension (bug 4269). + +- Fix behavior of (un)setting all tabular borders (bug 11382). + +- Place the indentation bars correctly in full-screen mode (bug 11286). + +- Fix display of formal table bottom line with multirows (bug 11445). + +- Fix left/right border UI when toggling formal table style (bug 9835). + +- Fix bold-like characters when selecting bidi text (bug 11198). + +- Make sure there are markers when editing variable-size delimiters (bug 11516). + +- Fix pre- and postnote fields in year-only biblatex-natbib citations. + +- Get rid of spurious empty entry in list of equations when creating new + formula (bug 11423). + +- Handle some cases where the change bar in the margin did not get updated + (bug 11396). + +- Handle some cases where underline across insets did not painted (bug 11402). + +- Fix minimal height of delimiters inset (bug 11337). + + +* INTERNALS + +- Fix reconfigure issues on Windows in the presence of an external + python installation. + + + +* DOCUMENTATION AND LOCALIZATION + +- The Korean splash.lyx can now be compiled out-of-the-box. + +- Fix description of change bar module. + + + +* LYX2LYX + +- Speed up some lyx2lyx conversions (bug 11200). + +- Fix routine that left some old parameters unremoved (bug 11373). + + +* LYXHTML + +- Take account of 'free spacing' (bug 11432). + + +* ADVANCED FIND AND REPLACE + +- Pay attention to layout modules in Advanced F&R (bug 11138). + + +* BUILD/INSTALLATION + +- Fix build with boost 1.69 (bug 11349). + +- Update bundled boost distribution to 1.68. + +- Fix warnings with clang 7. + +- Allow automake 1.16. Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc ============================================================================== --- www-user/trunk/farm/cookbook/LyX/i18n.inc Tue Jun 25 15:33:20 2019 (r41232) +++ www-user/trunk/farm/cookbook/LyX/i18n.inc Tue Jun 25 20:04:13 2019 (r41233) @@ -6,85 +6,82 @@ // The data itself $podata = array ( -array ( 'langcode' => 'ar', "date" => "2019-04-11", -"msg_tr" => 6072, "msg_fu" => 101, "msg_nt" => 1117, -"translator" => "Hatim Alahmadi", "email" => "Dr ! Hatim () hotmail ! com"), -array ( 'langcode' => 'bg', "date" => "2019-04-23", -"msg_tr" => 3857, "msg_fu" => 2104, "msg_nt" => 1329, -"translator" => "V. Jeliazkov", "email" => "vveesskkoo () google ! com"), +array ( 'langcode' => 'ar', "date" => "2018-03-09", +"msg_tr" => 5841, "msg_fu" => 134, "msg_nt" => 1281, +"translator" => "Hatim Alahmady", "email" => "dr ! hatim () hotmail ! com"), array ( 'langcode' => 'cs', "date" => "2019-03-19", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +"msg_tr" => 7239, "msg_fu" => 35, "msg_nt" => 16, "translator" => "Pavel Sanda", "email" => "sanda () lyx ! org"), -array ( 'langcode' => 'de', "date" => "2019-03-23", +array ( 'langcode' => 'de', "date" => "2019-02-23", "msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Juergen Spitzmueller", "email" => "spitz () lyx ! org"), array ( 'langcode' => 'el', "date" => "2018-02-19", -"msg_tr" => 4326, "msg_fu" => 156, "msg_nt" => 2808, +"msg_tr" => 4325, "msg_fu" => 130, "msg_nt" => 2801, "translator" => "Οδυσσέας Δαγκλής", "email" => "o2d () freemail ! gr"), array ( 'langcode' => 'es', "date" => "2017-11-27", -"msg_tr" => 6826, "msg_fu" => 229, "msg_nt" => 235, +"msg_tr" => 6827, "msg_fu" => 200, "msg_nt" => 229, "translator" => "Ignacio García", "email" => "ignacio ! gmorales () gmail ! com"), array ( 'langcode' => 'eu', "date" => "2018-02-17", -"msg_tr" => 7195, "msg_fu" => 60, "msg_nt" => 35, +"msg_tr" => 7196, "msg_fu" => 31, "msg_nt" => 29, "translator" => "Inaki Larranaga Murgoitio", "email" => "dooteo () zundan ! com"), array ( 'langcode' => 'fi', "date" => "2017-11-14", -"msg_tr" => 5314, "msg_fu" => 713, "msg_nt" => 1263, +"msg_tr" => 5313, "msg_fu" => 686, "msg_nt" => 1257, "translator" => "Jari-Matti Mäkelä", "email" => "jmjm () iki ! fi"), -array ( 'langcode' => 'fr', "date" => "2019-05-08", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'fr', "date" => "2019-03-10", +"msg_tr" => 7292, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Jean-Pierre Chrétien", "email" => "jeanpierre ! chretien () free ! fr"), array ( 'langcode' => 'he', "date" => "2015-04-03", -"msg_tr" => 3838, "msg_fu" => 1746, "msg_nt" => 1706, +"msg_tr" => 3838, "msg_fu" => 1720, "msg_nt" => 1698, "translator" => "Guy Rutenberg", "email" => "guyrutenberg () gmail ! com"), array ( 'langcode' => 'hu', "date" => "2018-11-20", -"msg_tr" => 5408, "msg_fu" => 1074, "msg_nt" => 808, +"msg_tr" => 5408, "msg_fu" => 1045, "msg_nt" => 803, "translator" => "Szőke Sándor", "email" => "mail () szokesandor ! hu"), array ( 'langcode' => 'ia', "date" => "2017-11-14", -"msg_tr" => 7030, "msg_fu" => 69, "msg_nt" => 191, +"msg_tr" => 7031, "msg_fu" => 40, "msg_nt" => 185, "translator" => "giovanni", "email" => "g ! sora () tiscali ! it"), array ( 'langcode' => 'id', "date" => "2014-03-28", -"msg_tr" => 5179, "msg_fu" => 1300, "msg_nt" => 811, +"msg_tr" => 5179, "msg_fu" => 1272, "msg_nt" => 805, "translator" => "Waluyo Adi Siswanto", "email" => "was ! uthm () gmail ! com"), -array ( 'langcode' => 'it', "date" => "2019-04-26", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'it', "date" => "2019-01-27", +"msg_tr" => 7289, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Enrico Forestieri", "email" => "forenr () lyx ! org"), array ( 'langcode' => 'ja', "date" => "2017-08-23", -"msg_tr" => 7142, "msg_fu" => 100, "msg_nt" => 48, +"msg_tr" => 7143, "msg_fu" => 71, "msg_nt" => 42, "translator" => "Koji Yokota", "email" => "yokota6 () gmail ! com"), array ( 'langcode' => 'nb', "date" => "2016-04-07", -"msg_tr" => 6480, "msg_fu" => 507, "msg_nt" => 303, +"msg_tr" => 6481, "msg_fu" => 478, "msg_nt" => 297, "translator" => "Helge Hafting", "email" => "helge ! hafting () ntnu ! no"), array ( 'langcode' => 'nn', "date" => "2014-01-24", -"msg_tr" => 5217, "msg_fu" => 1254, "msg_nt" => 819, +"msg_tr" => 5217, "msg_fu" => 1226, "msg_nt" => 813, "translator" => "Ingar Pareliussen", "email" => ""), array ( 'langcode' => 'pl', "date" => "2012-11-03", -"msg_tr" => 4965, "msg_fu" => 1394, "msg_nt" => 931, +"msg_tr" => 4965, "msg_fu" => 1367, "msg_nt" => 924, "translator" => "Michał Fita", "email" => "michal ! fita () gmail ! com"), -array ( 'langcode' => 'pt_BR', "date" => "2019-05-14", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'pt_BR', "date" => "2018-11-18", +"msg_tr" => 7256, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Georger Araujo", "email" => "georger underline br pound yahoo dot "), array ( 'langcode' => 'pt_PT', "date" => "2014-10-03", -"msg_tr" => 6101, "msg_fu" => 800, "msg_nt" => 389, +"msg_tr" => 6101, "msg_fu" => 772, "msg_nt" => 383, "translator" => "Jorge Pinto", "email" => "antelo ! jorge () gmail ! com"), -array ( 'langcode' => 'ru', "date" => "2019-05-09", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'ru', "date" => "2018-11-15", +"msg_tr" => 7256, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Yuriy Skalko", "email" => "yuriy ! skalko () gmail ! com"), -array ( 'langcode' => 'sk', "date" => "2019-05-21", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'sk', "date" => "2018-12-29", +"msg_tr" => 7287, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Kornel Benko", "email" => "kornel () lyx ! org"), -array ( 'langcode' => 'sv', "date" => "2019-05-12", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'sv', "date" => "2018-11-22", +"msg_tr" => 7256, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Jim Rotmalm", "email" => "jim ! rotmalm () gmail ! com"), array ( 'langcode' => 'tr', "date" => "2009-05-25", -"msg_tr" => 3717, "msg_fu" => 2160, "msg_nt" => 1413, +"msg_tr" => 3716, "msg_fu" => 2133, "msg_nt" => 1407, "translator" => "H. İbrahim Güngör", "email" => "h ! ibrahim ! gungor () gmail ! com"), -array ( 'langcode' => 'uk', "date" => "2019-05-06", -"msg_tr" => 7290, "msg_fu" => 0, "msg_nt" => 0, +array ( 'langcode' => 'uk', "date" => "2018-11-13", +"msg_tr" => 7256, "msg_fu" => 0, "msg_nt" => 0, "translator" => "Yuri Chornoivan", "email" => "yurchor () ukr ! net"), array ( 'langcode' => 'zh_CN', "date" => "2018-09-13", -"msg_tr" => 7091, "msg_fu" => 79, "msg_nt" => 120, +"msg_tr" => 7092, "msg_fu" => 50, "msg_nt" => 114, "translator" => "Winfred Huang", "email" => "tone90999 () hotmail ! com"), array ( 'langcode' => 'zh_TW', "date" => "2014-04-11", -"msg_tr" => 6093, "msg_fu" => 807, "msg_nt" => 390, +"msg_tr" => 6093, "msg_fu" => 779, "msg_nt" => 384, "translator" => "Mingyi Wu", "email" => "mingi ! wu () gmail ! com") )?> Modified: www-user/trunk/farm/cookbook/LyX/news.inc ============================================================================== --- www-user/trunk/farm/cookbook/LyX/news.inc Tue Jun 25 15:33:20 2019 (r41232) +++ www-user/trunk/farm/cookbook/LyX/news.inc Tue Jun 25 20:04:13 2019 (r41233) @@ -19,6 +19,24 @@ ///////////////////// function news_data() { +news_item("LyX 2.3.3 released.", "Third Maintenance Release in 2.3.x Series", "June 25, 2019", +"<p>We are pleased to announce the release of LyX 2.3.3. This is the third +maintenance release in the 2.3.x series. </p> +<p>LyX 2.3.3 is the result of on-going efforts to make our stable version more +reliable and more stable. One important change is that emergency files are +now renamed when users wish to save them. As a result, older emergency files +are not over-written. One major update allows for the editing of the contents +of the user-provided premable, and the contents of ERT insets, in external +editors, a request that goes back to 2003 and bug #991. See the +<a href=\"http://www.lyx.org/announce/2_3_3.txt\">announcement</a> for more +information.</p> + +<p>You can download the +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-2.3.3.tar.gz\">sources in tar.gz format</a> +(also +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-2.3.3.tar.xz\">tar.xz</a>). There are also some +<a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.3.3/\">binaries</a> available. </p>"); + news_item("LyX 2.3.2 released.", "Second Maintenance Release in 2.3.x Series", "December 14, 2018", "<p>We are pleased to announce the release of LyX 2.3.2. This is the second maintenance release in the 2.3.x series. </p> Modified: www-user/trunk/misc/rss/lyx_news_feed.xml ============================================================================== --- www-user/trunk/misc/rss/lyx_news_feed.xml Tue Jun 25 15:33:20 2019 (r41232) +++ www-user/trunk/misc/rss/lyx_news_feed.xml Tue Jun 25 20:04:13 2019 (r41233) @@ -1,10 +1,10 @@ <?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, 14 Dec 2018 10:34:37 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<lastBuildDate>Tue, 25 Jun 2019 14:13:07 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<item><title>LyX 2.3.3 released.</title><link>https://www.lyx.org/News</link><description>Third Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed June 25, 2019</guid><pubDate> 25 Jun 2019 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.2 released.</title><link>https://www.lyx.org/News</link><description>Second Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed December 14, 2018</guid><pubDate>mber 14 Dec 2018 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.1 released.</title><link>https://www.lyx.org/News</link><description>First Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed September 16, 2018</guid><pubDate>ember 16 Sep 2018 00:00:00 GMT</pubDate></item> <item><title>Windows installers released</title><link>https://www.lyx.org/News</link><description>LyX 2.3.0</description><guid isPermaLink="false">LyX news feed July 8, 2018</guid><pubDate> 8 Jul 2018 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.0 released.</title><link>https://www.lyx.org/News</link><description>New Stable Series</description><guid isPermaLink="false">LyX news feed March 16, 2018</guid><pubDate>h 16 Mar 2018 00:00:00 GMT</pubDate></item> <item><title>LyX 2.2.4 released.</title><link>https://www.lyx.org/News</link><description>Fourth and Final Maintenance Release in 2.2.x Series</description><guid isPermaLink="false">LyX news feed March 28, 2018</guid><pubDate>h 28 Mar 2018 00:00:00 GMT</pubDate></item> -<item><title>LyX 2.3.0rc2 released.</title><link>https://www.lyx.org/News</link><description>Second release candidate of the 2.3.x Series</description><guid isPermaLink="false">LyX news feed January 31, 2018</guid><pubDate>ary 31 Jan 2018 00:00:00 GMT</pubDate></item> </channel></rss>
