2018-02-16 17:02:57 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
|
|
|
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.
|
|
|
|
Please feel free to re-arrange if that seems like a good idea.
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2018-02-16 17:19:05 +00:00
|
|
|
- It possible to anonymize document's content for bug submissions
|
2018-02-15 10:56:34 +00:00
|
|
|
via buffer-anonymize lfun (bug 7259).
|
2017-07-15 15:23:22 +00:00
|
|
|
|
2018-04-18 11:22:29 +00:00
|
|
|
- Support rotation of multi-page tables via (pdf)lscape (bug 9194).
|
|
|
|
|
2018-04-19 04:09:41 +00:00
|
|
|
- Added LFUN_MASTER_BUFFER_EXPORT, which exports the master buffer, along
|
|
|
|
the lines of LFUN_MASTER_BUFFER_VIEW (bug 11118).
|
|
|
|
|
2018-04-30 00:06:16 +00:00
|
|
|
- Needauth is not needed for exporting R code (only when executing the code).
|
|
|
|
|
2018-05-08 15:18:07 +00:00
|
|
|
- Center longtable explicitly for compatibility with some packages (bug 10690).
|
|
|
|
|
2018-07-13 08:20:26 +00:00
|
|
|
- Fix problems with default conversion script for graphics (part of bug 11186).
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
2018-08-07 15:47:50 +00:00
|
|
|
* MISCELLANEOUS
|
|
|
|
|
|
|
|
- Updated to Qt5 the LyX server example client in development/lyxserver/
|
|
|
|
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
2018-04-15 04:01:11 +00:00
|
|
|
- Add support for biblatex.
|
2018-02-16 17:02:57 +00:00
|
|
|
|
2018-04-15 04:01:11 +00:00
|
|
|
- Add support for chapterbib.
|
|
|
|
|
|
|
|
- Add support for \includeonly.
|
2018-02-16 17:02:57 +00:00
|
|
|
|
2018-04-15 03:52:31 +00:00
|
|
|
- Add support for beamer overlay arguments (bug 11068).
|
2018-03-09 16:27:55 +00:00
|
|
|
|
2018-03-11 17:04:23 +00:00
|
|
|
- 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.
|
|
|
|
|
2018-03-17 13:36:56 +00:00
|
|
|
- Consider options passed via \PassOptionsToPackage.
|
|
|
|
|
2018-03-11 10:12:42 +00:00
|
|
|
- Add support for URW Classico, MinionPro and the new Libertine fonts.
|
|
|
|
|
2018-03-17 15:44:09 +00:00
|
|
|
- Add support for \lstinputlisting and \inputminted.
|
|
|
|
|
2018-03-11 10:46:37 +00:00
|
|
|
- Add support for the \t*{} (bottomtiebar) macro of TIPA.
|
|
|
|
|
2018-03-11 17:33:45 +00:00
|
|
|
- Implement better parsing of some command options (via "literate"
|
|
|
|
function of some insets) (bug 9563).
|
|
|
|
|
2018-03-17 13:36:56 +00:00
|
|
|
- Add support for alignment pseudo-environments as used inside floats
|
|
|
|
(bug 7857).
|
|
|
|
|
2017-07-15 15:23:22 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2018-02-15 13:08:16 +00:00
|
|
|
- Overhaul the document painting mechanism. Now the screen is updated
|
|
|
|
asyncronously (as all normal applications do), which makes LyX
|
|
|
|
snappier, especially on repeated events. As an added bonus, subpixel
|
|
|
|
aliasing is honored in the work area.
|
|
|
|
|
2018-01-30 13:32:53 +00:00
|
|
|
- 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
|
|
|
|
|
2018-04-26 22:03:48 +00:00
|
|
|
- Let caret height depend on character size in math editor.
|
|
|
|
|
2017-07-15 15:23:22 +00:00
|
|
|
- Handle properly top/bottom of inset with mac-like cursor movement
|
|
|
|
(bug 10701).
|
|
|
|
|
2018-02-22 20:24:28 +00:00
|
|
|
- Respect the last setting of the 'literal' checkbox when adding citations
|
|
|
|
via the LyX server (e.g., from JabRef).
|
|
|
|
|
2018-02-15 20:48:47 +00:00
|
|
|
- Allow unification of graphic groups inside marked block via context
|
|
|
|
menu.
|
|
|
|
|
2018-03-18 11:11:26 +00:00
|
|
|
- Cosmetic polishment of the "Math Options" pane of Document Settings
|
|
|
|
(bug 10777).
|
|
|
|
|
2017-10-13 09:25:55 +00:00
|
|
|
- UI improvements in the graphics dialog (bug 10771).
|
|
|
|
|
2018-04-02 02:19:55 +00:00
|
|
|
- Set tab stop in preamble editor to four characters.
|
|
|
|
|
|
|
|
- Provide simple search functionality in preamble (bug 11099).
|
|
|
|
|
2018-01-25 06:09:46 +00:00
|
|
|
- Change Settings -> Local Layout to Fixed-width Font and Nowrap (bug 10992).
|
|
|
|
|
2018-04-17 03:29:07 +00:00
|
|
|
- Allow LFUN_UNICODE_INSERT to take multiple arguments (bug 11084).
|
|
|
|
|
2018-04-23 03:56:17 +00:00
|
|
|
- Added C-M-i as a shortcut for LFUN_INSET_SETTINGS (bug 7662).
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2018-08-27 18:06:46 +00:00
|
|
|
- Updated Arabic, Chinese (Simplified), German, Hungarian, Italian, Russian,
|
|
|
|
Slovakian and Ukrainian user interface localization.
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2018-03-19 08:56:53 +00:00
|
|
|
- Add support for v.2 of the enchant spell checker (bug 10986).
|
|
|
|
|
2018-04-14 08:35:59 +00:00
|
|
|
- Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
|
|
|
|
(bug 10547).
|
|
|
|
|
2018-01-05 18:27:24 +00:00
|
|
|
- Fix spurious warning when compiling with Qt 5.10.
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2018-02-19 16:15:31 +00:00
|
|
|
- Properly escape labels entered for included program listings in Insert > File
|
|
|
|
> Child Document (part of bug 10544).
|
|
|
|
|
2018-03-02 11:17:33 +00:00
|
|
|
- Fix the implementation of new libertine font package.
|
|
|
|
|
2018-03-06 17:17:01 +00:00
|
|
|
- Properly escape braces in non-literate context in insets.
|
|
|
|
|
2018-03-26 11:48:40 +00:00
|
|
|
- Fix output of citation commands in child documents (bug 11083).
|
|
|
|
|
2018-04-04 08:53:40 +00:00
|
|
|
- Use normal footnote (rather than \tablefootnote) for tables in minipages.
|
|
|
|
|
2018-04-12 08:48:50 +00:00
|
|
|
- Fix detection of Open Document files.
|
|
|
|
|
2018-04-07 20:09:06 +00:00
|
|
|
- Fix language settings and line spacing in InPreamble-titles
|
2018-02-16 17:19:05 +00:00
|
|
|
(bug 9332, 1049).
|
|
|
|
|
2018-02-22 20:40:05 +00:00
|
|
|
- Respect 'literal' setting when calculating longest bibitem (bug 10817).
|
|
|
|
|
2018-02-26 16:06:31 +00:00
|
|
|
- Do not embrace numbers in \beginL ... \endL with polyglossia in Right-
|
|
|
|
to-Left languages, since bidi handles the numbers automatically.
|
|
|
|
|
2018-03-06 14:31:43 +00:00
|
|
|
- Fix polyglossia language switches for Arabic (bug 11057).
|
|
|
|
|
2018-04-29 11:18:05 +00:00
|
|
|
- Fix language allocation after PassThru paragraphs (bug 10793).
|
|
|
|
|
2018-04-07 20:09:06 +00:00
|
|
|
- Set correct path to (biblatex) bibliography databases that are entered
|
|
|
|
relative to child documents (bug 11105).
|
|
|
|
|
2018-04-08 17:02:01 +00:00
|
|
|
- Load hyperref with a suitable driver (bug 6418).
|
|
|
|
|
2018-05-04 17:32:38 +00:00
|
|
|
- Fix LaTeX errors with nested ulem commands.
|
|
|
|
|
2018-04-14 12:33:21 +00:00
|
|
|
- Recompile grandchildren when they have updated (bug 11112).
|
|
|
|
|
2018-04-25 17:40:37 +00:00
|
|
|
- Output list of bibliography files in the order given in the dialog, rather
|
|
|
|
than sorted.
|
|
|
|
|
2018-04-28 09:51:35 +00:00
|
|
|
- Fixed the last python scripts to support both python 2 and 3 (bug 11101). All
|
|
|
|
scripts should now be able to run in a python 3 only environment.
|
|
|
|
|
2018-06-16 18:55:38 +00:00
|
|
|
- Correctly strike-out deleted math immediately following a float (bug 11174).
|
|
|
|
|
2018-07-29 13:16:44 +00:00
|
|
|
- Fix problem with unwanted spaces caused by math macro definitions (bug 11216).
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2018-02-16 17:12:47 +00:00
|
|
|
- Fix "Paste from LaTeX" on Windows (bug 9139).
|
|
|
|
|
2018-04-15 03:52:31 +00:00
|
|
|
- Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed
|
|
|
|
(bug 8338).
|
2018-02-16 17:12:47 +00:00
|
|
|
|
|
|
|
- Disable CheckTeX while buffer is processed (bug 7434).
|
|
|
|
|
2018-07-02 08:49:58 +00:00
|
|
|
- Disable completion in text when there is a selection.
|
|
|
|
|
2018-02-16 17:12:47 +00:00
|
|
|
- Do not use English, but the context language, when pasting from LaTeX
|
|
|
|
(bug 9199).
|
|
|
|
|
2018-02-06 13:10:12 +00:00
|
|
|
- Do not use English, but the context language, when pasting from math
|
|
|
|
(bug 2596).
|
|
|
|
|
2018-02-17 10:25:28 +00:00
|
|
|
- Fix ChkTeX on Windows (requires ChkTeX 1.7.7 at least) (bug 9989).
|
|
|
|
|
2018-02-20 11:09:10 +00:00
|
|
|
- When entering a math macro name, Escape properly cancels the
|
|
|
|
operation (bug 9251).
|
|
|
|
|
2018-02-21 09:17:10 +00:00
|
|
|
- Fix list of viewable formats in view/update menu (bug 11044).
|
|
|
|
|
2018-03-19 13:07:03 +00:00
|
|
|
- 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.
|
2018-03-05 14:39:27 +00:00
|
|
|
|
2018-04-07 21:11:33 +00:00
|
|
|
- Do not show errors from master when compiling child (bug 11106).
|
|
|
|
|
2018-02-12 16:11:09 +00:00
|
|
|
- Fix crash with server-get-xy and tall inset (bug 8120).
|
|
|
|
|
2018-07-02 08:49:58 +00:00
|
|
|
- Fix crash when opening file with non-acii file name in single
|
|
|
|
instance mode (bug 11167).
|
|
|
|
|
2017-12-13 10:10:49 +00:00
|
|
|
- Improve Undo for operations that act on several buffers (bug 10823).
|
2017-07-15 15:23:22 +00:00
|
|
|
|
2017-12-04 09:44:49 +00:00
|
|
|
- Improve rendering of square roots in math editor (bug 10814).
|
|
|
|
|
2018-04-26 22:03:48 +00:00
|
|
|
- Set minimum height for math cells (bug 11050).
|
|
|
|
|
2018-02-16 17:19:05 +00:00
|
|
|
- Fix display of citation labels when pasting from a document
|
|
|
|
with other citation type (bug 10829).
|
|
|
|
|
2018-02-15 19:28:34 +00:00
|
|
|
- Save the list of recent files when a file is open/saved so that it
|
|
|
|
is up to date after a crash (bug 10712).
|
2017-07-15 15:23:22 +00:00
|
|
|
|
2018-02-21 15:37:07 +00:00
|
|
|
- Only show header for bibliography in outliner (bug 11045).
|
|
|
|
|
2018-02-25 16:19:42 +00:00
|
|
|
- Take actual font height into account when drawing placeholder box
|
|
|
|
for graphics (bug 11048).
|
|
|
|
|
2018-03-26 16:35:09 +00:00
|
|
|
- Correctly set default bibliography style in the Document Settings
|
2018-03-26 13:50:35 +00:00
|
|
|
dialog (bug 11088).
|
|
|
|
|
2018-03-18 17:30:48 +00:00
|
|
|
- Assure that the External Inset dialog is opened at first tab for
|
|
|
|
new insets (bug 11081).
|
|
|
|
|
2018-04-03 22:38:46 +00:00
|
|
|
- Ignore deleted material when generating a proposed label (bug 11102).
|
|
|
|
|
2018-03-27 12:29:25 +00:00
|
|
|
- Reload citation list when undoing or redoing removal of bibliography
|
|
|
|
inset (bug 9158).
|
|
|
|
|
|
|
|
- Fix some master/child issues with biblatex (bug 11083).
|
|
|
|
|
2018-01-29 04:33:45 +00:00
|
|
|
- Recalculate citation insets when bibliography info changes as a result
|
|
|
|
of undo or redo (bug 11005).
|
|
|
|
|
2017-10-18 16:26:35 +00:00
|
|
|
- Allow for spaces in bibliography keys (bug 9847).
|
|
|
|
|
2018-04-20 02:12:44 +00:00
|
|
|
- Fix weird bug with counters when reloading with emergency file.
|
|
|
|
|
2016-06-25 05:39:59 +00:00
|
|
|
- Handle math insets properly when inserting index entries (bug 6344).
|
|
|
|
|
2017-04-16 02:47:11 +00:00
|
|
|
- When adding a label in the first paragraph after a division (section,
|
|
|
|
etc), use the label prefix for it (bug 10624).
|
|
|
|
|
2018-04-24 12:03:35 +00:00
|
|
|
- Fix crash when canceling entry of macro name in a mathed subscript
|
|
|
|
(bug 11125).
|
|
|
|
|
2018-04-25 15:52:21 +00:00
|
|
|
- Improve error message when document path contains spaces.
|
|
|
|
|
2018-04-18 15:39:43 +00:00
|
|
|
- Fix blinking caret position while entering text with input method.
|
|
|
|
|
2018-04-28 00:13:07 +00:00
|
|
|
- Do not allow paragraph styles in listings (bug 11127).
|
|
|
|
|
2018-04-28 03:01:01 +00:00
|
|
|
- Fix duplicate, disabled "Separated <Environment> Below" menu item.
|
|
|
|
|
2018-05-11 13:11:06 +00:00
|
|
|
- Fix horizontal alignment of some Box types on screen.
|
|
|
|
|
2018-05-13 18:15:35 +00:00
|
|
|
- Correct list of previous versions to check for user directory contents
|
|
|
|
(bug 11142 on Mac).
|
2018-02-16 17:02:57 +00:00
|
|
|
|
2018-05-19 19:33:29 +00:00
|
|
|
- Honor the syntax highlighting package choice when adding listing params
|
|
|
|
without actually inserting a listing (bug 11151).
|
|
|
|
|
2018-06-26 08:51:16 +00:00
|
|
|
- Handle correctly zero table special arguments (bug 10247).
|
|
|
|
|
2018-07-10 09:01:49 +00:00
|
|
|
- Fix "New Inset" function in the Nomenclature list dialog.
|
|
|
|
|
2018-07-10 13:00:25 +00:00
|
|
|
- Improve warning message dialogs.
|
|
|
|
|
2018-07-15 12:26:29 +00:00
|
|
|
- Fix insertion of quotation marks and brackets in RTL languages
|
|
|
|
(bugs 11188 and 11187).
|
2018-07-15 10:11:10 +00:00
|
|
|
|
2018-07-21 13:50:35 +00:00
|
|
|
- Fix nesting problem with numbers in RTL text (bug 6283).
|
|
|
|
|
2018-07-21 16:33:49 +00:00
|
|
|
- Fix display of RTL text in tooltips (bug 10672).
|
|
|
|
|
2018-08-02 07:08:11 +00:00
|
|
|
- Fix size policy of buffer combo in refs dialog (bug 9316).
|
|
|
|
|
2018-08-17 08:32:57 +00:00
|
|
|
- Fix line break in Bib(La)TeX tooltip (bug 11252).
|
|
|
|
|
2018-06-26 08:51:16 +00:00
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
* INTERNALS
|
|
|
|
|
2018-04-15 03:52:31 +00:00
|
|
|
- Fix bug that TeX files were not detected when reconfiguring LyX
|
|
|
|
(bug 11053).
|
2018-03-03 04:02:26 +00:00
|
|
|
|
2018-07-25 12:59:21 +00:00
|
|
|
- Fix language code of Austrian (old spelling).
|
|
|
|
|
2018-07-28 21:27:43 +00:00
|
|
|
- When reconfiguring LyX, correctly detect commands specified with a
|
|
|
|
full path with spaces (bug 11214).
|
|
|
|
|
2018-08-07 15:56:07 +00:00
|
|
|
- Fix the LyX server on Windows so that replies are actually output.
|
|
|
|
|
2018-08-17 20:28:03 +00:00
|
|
|
- Fix the configure.py script for python 3.7.
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2018-03-19 22:42:46 +00:00
|
|
|
- Fix old problem with lib/fonts/test/stmary10.lyx, and update that file
|
|
|
|
to current format.
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
2018-02-23 06:43:19 +00:00
|
|
|
- Do not force default bibliography style if none is set (bug 10673).
|
|
|
|
|
2018-03-09 13:18:03 +00:00
|
|
|
- Handle whitespace in table column declaration (bug 10804).
|
|
|
|
|
2018-03-09 13:47:04 +00:00
|
|
|
- Fix import of flalign* environment (bug 10501).
|
|
|
|
|
2018-03-06 09:35:55 +00:00
|
|
|
- Fix import of subfloats without caption (bug 10385).
|
|
|
|
|
2018-03-04 11:08:08 +00:00
|
|
|
- Import straight quotations marks (e.g. babel shorthands) as ERT (bug 75).
|
2017-07-15 15:23:22 +00:00
|
|
|
|
2018-03-17 13:36:56 +00:00
|
|
|
- Do not add duplicate \makebeamertitle.
|
2018-03-04 15:45:37 +00:00
|
|
|
|
2018-03-17 13:36:56 +00:00
|
|
|
- Keep empty paragraph it keepempty is true (bug 11078).
|
2018-03-06 16:54:32 +00:00
|
|
|
|
2018-03-11 17:33:45 +00:00
|
|
|
- Fix parsing issue in nested CJK (bug 9562).
|
|
|
|
|
2018-02-22 10:24:43 +00:00
|
|
|
- Fix import of package options with comments (bug 5737).
|
|
|
|
|
2018-03-09 03:53:33 +00:00
|
|
|
- Fix import of xymatrix (bug 10638).
|
|
|
|
|
2018-02-16 17:02:57 +00:00
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
2018-03-18 23:43:25 +00:00
|
|
|
|
|
|
|
- Add support for automake 1.16.
|
2018-03-31 10:00:33 +00:00
|
|
|
|
|
|
|
- Fix build of lyxconvert (used on Mac) with Qt4 (bug 11094).
|
2018-02-22 05:55:10 +00:00
|
|
|
|
|
|
|
- Fix some compiler warnings.
|
2018-06-24 22:03:35 +00:00
|
|
|
|
|
|
|
- Support building with Qt 5.11 with CMake.
|
|
|
|
|
|
|
|
- When building with CMake, require at least CMake version 3.1.0.
|