* status.15x:

- some shuffling.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24700 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-05-09 11:36:24 +00:00
parent 9220eca744
commit 087fcb381b

View File

@ -24,9 +24,9 @@ What's new
* DOCUMENTATION AND LOCALIZATION
- Spanish translation of the math manual.
- New Spanish translation of the math manual.
- French translation of the documentation file "Formula-numbering.lyx".
- New French translation of the documentation file "Formula-numbering.lyx".
- Updated Czech, French, Galician, German, Italian, Japanese, and
Romanian translation of the user interface.
@ -42,8 +42,8 @@ What's new
- Add support for the bm package.
- New layout files "article (beamer)" and "article (koma + beamer)"
that support beamer's article mode.
- New layout files "article (beamer)" and "article (koma + beamer)" that
support beamer's article mode.
- Allow using the \binom command without the amsmath package.
@ -63,9 +63,11 @@ What's new
- The command \textcolor is now converted when importing LaTeX files
(bug 2457).
- Global line spacing settings are now imported when importing LaTeX files.
- Global line spacing settings are now imported when importing LaTeX
files.
- The command \lyxline is now converted when importing LaTeX files (bug 4795).
- The command \lyxline is now converted when importing LaTeX files
(bug 4795).
* WINDOWS INSTALLER:
@ -73,10 +75,11 @@ What's new
- A metafile (EMF/WMF) to EPS conversion tool is included.
This tool uses a virtual printer called "Metafile to EPS Converter".
- Full support for installation on a per-user basis, including limited users.
- Full support for installation on a per-user basis, including limited
users.
- Required files of ImageMagick and Ghostscript will be installed in the LyX
folder.
- Required files of ImageMagick and Ghostscript will be installed in the
LyX folder.
* BUILD:
@ -93,6 +96,25 @@ What's new
- Fix LaTeX import of aligned consecutive paragraphs (bug 4806).
- Fix font size handling when importing LaTeX files (bug 4803 and
bug 4807).
- After an inset, don't always revert to the language's default encoding
for latex output, but honor that specified in the document settings
(bug 4665).
- Close font macros (such as \emph) before comments, greyedout, framed
and shaded notes, thus fixing a problem where documents couldn't be
compiled anymore.
- Fix LaTeX error "unknown color 'ignore'" when setting text style
attributes in mathed (bug 4091).
- Assure amsthm is loaded if a theorem is defined with \theoremstyle.
- Fix LaTeX errors triggered by switching from ams article to ams plain
article.
- Fix drawing of top and bottom rules in formal tables (bug 4554).
- Fix reversion of OHM and ANGSTROM characters to LyX < 1.5.0 (rest of
@ -110,15 +132,6 @@ What's new
- Use verbose htlatex command instead of oolatex, if available, since the
latter caused problems on some systems (bug 4604).
- Assure amsthm is loaded if a theorem is defined with \theoremstyle.
- Close font macros (such as \emph) before comments, greyedout, framed
and shaded notes, thus fixing a problem where documents couldn't be
compiled anymore.
- Fix LaTeX error "unknown color 'ignore'" when setting text style
attributes in mathed (bug 4091).
- Use package amsbsy for bold math symbols obtained through the \boldsymbol
macro, such that bold super and subscripts have the correct size even
when not using the complete amsmath package.
@ -128,37 +141,30 @@ What's new
- Move \label{} outside of listings option caption={} because the listings
package prefers a separate label={} option.
- After an inset, don't always revert to the language's default encoding for
latex output, but honor that specified in the document settings (bug 4665).
- Set the correct encoding when an ASCII encoded LaTeX file is imported
(bug 4719).
- Parse the command \makebox correctly when importing LaTeX files (bug 2504).
- Parse the command \makebox correctly when importing LaTeX files
(bug 2504).
- Import global paragraph settings correctly when importing LaTeX files
(bug 4773).
- Fix font size handling when importing LaTeX files (bug 4803 and bug 4807).
- Fix LaTeX errors triggered by switching from ams article to ams plain
article.
- Use styleguide-conforming headings in the APA layout (bug 4827).
- Use style guide-conforming headings in the APA layout (bug 4827).
* USER INTERFACE:
- Fix a crash on startup with Qt 4.4 (bug 4568).
- Fix a crash that occured on some OSes when the character '{' was inserted
in the advanced input of the listings dialog (bug 4780).
- Fix a crash that occured on some OSes when the character '{' was
inserted in the advanced input of the listings dialog (bug 4780).
- Fix an assertion with compressed image files that do not have a
zip-extension.
- Fix an assertion with incorrect argument for '-sysdir' command-line switch
(bug 4791).
- Fix an assertion with incorrect argument for '-sysdir' command-line
switch (bug 4791).
- Correctly apply font changes when several math matrix cells are selected
(bug 4566).