]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Update sk.po
[lyx.git] / status.23x
index 73a43d82fc60e05e461caf38d0d7aff6c0e717f3..82b21ecd9ebbe75ac0a24a46d40c23e694b9b588 100644 (file)
@@ -1,6 +1,6 @@
 -*- text -*-
 
-This file describes what has been done in the preparation of LyX 2.3.2.
+This file describes what has been done in the preparation of LyX 2.3.1.
 All comments are welcome.
 
 We try to group things by topic and in decreasing order of importance.
@@ -15,6 +15,8 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Updated Arabic, German, Russian and Slovakian user interface localization.
+
 - It possible to anonymize document's content for bug submissions
   via buffer-anonymize lfun (bug 7259).
 
@@ -27,6 +29,28 @@ What's new
 
 - Add support for \includeonly.
 
+- Add support for beamer overlay arguments (bug 11068).
+
+- Update tex2lyx quotation marks detection:
+  * Consider new quote styles of LyX 2.3.
+  * Consider changed quote styles in LYX 2.3.
+  * Try to be a bit smarter with ambiguous quotation marks,
+    depending on the main quote style and the local context.
+
+- Consider options passed via \PassOptionsToPackage.
+
+- Add support for URW Classico, MinionPro and the new Libertine fonts.
+
+- Add support for \lstinputlisting and \inputminted.
+
+- Add support for the \t*{} (bottomtiebar) macro of TIPA.
+
+- Implement better parsing of some command options (via "literate"
+  function of some insets) (bug 9563).
+
+- Add support for alignment pseudo-environments as used inside floats
+  (bug 7857).
+
 
 * USER INTERFACE
 
@@ -35,6 +59,11 @@ What's new
   snappier, especially on repeated events. As an added bonus, subpixel
   aliasing is honored in the work area.
 
+- Use native file dialogs on all platforms by default. It is now
+  possible to switch to LyX custom dialogs (which have extra shortcuts
+  to relevant directories) by setting the preference
+  \use_native_filedialog true
+
 - Handle properly top/bottom of inset with mac-like cursor movement
   (bug 10701).
 
@@ -44,20 +73,49 @@ What's new
 - Allow unification of graphic groups inside marked block via context
   menu.
 
+- Cosmetic polishment of the "Math Options" pane of Document Settings
+  (bug 10777).
 
-* DOCUMENTATION AND LOCALIZATION
+- UI improvements in the graphics dialog (bug 10771).
+
+- Set tab stop in preamble editor to four characters.
+
+- Provide simple search functionality in preamble (bug 11099).
 
+- Change Settings -> Local Layout to Fixed-width Font and Nowrap (bug 10992).
+
+
+* DOCUMENTATION AND LOCALIZATION
 
 
 * BUILD/INSTALLATION
 
+- Add support for v.2 of the enchant spell checker (bug 10986).
+
+- Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
+  (bug 10547).
+
+
 
 ** Bug fixes:
 *************
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix language settings annd line spacing in InPreamble-titles
+- Properly escape labels entered for included program listings in Insert > File
+  > Child Document (part of bug 10544).
+
+- Fix the implementation of new libertine font package.
+
+- Properly escape braces in non-literate context in insets.
+
+- Fix output of citation commands in child documents (bug 11083).
+
+- Use normal footnote (rather than \tablefootnote) for tables in minipages.
+
+- Fix detection of Open Document files.
+
+- Fix language settings and line spacing in InPreamble-titles
   (bug 9332, 1049).
 
 - Respect 'literal' setting when calculating longest bibitem (bug 10817).
@@ -67,12 +125,47 @@ What's new
 
 - Fix polyglossia language switches for Arabic (bug 11057).
 
+- Set correct path to (biblatex) bibliography databases that are entered
+  relative to child documents (bug 11105).
+
+- Load hyperref with a suitable driver (bug 6418).
+
+- Recompile grandchildren when they have updated (bug 11112).
+
 
 * LYX2LYX
 
 
 * USER INTERFACE
 
+- Fix "Paste from LaTeX" on Windows (bug 9139).
+
+- Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed
+  (bug 8338).
+
+- Disable CheckTeX while buffer is processed (bug 7434).
+
+- Do not use English, but the context language, when pasting from LaTeX
+  (bug 9199).
+
+- Do not use English, but the context language, when pasting from math
+  (bug 2596).
+
+- Fix ChkTeX on Windows (requires ChkTeX 1.7.7 at least) (bug 9989).
+
+- When entering a math macro name, Escape properly cancels the
+  operation (bug 9251).
+
+- Fix list of viewable formats in view/update menu (bug 11044).
+
+- Fix encoding problems with listings insets and non-TeX fonts (bug
+  11056).
+
+- When only Enchant is configured as a spell checker, configure it
+  properly as default.
+
+- Do not show errors from master when compiling child (bug 11106).
+
 - Fix crash with server-get-xy and tall inset (bug 8120).
 
 - Improve Undo for operations that act on several buffers (bug 10823).
@@ -90,28 +183,59 @@ What's new
 - Take actual font height into account when drawing placeholder box
   for graphics (bug 11048).
 
+- Correctly set default bibliography style in the Document Settings
+  dialog (bug 11088).
+
+- Assure that the External Inset dialog is opened at first tab for
+  new insets (bug 11081).
+
+- Ignore deleted material when generating a proposed label (bug 11102).
+
+- Reload citation list when undoing or redoing removal of bibliography
+  inset (bug 9158).
+
+- Fix some master/child issues with biblatex (bug 11083).
+
+- Recalculate citation insets when bibliography info changes as a result
+  of undo or redo (bug 11005).
+
 
 * INTERNALS
 
+- Fix bug that TeX files were not detected when reconfiguring LyX 
+  (bug 11053).
 
 
 * DOCUMENTATION AND LOCALIZATION
 
+- Fix old problem with lib/fonts/test/stmary10.lyx, and update that file
+  to current format.
 
-* LYXHTML
 
+* LYXHTML
 
 
 * TEX2LYX
 
+- Do not force default bibliography style if none is set (bug 10673).
+
+- Handle whitespace in table column declaration (bug 10804).
+
+- Fix import of flalign* environment (bug 10501).
+
 - Fix import of subfloats without caption (bug 10385).
 
 - Import straight quotations marks (e.g. babel shorthands) as ERT (bug 75).
 
-- Consider options passed via \PassOptionsToPackage.
+- Do not add duplicate \makebeamertitle.
 
-- Add support for alignment pseudo-environments as used inside floats
-  (bug 7857).
+- Keep empty paragraph it keepempty is true (bug 11078).
+
+- Fix parsing issue in nested CJK (bug 9562).
+
+- Fix import of package options with comments (bug 5737).
+
+- Fix import of xymatrix (bug 10638).
 
 
 * ADVANCED FIND AND REPLACE
@@ -119,3 +243,8 @@ What's new
 
 * BUILD/INSTALLATION
 
+- Add support for automake 1.16.
+
+- Fix build of lyxconvert (used on Mac) with Qt4 (bug 11094).
+
+- Fix some compiler warnings.