lyx_mirror/status.20x

187 lines
5.0 KiB
Plaintext
Raw Normal View History

-*- text -*-
This file describes what has been done in the preparation of LyX 2.0.4
All comments are welcome.
2012-04-16 02:43:21 +00:00
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.4 release.
Richard Heck
Branch Maintainer
rgheck@lyx.org
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
- Add support for \subsubsection and \subsubsection* in beamer layout.
2012-03-26 16:06:04 +00:00
- Made some minor improvements to the include_bib.py script.
* TEX2LYX IMPROVEMENTS
- Support for the LaTeX-command \sindex (for split indexes).
- Better support for XeTeX and LuaTeX documents: automatically set default
encoding to utf-8 and select support for non-TeX fonts.
* USER INTERFACE
- New option to show only the preamble when viewing source (bug 7860).
2012-03-13 21:13:36 +00:00
- Graphics insets show filename as a tooltip now.
- New command for forward search with SumatraPDF without the need of an
external DDE program (requires SumatraPDF version 1.9 or higher).
- When a command takes too long to complete, ask the user for what to do
instead of automatically stopping it after a timeout interval (bug 8032).
* DOCUMENTATION AND LOCALIZATION
2012-04-07 01:15:23 +00:00
- Updated Interlingua and Ukrainian user interface localization.
- Improved template file iop-article.lyx.
- EmbeddedObjects manual:
- New section how to color every second table row.
- New section how rotate table cells by a custom angle.
* BUILD/INSTALLATION
-
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix pasting of LATIN CAPITAL LETTER SHARP S (bug 8057).
- Fix reconfiguration on Windows when the temporary directory used by
python contains non-ASCII characters.
- Fix reconfiguration on Windows when the user directory is a UNC path
(bug 8098).
- Index entries in XHTML output no longer sorted case sensitively.
- Fixed some problems XHTML output had with empty paragraphs.
- Fixed reading the bounding box from EPS figures with negative
values (bug 8114).
- Fix generation of auxiliary files for converters specifying the needaux
flag by using the same latex backend used for previewing the document
instead of always using the plain latex backend.
- Fixed XHTML export of sub- and superscripts.
2012-04-22 23:28:55 +00:00
- When configuring LyX, check for all LaTeX-packages LyX uses to display
symbols (bug 8102).
- Don't output extra body tags with included files when generating
XHTML.
- Do not include deleted text in the title of the XHTML output.
* USER INTERFACE
- Fixed crash when modifying or pasting an equation label and there
are references to that label in math (bug 8095).
- Do not disable View/Update Other Formats button when "Use non-TeX fonts"
is active (bug 8069).
- Do not allow to add a citation in the citation dialog using the
<Enter> key if the Add button is disabled.
- Allow the <Enter> key to add a new branch in document settings.
Only <Ctrl+Enter> and numpad-<Enter> will also close the dialog.
- Fix tooltip for "Use Non-TeX Fonts" (bug 7787).
- Fixed stray warning when inserting inserting plaintext file (bug 7916).
- Don't reset the selected format each time we click into a new paragraph
2012-03-15 01:29:47 +00:00
in View->Source (bug 7997).
- Stop screen from jumping around so much on undo and redo (bug 6367).
2012-03-15 01:29:47 +00:00
- Setting a multirow offset no longer also changes table column
alignments (bug 8084).
2012-03-13 21:13:36 +00:00
- Fix undo warning when inserting plain text file (bug 7916).
- Do not repeatedly show export errors of a previous export.
- Fix the selection of rows below a multirow (bug 8083).
- Allow rotations of tables with a defined width (bug 8092).
- Fix display of "Block" environment in Beamer presentations (bug 8094).
- Changes to BibTeX files not noticed when new BibTeX inset created
(bug 8107).
- Made it possible to delete local layout in Document>Settings.
- Fix crash when dissolving a math macro whose first argument is another
parameterless macro (bug 8105).
- Update the current view after dispatching a command through the lyxserver.
The missing screen update could cause either a failure in executing the
command or could even crash LyX (bugs 6871 and 8119).
2012-04-25 16:17:53 +00:00
- Improve thesaurus dialog completion (bug 8138)
- Fix erroneous error message when calling "buffer-language" manually.
- Fix coloring of insets that come after deleted text insets with
change tracking on.
* DOCUMENTATION AND LOCALIZATION
- Fixed problem that the example file knitr.lyx could not be opened.
- Re-enable the compilation of the modernCV.lyx example file (bug 8064).
2012-03-13 21:13:36 +00:00
* TEX2LYX
-
* ADVANCED FIND AND REPLACE
-
* BUILD/INSTALLATION
- Fixed compilation with clang.
- Included the qt gif plugin in the Windows installer. This
enables the busy icon in the status bar.