2011-05-02 14:43:11 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2012-02-28 20:43:35 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 2.0.4
|
2011-05-02 14:43:11 +00:00
|
|
|
All comments are welcome.
|
|
|
|
|
|
|
|
I'd be glad if some of you could take the time to check it out (or fix
|
|
|
|
a bug or two if you are feeling adventurous). Let me recall that all
|
|
|
|
these fixes have been checked into the BRANCH_2_0_X branch, which you
|
|
|
|
can get with the command
|
|
|
|
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X
|
|
|
|
|
|
|
|
Richard
|
|
|
|
|
|
|
|
[In this list, I try to group things by topic and in decreasing
|
|
|
|
order of importance. This is, of course, subjective...]
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
|
|
|
|
** Updates:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2012-03-26 10:33:37 +00:00
|
|
|
- Add support for \subsubsection and \subsubsection* in beamer layout.
|
2012-02-01 21:03:04 +00:00
|
|
|
|
2012-03-26 16:06:04 +00:00
|
|
|
- Made some minor improvements to the include_bib.py script.
|
2012-02-01 21:03:04 +00:00
|
|
|
|
2012-01-20 13:02:19 +00:00
|
|
|
|
2011-11-29 19:12:10 +00:00
|
|
|
* TEX2LYX IMPROVEMENTS
|
2011-11-24 19:51:39 +00:00
|
|
|
|
2012-03-14 23:26:59 +00:00
|
|
|
- Support for the LaTeX-command \sindex (for split indexes).
|
2012-03-26 14:04:09 +00:00
|
|
|
- Better support for XeTeX and LuaTeX documents: automatically set default
|
|
|
|
encoding to utf-8 and select support for non-TeX fonts.
|
2011-12-18 15:14:19 +00:00
|
|
|
|
2011-09-22 02:57:28 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
* USER INTERFACE
|
|
|
|
|
2012-03-05 22:36:27 +00:00
|
|
|
- New option to show only the preamble when viewing source (bug 7860).
|
2011-12-07 15:17:06 +00:00
|
|
|
|
2012-03-13 21:13:36 +00:00
|
|
|
- Graphics insets show filename as a tooltip now.
|
2012-03-05 22:38:21 +00:00
|
|
|
|
2012-03-06 23:30:23 +00:00
|
|
|
- New command for forward search with SumatraPDF without the need of an
|
|
|
|
external DDE program (requires SumatraPDF version 1.9 or higher).
|
|
|
|
|
2012-03-07 00:26:17 +00:00
|
|
|
- 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).
|
|
|
|
|
2011-08-29 04:37:45 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2012-03-03 13:13:58 +00:00
|
|
|
- Updated Interlingua user interface localization.
|
|
|
|
|
2012-03-03 12:39:57 +00:00
|
|
|
- Improved template file iop-article.lyx.
|
2012-01-01 21:26:28 +00:00
|
|
|
|
2012-03-14 23:26:59 +00:00
|
|
|
- EmbeddedObjects manual:
|
|
|
|
- New section how to color every second table row.
|
|
|
|
- New section how rotate table cells by a custom angle.
|
2012-03-04 23:54:31 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2012-03-04 23:54:31 +00:00
|
|
|
-
|
2012-01-19 20:32:43 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2012-03-02 14:59:53 +00:00
|
|
|
- Fix pasting of LATIN CAPITAL LETTER SHARP S (bug 8057).
|
2012-01-22 14:37:13 +00:00
|
|
|
|
2012-03-06 21:24:04 +00:00
|
|
|
- Fix reconfiguration on Windows when the temporary directory used by
|
|
|
|
python contains non-ascii characters.
|
|
|
|
|
2012-03-25 13:49:10 +00:00
|
|
|
- Fix reconfiguration on Windows when the user directory is a UNC path
|
|
|
|
(bug 8098).
|
|
|
|
|
2012-04-03 21:54:50 +00:00
|
|
|
- Index entries in XHTML output no longer sorted case sensitively.
|
|
|
|
|
2012-02-18 14:00:41 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
* USER INTERFACE
|
|
|
|
|
2012-03-23 20:15:55 +00:00
|
|
|
- Fixed crash when modifying or pasting an equation label and there
|
|
|
|
are references to that label in math (bug 8095).
|
2012-03-23 18:37:48 +00:00
|
|
|
|
2012-03-16 14:53:45 +00:00
|
|
|
- Do not disable View/Update Other Formats button when "Use non-TeX fonts"
|
|
|
|
is active (bug 8069).
|
|
|
|
|
2012-03-03 15:52:21 +00:00
|
|
|
- Do not allow to add a citation in the citation dialog using the
|
|
|
|
<Enter> key if the Add button is disabled.
|
2012-01-24 06:20:25 +00:00
|
|
|
|
2012-03-03 15:55:00 +00:00
|
|
|
- Allow the <Enter> key to add a new branch in document settings.
|
|
|
|
Only <Ctrl+Enter> and numpad-<Enter> will also close the dialog.
|
|
|
|
|
2012-03-05 22:30:19 +00:00
|
|
|
- Fix tooltip for "Use Non-TeX Fonts" (bug 7787).
|
|
|
|
|
2012-03-05 22:38:21 +00:00
|
|
|
- Fixed stray warning when inserting inserting plaintext file (bug 7916).
|
|
|
|
|
2012-03-05 22:51:53 +00:00
|
|
|
- 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).
|
2012-03-05 22:51:53 +00:00
|
|
|
|
2012-03-06 23:12:36 +00:00
|
|
|
- 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).
|
|
|
|
|
2012-03-17 18:00:25 +00:00
|
|
|
- Do not repeatedly show export errors of a previous export.
|
|
|
|
|
2012-03-17 23:05:15 +00:00
|
|
|
- Fix the selection of rows below a multirow (bug 8083).
|
|
|
|
|
2012-03-21 20:50:34 +00:00
|
|
|
- Allow rotations of tables with a defined width (bug 8092).
|
|
|
|
|
2012-03-28 20:51:36 +00:00
|
|
|
- Fix display of "Block" environment in Beamer presentations (bug 8094).
|
|
|
|
|
2012-04-01 22:21:22 +00:00
|
|
|
- Changes to BibTeX files not noticed when new BibTeX inset created
|
|
|
|
(bug 8107).
|
|
|
|
|
2012-04-03 19:53:56 +00:00
|
|
|
- Made it possible to delete local layout in Document>Settings.
|
|
|
|
|
2011-11-29 19:50:25 +00:00
|
|
|
|
2011-12-20 00:23:18 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2012-02-29 23:44:05 +00:00
|
|
|
- Fixed problem that the example file knitr.lyx could not be opened.
|
2012-01-22 20:00:19 +00:00
|
|
|
|
2012-03-02 23:43:58 +00:00
|
|
|
- Re-enable the compilation of the modernCV.lyx example file (bug 8064).
|
|
|
|
|
2011-12-20 00:23:18 +00:00
|
|
|
|
2012-03-13 21:13:36 +00:00
|
|
|
* TEX2LYX
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
2011-05-27 22:19:17 +00:00
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
2012-03-04 23:54:31 +00:00
|
|
|
-
|
2012-01-22 14:23:43 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
2011-09-07 21:37:25 +00:00
|
|
|
|
2012-03-04 23:54:31 +00:00
|
|
|
-
|