2011-05-02 14:43:11 +00:00
|
|
|
-*- text -*-
|
|
|
|
|
2011-08-31 16:25:53 +00:00
|
|
|
This file describes what has been done in the preparation of LyX 2.0.2
|
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
|
|
|
|
|
2011-10-21 10:28:32 +00:00
|
|
|
- Completely revised support for the latest versions of the Springer
|
|
|
|
document classes svjour3, svmono and svmult.
|
2011-10-29 21:46:33 +00:00
|
|
|
NOTE: This has the side-effect that files, created with LyX 2.0.2 or
|
|
|
|
future, using a Springer document class, will not be compilable with
|
|
|
|
LyX versions older than LyX 2.0.2. The same applies for files created
|
|
|
|
with LyX 1.6.10 or older that are saved with LyX 2.0.2 or future.
|
2011-09-22 02:57:28 +00:00
|
|
|
|
2011-09-08 10:44:44 +00:00
|
|
|
- Add possibility to export the R code from a sweave-enabled document
|
|
|
|
(part of bug 7555).
|
2011-08-29 04:37:45 +00:00
|
|
|
|
2011-09-15 21:38:05 +00:00
|
|
|
- XHTML export now respects font color and background color from
|
2011-10-06 13:34:32 +00:00
|
|
|
Document->Settings->Colors.
|
2011-09-15 21:38:05 +00:00
|
|
|
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
** TEX2LYX IMPROVEMENTS
|
2011-10-22 20:12:55 +00:00
|
|
|
|
2011-10-29 20:30:10 +00:00
|
|
|
- tex2lyx (that is used to import TeX files) now produces the current
|
|
|
|
file format 413.
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-29 20:30:10 +00:00
|
|
|
- tex2lyx now supports the conversion of:
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* The font packages utopia, fourier, ccfonts, chancery and beraserif.
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* Documents where no language package is set, or if a language package
|
|
|
|
are set that work independently of babel and polyglossia.
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* The setting of the document-wide background color and text color
|
|
|
|
(\color, \pagecolor), the background color of shaded boxes and the
|
|
|
|
text color of greyed-out notes.
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-29 20:30:10 +00:00
|
|
|
* Horizontal lines (\rule).
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* Phantom spaces (\phantom, \hphanton, \vphantom).
|
2011-10-26 21:47:27 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* Custom width for nomenclature list (\printnomenclature).
|
2011-10-27 13:13:43 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* All types of underlined or striked out text.
|
2011-10-27 13:13:43 +00:00
|
|
|
|
2011-10-28 06:41:10 +00:00
|
|
|
* Hyperlinks (\href).
|
|
|
|
|
|
|
|
* Rotated floats (sidewaysfigure, sidewaystable).
|
2011-10-27 12:49:29 +00:00
|
|
|
|
2011-10-28 18:28:28 +00:00
|
|
|
* Wrapped floats (wrapfigure, wraptable) (bug 4378).
|
|
|
|
|
2011-10-29 20:26:50 +00:00
|
|
|
* Subfloats (\subfloat).
|
|
|
|
|
2011-11-07 21:57:49 +00:00
|
|
|
* Frameless boxes (\makebox). (\mbox is not yet supported by LyX.)
|
|
|
|
|
2011-10-28 18:00:56 +00:00
|
|
|
* Command \date{} in the preamble to suppress the date output.
|
|
|
|
|
2011-09-22 02:57:28 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
* USER INTERFACE
|
|
|
|
|
2011-10-21 10:28:32 +00:00
|
|
|
- New menu entry Edit->Select Whole Inset.
|
2011-09-06 03:18:15 +00:00
|
|
|
|
2011-09-07 07:57:14 +00:00
|
|
|
- Speed up cursor movement when inline completion is enabled in math.
|
|
|
|
|
2011-09-07 21:41:00 +00:00
|
|
|
- Make InsetInfo output a path matching the LaTeX compiler.
|
|
|
|
|
2011-10-14 06:14:20 +00:00
|
|
|
- Improve creation of a LyX archive. Now also the files referenced in ERT
|
|
|
|
in the document body (e.g., through \input or \insertgraphics) are
|
|
|
|
included in the archive.
|
2011-09-16 15:01:12 +00:00
|
|
|
|
2011-09-21 15:48:51 +00:00
|
|
|
- When changing the document language, also change the language of the
|
2011-11-01 04:04:53 +00:00
|
|
|
text which is not explicitly marked in a different language,
|
|
|
|
irrespective of the multilingual status, except for LTR<=>RTL changes.
|
2011-09-21 15:48:51 +00:00
|
|
|
|
2011-10-21 10:28:32 +00:00
|
|
|
- Augmented the tex2lyx --help message with the default paths (bug 6827).
|
2011-10-19 14:53:01 +00:00
|
|
|
|
2011-11-01 04:04:53 +00:00
|
|
|
- New command-line switch -v (--version) for tex2lyx showing build
|
|
|
|
information and version number (bug 6827).
|
2011-10-19 14:53:01 +00:00
|
|
|
|
2011-08-29 04:37:45 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2011-11-10 21:56:51 +00:00
|
|
|
- Updated French, German, Indonesian, Interlingua, Italian, Slovak,
|
2011-11-11 23:39:46 +00:00
|
|
|
Spanish, Swedish and Ukrainian user interface localization.
|
2011-10-21 10:28:32 +00:00
|
|
|
|
|
|
|
- Revised template files for the Springer document classes.
|
2011-09-22 02:57:28 +00:00
|
|
|
|
2011-11-11 23:22:52 +00:00
|
|
|
- Revised example file sweave.lyx.
|
|
|
|
|
2011-11-01 04:04:53 +00:00
|
|
|
- The LyX documentation covers now all new features of LyX 2.0.x the
|
|
|
|
User's guide, EmbeddedObjects and the Math manual have been revised.
|
2011-10-30 03:46:43 +00:00
|
|
|
|
2011-11-01 05:53:33 +00:00
|
|
|
- New example file spreadsheet.lyx.
|
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2011-10-21 10:28:32 +00:00
|
|
|
- Add background image for Mac OS X disk image.
|
2011-05-02 14:43:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
|
|
*************
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2011-10-26 01:56:16 +00:00
|
|
|
- Fix execution of biber with MiKTeX.
|
2011-10-07 13:48:59 +00:00
|
|
|
|
2011-10-14 13:57:48 +00:00
|
|
|
- Fix parsing of branch names containing spaces.
|
|
|
|
|
2011-09-23 13:07:00 +00:00
|
|
|
- Fix output of multirow table cell borders (bug 7578).
|
|
|
|
|
2011-09-05 18:06:58 +00:00
|
|
|
- Fix ASCII export for branch inset (bug 7720).
|
|
|
|
|
2011-09-05 19:25:15 +00:00
|
|
|
- Fix regression where parent macros were not displayed in a viewed child
|
|
|
|
(bug 7593).
|
|
|
|
|
2011-09-05 19:41:23 +00:00
|
|
|
- Fix regression where children included more than once are only rendered
|
|
|
|
once (bug 7594).
|
|
|
|
|
2011-09-05 19:29:49 +00:00
|
|
|
- Fix problem where updates to children were not seen on output of master
|
|
|
|
(bug 7360).
|
|
|
|
|
2011-09-07 22:28:34 +00:00
|
|
|
- Fix XHTML export of branches (bug 7721).
|
|
|
|
|
2011-09-22 07:49:25 +00:00
|
|
|
- Fix whitespace issues with language changes (bug 7607).
|
|
|
|
|
2011-09-28 07:04:29 +00:00
|
|
|
- Fix deletion of temporary file used for preferences conversion on
|
|
|
|
Windows (bug 7796).
|
|
|
|
|
2011-10-23 03:32:37 +00:00
|
|
|
- Fix handling of relative paths used in the preamble or ERT (bug 7835).
|
|
|
|
|
2011-10-26 01:56:16 +00:00
|
|
|
- Disable impossible settings in context menu of boxes (bug 7849).
|
|
|
|
|
2011-10-26 02:00:49 +00:00
|
|
|
- Fix tex2lyx handling of recognized Roman fonts (bug 7856).
|
2011-10-26 01:56:16 +00:00
|
|
|
|
2011-10-28 12:46:53 +00:00
|
|
|
- Fix tex2lyx handling babel-specific preamble commands (bug 7861).
|
|
|
|
|
2011-10-29 20:34:31 +00:00
|
|
|
- Fix (La)TeX import for files using Latvian, Lithuanian, Mongolian,
|
|
|
|
Turkmen and/or Vietnamese (bug 7862).
|
|
|
|
|
2011-10-31 01:58:58 +00:00
|
|
|
- Fix tex2lyx handling of inputenc encoding settings (bug 7863).
|
|
|
|
|
2011-11-06 15:15:13 +00:00
|
|
|
- Fix (La)TeX import of shaded boxes (bug 7843).
|
|
|
|
|
2011-11-06 18:12:20 +00:00
|
|
|
- Fix LaTeX import of theorem environment with optional argument (bug 6834).
|
|
|
|
|
2011-11-06 18:56:26 +00:00
|
|
|
- Fix LaTeX import of tabular environment with optional argument.
|
|
|
|
|
2011-11-07 21:57:49 +00:00
|
|
|
- Fix tex2lyx handling of framed boxes without inner box.
|
|
|
|
|
2011-11-13 10:43:30 +00:00
|
|
|
- Fix tex2lyx handling of description \item with spaces (bug 7663).
|
|
|
|
|
2011-11-14 21:04:00 +00:00
|
|
|
- tex2lyx does not start floats with lines containing only a single space
|
|
|
|
anymore (bug 7895).
|
|
|
|
|
2011-10-26 19:50:33 +00:00
|
|
|
- Store the autosave files of unnamed buffers in the correct directory
|
|
|
|
and make sure they are not left behind after saving (bug 7793).
|
|
|
|
|
2011-10-30 22:40:03 +00:00
|
|
|
- Fix latex export of multilingual documents containing theorem-like
|
|
|
|
environments (bug 7800).
|
|
|
|
|
2011-11-02 18:57:14 +00:00
|
|
|
- Escape ampersands in <title> when outputting XHTML.
|
|
|
|
|
2011-07-31 02:07:16 +00:00
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
* USER INTERFACE
|
|
|
|
|
2011-10-26 02:00:49 +00:00
|
|
|
- Group correctly Koma book environments inside environment combo-box listing.
|
2011-09-05 17:51:32 +00:00
|
|
|
|
2011-09-05 18:41:39 +00:00
|
|
|
- Add undo for change of text language when document language is changed.
|
|
|
|
When a document is not multi-lingual the text contents is changed to the
|
|
|
|
new language. This should be recorded for Undo (bug 7740).
|
2011-05-23 17:25:36 +00:00
|
|
|
|
2011-09-05 18:46:46 +00:00
|
|
|
- Adjust the cursor language after document language change had changed the
|
|
|
|
text language (bug 7681).
|
|
|
|
|
2011-10-06 13:34:32 +00:00
|
|
|
- Correctly sort modules in Document->Settings and formats in the "Other
|
2011-09-05 18:58:56 +00:00
|
|
|
formats" dialog (bug 7751).
|
|
|
|
|
2011-10-06 13:34:32 +00:00
|
|
|
- Repair outliner display for broken references (bug 7708).
|
2011-09-05 19:04:36 +00:00
|
|
|
|
2011-09-06 17:37:49 +00:00
|
|
|
- Fix Horizontal Space dialog when issued from within math (bug 7746).
|
|
|
|
|
2011-09-25 06:36:58 +00:00
|
|
|
- Fix bottom border allocation when setting a multirow (bug 7791).
|
|
|
|
|
2011-10-01 07:24:17 +00:00
|
|
|
- Fix merging of cells (multicolumn, multirow) when the first cell in the
|
|
|
|
selection is already a multi-cell (bug 7792).
|
|
|
|
|
2011-09-06 17:37:49 +00:00
|
|
|
- Disable interword and protected space lfuns in math, since these spaces
|
|
|
|
are not yet supported.
|
2011-09-06 06:42:18 +00:00
|
|
|
|
2011-09-05 19:09:14 +00:00
|
|
|
- Mark buffer dirty when a label is changed, so the file can be saved and
|
|
|
|
the change can be reverted (bug 7655).
|
|
|
|
|
2011-09-05 19:27:10 +00:00
|
|
|
- Fix shortcuts in cross reference dialog (bug 7576).
|
|
|
|
|
2011-09-05 22:30:14 +00:00
|
|
|
- Fixed recursive repaint problem (see bugs 7503 and 7173).
|
|
|
|
|
2011-09-11 15:31:42 +00:00
|
|
|
- Restore nomenclature dialog's ability to take the symbol from an explicit
|
2011-09-11 14:16:36 +00:00
|
|
|
or implicit selection.
|
|
|
|
|
2011-09-18 19:57:25 +00:00
|
|
|
- Fix on-screen display of graphics when the name of the temporary directory
|
2011-10-26 01:56:16 +00:00
|
|
|
contains non-ASCII characters (bug 7621).
|
2011-09-18 19:57:25 +00:00
|
|
|
|
2011-10-11 18:22:06 +00:00
|
|
|
- Fix the tab ordering of widgets in the Document->Settings and
|
|
|
|
Tools->Preferences panels.
|
2011-09-20 18:40:45 +00:00
|
|
|
|
2011-09-20 18:42:40 +00:00
|
|
|
- Mark settings as changed when the Nomenclature line is edited in the
|
2011-10-06 13:34:32 +00:00
|
|
|
Tools->Preferences panel.
|
2011-09-20 18:42:40 +00:00
|
|
|
|
2011-09-24 17:56:06 +00:00
|
|
|
- Fix instant preview when external files are loaded in the preamble,
|
2011-10-06 13:34:32 +00:00
|
|
|
e.g. through the \input LaTeX command.
|
2011-09-24 17:56:06 +00:00
|
|
|
|
2011-09-26 18:28:24 +00:00
|
|
|
- Fix instant preview when using Python version 2.4 or lower.
|
|
|
|
|
2011-10-11 17:57:33 +00:00
|
|
|
- Don't allow copy-pasting newline characters in Document->Settings
|
|
|
|
and Tools->Preferences (bug 5840).
|
|
|
|
|
2011-10-11 18:33:35 +00:00
|
|
|
- Allow the \nocite LaTeX command when using the basic citation engine.
|
|
|
|
|
2011-10-28 06:33:39 +00:00
|
|
|
- tex2lyx does not produce invalid Flex insets anymore (bug 7780).
|
2011-10-22 20:12:55 +00:00
|
|
|
|
2011-10-28 06:33:39 +00:00
|
|
|
- Fix import of required arguments of standard environments (part of bug
|
|
|
|
7468).
|
2011-10-22 20:12:55 +00:00
|
|
|
|
2011-10-28 06:33:39 +00:00
|
|
|
- Do not incorrectly activate Edit->Table inside index entries (bug 7816).
|
|
|
|
|
|
|
|
- Fix display of section (etc.) headings, in both TOC and menu, when there is
|
2011-10-25 18:56:58 +00:00
|
|
|
math in the title.
|
|
|
|
|
2011-10-26 02:03:33 +00:00
|
|
|
- Correct handling of custom width in the nomenclature dialog (bug 7853).
|
|
|
|
|
2011-10-26 14:20:17 +00:00
|
|
|
- Improved scrolling in large tables with vertical alignment (bug 7662).
|
|
|
|
|
2011-10-26 16:02:30 +00:00
|
|
|
- Make cursor position after paste independent of where the pasted material
|
|
|
|
comes from (bug 3821).
|
|
|
|
|
2011-10-26 19:32:33 +00:00
|
|
|
- Fix display of thickness of horizontal lines (bug 7851).
|
|
|
|
|
2011-10-27 09:05:55 +00:00
|
|
|
- Fix change of language of selected text with context menu (bug 7778).
|
|
|
|
|
2011-10-30 20:07:46 +00:00
|
|
|
- Sort formats under Document>Settings>Output (bug 7758).
|
|
|
|
|
2011-09-05 18:58:56 +00:00
|
|
|
|
2011-05-27 22:19:17 +00:00
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
2011-10-27 13:58:53 +00:00
|
|
|
- Fix a crash when searching in all manuals, but the manuals could
|
|
|
|
not be loaded.
|
|
|
|
|
2011-05-02 14:43:11 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
2011-09-07 21:37:25 +00:00
|
|
|
|
|
|
|
- Fix compile error with gcc 4.5.3 when using the included mythes library.
|
2011-09-20 17:41:16 +00:00
|
|
|
|
|
|
|
- Fix the detection of the tex2lyx converter (bug 3308).
|
2011-09-20 18:29:18 +00:00
|
|
|
|
|
|
|
- Fix the detection of htmltolatex (bug 6339).
|
|
|
|
|
|
|
|
- Fix the detection of splitindex (bug 7579).
|
|
|
|
|
|
|
|
- Fix the detection of jfig3-itext, jfig3.
|
2011-09-20 18:36:34 +00:00
|
|
|
|
|
|
|
- Properly associate the gnumeric converter with the Excel and OpenOffice
|
|
|
|
spreadsheet formats.
|