mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
e5b0444bbb
then trying to compile.
There are really two problems here. One is that the renamed
buffer needs to be reloaded. All kinds of files, etc, may not
exist any more, if we've been saved to a new directory; our
children e.g. may not be in the right place. And, in this case,
we may no longer be a child of our old parent. Reloading will
fix all of that.
On reload, though, we need to clear our parent, since we may
not have one any more. It will get reset if need be.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40609 a592a061-630c-0410-9148-cb99ea01b6c8
(cherry picked from commit 9283cbdbcb
)
140 lines
3.2 KiB
Plaintext
140 lines
3.2 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.0.5.
|
|
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.0.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.0.5 release.
|
|
|
|
Richard Heck
|
|
Branch Maintainer
|
|
rgheck@lyx.org
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Add explicit dvilualatex output format.
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
- The polyglossia/XeTeX language commands are now supported (bug 8212).
|
|
|
|
- It is now recognized if syncTeX is used (bug 8217).
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Show backends, not formats, in View>Source (bug #7652).
|
|
|
|
- Allow native LyX format to be shown in View>Source.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Updated French, German, Interlingua, Italian, Slovak and Spanish
|
|
user interface localizations.
|
|
|
|
- New Spanish example files europeCV.lyx and modernCV.lyx.
|
|
|
|
- Updated Spanish translation of the LyX manuals.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
-
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Do not output empty language switch commands (bug 8216).
|
|
|
|
- When using Turkish language, use the xkeyval package to avoid
|
|
incompatibilities (bug 2005).
|
|
|
|
- Do not ignore polyglossia commands in partial source preview (bug 8209).
|
|
|
|
- Export correct language change commands if document contains different
|
|
CJK languages (bug 8215).
|
|
|
|
- Fix bug that Elsevier documents became uncompilable when using refstyle for
|
|
cross-references.
|
|
|
|
- Fixed the layout file for scientific articles published by the American
|
|
Psychological Association (APA) (bug 8187).
|
|
|
|
- Write correct DTD for MathML (bug #8160).
|
|
|
|
- Make the ~ char in Basque, Estonian and Galician non-active (bug #8265).
|
|
|
|
- Embrace babel settings to \makeatletter ... \makeatother if they contain
|
|
an @ glyph.
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix various crashes when single document is edited in more windows
|
|
(bug 8203).
|
|
|
|
- Fix crash when using undo in a paragraph with layout Bibliography (bug 7111).
|
|
|
|
- Fix crash when renaming a child buffer.
|
|
|
|
- Replace current selection when pasting (bug 8027).
|
|
|
|
- Make sure that undo restores environment depth correctly (bug 8159).
|
|
|
|
- Fix enumitem module translation (bug #8201).
|
|
|
|
- Set math display format when showing XHTML in View>Source.
|
|
|
|
- Fix problem with configure.py when the user profile path on Windows
|
|
contains non-ascii characters (bug 8254).
|
|
|
|
- Remove annoying startup debug message.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Update/correct in the Userguide the description of the labeling list
|
|
(bug 8224).
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
- Fix bug that language change commands were not always recognized (bug 8210).
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
- recognize version numbers like 2.0.5dev as development versions when
|
|
computing the default value of --enable-build-type.
|
|
|