2014-03-22 21:55:33 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
|
|
|
This file describes what has been done in the preparation of LyX 2.1.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.
|
|
|
|
|
|
|
|
All of these fixes have already been checked into the 2.1.x branch of
|
|
|
|
LyX's git repository. The repository can be cloned via:
|
|
|
|
git clone git://git.lyx.org/lyx
|
|
|
|
For more details on how to use the repository, please visit:
|
|
|
|
http://wiki.lyx.org/Devel/LyXGit
|
|
|
|
A list of bugs fixed for this release can also be found at:
|
|
|
|
http://www.lyx.org/trac/wiki/BugTrackerHome
|
|
|
|
as well as a list of bugs still targeted to the 2.1.1 release.
|
|
|
|
|
|
|
|
Richard Heck
|
|
|
|
Branch Maintainer
|
|
|
|
rgheck@lyx.org
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2014-06-03 17:35:18 +00:00
|
|
|
- We now flush the output stream more frequently, as a temporary measure
|
|
|
|
to help us gather information about the crash mentioned above.
|
|
|
|
|
2014-06-09 21:35:17 +00:00
|
|
|
- To prevent dataloss, we have changed the way LyX saves files if the user
|
|
|
|
has not enabled backups. LyX now renames the existing file before
|
|
|
|
attempting to save the new one (in effect, making a temporary backup).
|
|
|
|
Then, if the save fails, the original file can be restored.
|
|
|
|
|
2014-03-22 21:55:33 +00:00
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2014-06-20 23:40:07 +00:00
|
|
|
- Updated Chinese (simplified), French, Interlingua, Japanese, Spanish
|
|
|
|
and Ukrainian user interface localizations.
|
2014-03-22 21:55:33 +00:00
|
|
|
|
2014-04-29 20:27:51 +00:00
|
|
|
- updated French translation of thr UserGuide and the Math manual
|
|
|
|
|
2014-03-22 21:55:33 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2014-05-27 13:14:14 +00:00
|
|
|
- Fix assertion when selecting in document with bi-directional text (bug 9142).
|
|
|
|
|
2014-06-05 10:18:09 +00:00
|
|
|
- Fix assertion when accepting change (bug 9145).
|
|
|
|
|
2014-03-22 11:02:21 +00:00
|
|
|
- Fix LaTeX error with alphabetic delimiters in inline Listings (part of bug
|
|
|
|
8985).
|
|
|
|
|
2014-03-22 11:27:46 +00:00
|
|
|
- Fix output of deleted citations in change tracking mode (bug 8806).
|
|
|
|
|
2014-04-22 07:32:48 +00:00
|
|
|
- Fix handling of multiple bibliography styles when using sectioned bibliography
|
|
|
|
(bug 9060).
|
|
|
|
|
2014-04-25 21:17:10 +00:00
|
|
|
- Fix problem converting layout files and modules when Flex inset names are
|
|
|
|
quoted.
|
2014-03-22 21:55:33 +00:00
|
|
|
|
2014-05-29 11:15:07 +00:00
|
|
|
- Honor the NextNoIndent layout parameter also in the exported output.
|
|
|
|
|
|
|
|
- Output arguments required by arguments with DefaultArg or PresetArg (bug 9128).
|
|
|
|
|
2014-06-11 17:08:44 +00:00
|
|
|
- Fix export from command line when included files have names with non-ascii
|
|
|
|
characters.
|
|
|
|
|
2014-05-29 11:15:07 +00:00
|
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
|
2014-06-09 21:35:17 +00:00
|
|
|
We have fixed several significant issues involving conversion of 2.0 format into
|
|
|
|
2.1 format, and conversely. This mostly affects the new argument insets and, in
|
|
|
|
particular, beamer documents. These are detailed below.
|
2014-05-29 11:15:07 +00:00
|
|
|
|
2014-04-27 07:44:43 +00:00
|
|
|
- Fix conversion of beamer block titles ending with non-ERT insets to 2.1 format.
|
|
|
|
|
2014-05-08 17:52:01 +00:00
|
|
|
- Fix conversion of beamer blocks with preceding or trailing blanks.
|
|
|
|
|
2014-06-05 10:18:09 +00:00
|
|
|
- Add \justification parameter when converting to 2.1 format (avoids
|
|
|
|
warning when converting back to 2.0 format).
|
2014-04-27 16:04:40 +00:00
|
|
|
|
2014-04-27 16:08:24 +00:00
|
|
|
- Fix conversion of argument insets from 2.1 to 2.0 format.
|
|
|
|
|
2014-06-05 10:18:09 +00:00
|
|
|
- Fix "use math package" settings conversion from 2.1 to 2.0 format.
|
2014-04-27 16:06:34 +00:00
|
|
|
|
2014-06-05 10:18:09 +00:00
|
|
|
- Fix "use math package" settings conversion from 2.0 to 2.1 format (bug 9069).
|
2014-04-27 16:09:29 +00:00
|
|
|
|
2014-05-01 11:53:17 +00:00
|
|
|
- Fix table cell rotation conversion from 2.1 to 2.0 format.
|
|
|
|
|
2014-05-15 13:35:05 +00:00
|
|
|
- Fix import of some argument insets.
|
|
|
|
|
2014-05-21 09:37:51 +00:00
|
|
|
- Fix some nesting problems in reversion of some beamer environments to 2.0 format.
|
|
|
|
|
2014-03-22 21:55:33 +00:00
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
2014-05-18 16:08:43 +00:00
|
|
|
- Fix crash when right-clicking into an insets with more paragraphs than the
|
|
|
|
main text (bug 9123).
|
|
|
|
|
2014-03-23 08:52:32 +00:00
|
|
|
- Fix crash when entering math in change-tracking mode while merge changes
|
|
|
|
dialog is open (bug 7685).
|
|
|
|
|
2014-03-22 11:22:41 +00:00
|
|
|
- Fix crash when CheckTeX hits mathed (bug 8798).
|
|
|
|
|
2014-03-24 08:15:00 +00:00
|
|
|
- Fix crash when performing "Change Case" operation on a selection with font
|
|
|
|
changes (bug 7943).
|
|
|
|
|
2014-05-08 22:19:55 +00:00
|
|
|
- Fix crash involving certain sorts of BibTeX files (bug 9112).
|
|
|
|
|
2014-03-23 12:31:21 +00:00
|
|
|
- Fix assertion when entering a path into the import dialog (bug 7437).
|
|
|
|
|
2014-03-31 16:33:53 +00:00
|
|
|
- Fix assertion when doing advanced replace with table cells selected (bug
|
|
|
|
7944).
|
|
|
|
|
2014-03-22 21:55:33 +00:00
|
|
|
- Failed instant preview compilation now returns an error. And a red box is
|
2014-04-22 18:36:14 +00:00
|
|
|
drawn around very small preview images, so they can be seen (bug 7522).
|
2014-03-21 23:34:46 +00:00
|
|
|
|
|
|
|
- Fix "Select Section" function in the Outliner (bug 8936).
|
2014-03-21 09:20:12 +00:00
|
|
|
|
|
|
|
- Fix select-by-doubleclick in mathed (bug 8829).
|
2014-03-14 10:48:40 +00:00
|
|
|
|
2014-05-06 14:12:45 +00:00
|
|
|
- Make selection by mouse drag more reliable in mathed (bug 9074).
|
|
|
|
|
2014-04-07 14:46:47 +00:00
|
|
|
- Fix undo with many individual changes (e.g. with replace all)
|
2014-05-23 14:59:12 +00:00
|
|
|
(bug 7079).
|
|
|
|
|
|
|
|
- Fix problem with display of citation information when a whole lot of
|
|
|
|
entries are cited at once (bug 9131).
|
2014-03-14 10:48:40 +00:00
|
|
|
|
2014-04-22 07:28:49 +00:00
|
|
|
- Do not spellcheck "code" style in logical markup module.
|
|
|
|
|
2014-04-30 14:06:27 +00:00
|
|
|
- Fix invalid writing of default_otf_view_format preference (bug 9100).
|
|
|
|
|
2014-05-02 09:03:32 +00:00
|
|
|
- Open View > Source Pane at a reasonable size (bug 9084). The downside of
|
|
|
|
this fix is that the Source Pane cannot be shrunken ad infinitum anymore.
|
|
|
|
|
2014-05-07 18:18:14 +00:00
|
|
|
- Fix problem with drawing of background in math when selection is active.
|
|
|
|
|
2014-05-16 19:58:21 +00:00
|
|
|
- Fix wrong on-screen indentation of a paragraph occurring in some cases.
|
|
|
|
|
2014-05-19 19:50:34 +00:00
|
|
|
- Fix keyborad input of cyrillic characters in program listings (bug 9102).
|
|
|
|
|
2014-06-08 21:59:59 +00:00
|
|
|
- Fix default vertical alignment when inserting a math matrix through the
|
|
|
|
math toolbar or context menu (bug 9153).
|
|
|
|
|
2014-03-14 10:48:40 +00:00
|
|
|
|
|
|
|
* INTERNALS
|
|
|
|
|
|
|
|
- Fix a problem when PATH changes and python command is relative (bug 8950).
|
|
|
|
|
2014-03-21 11:24:47 +00:00
|
|
|
- Reduce memory use with large documents.
|
2014-05-06 12:29:42 +00:00
|
|
|
|
|
|
|
- Disable a console message when loading a document in a language for
|
|
|
|
which the UI is not translated.
|
2014-03-14 10:48:40 +00:00
|
|
|
|
2014-03-22 21:55:33 +00:00
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2014-03-22 11:02:21 +00:00
|
|
|
- Fix bad compare of pointer vs. character (part of bug 8985).
|
|
|
|
|
2014-03-27 12:51:25 +00:00
|
|
|
- With autotools, avoid installing in Windows and MacOS some files intented
|
|
|
|
for the unix builds.
|
|
|
|
|
2014-04-30 14:06:27 +00:00
|
|
|
- Fix minor issue in script that extracts strings for GUI translation (bug 9054).
|
|
|
|
|