Correctly handle quotation marks in command preferences (bug 2016):
[lyx.git] / status.15x
blob6434a25971fb1f8af9ed96ec463b7950b18d5062
1 -*- text -*-
3 This file describes what has been done in the preparation of LyX 1.5.5
4 All comments are welcome.
6 I'd be glad if some of you could take the time to check it out (or fix
7 a bug or two if you are feeling adventurous). Let me recall that all
8 these fixes have been checked into the BRANCH_1_5_X branch, which you
9 can get with the command
10   svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X lyx-1.5.x
12 Juergen
14 [In this list, I try to group things by topic and in decreasing
15 order of importance. This is, of course, subjective...]
18 What's new
19 ==========
22 ** Updates:
23 ***********
25 * DOCUMENTATION AND LOCALIZATION
27 - Spanish translation of the math manual.
29 - French translation of the documentation file "Formula-numbering.lyx".
31 - Updated Czech, French, German, Italian, Japanese, and Romanian translation
32   of the user interface.
34 - Updated German User's Guide and Extended manual.
36 - Updated French User's Guide.
38 - Updated Italian Intro manual.
41 * USER INTERFACE
43 - Add support for the bm package.
45 - New layout files "article (beamer)" and "article (koma + beamer)"
46   that support beamer's article mode.
48 - Allow using the \binom command without the amsmath package.
50 - Add support for \brace and \brack commands in mathed.
53 * DOCUMENT INPUT/OUTPUT
55 - Add support for the HTML-to-LaTeX converters gnuhtml2latex and
56   htmltolatex (bug 4615).
58 - The commands \makeatletter and \makeatother are now only added to the
59   preamble when actually needed.
61 - The command \textcolor is now converted when importing LaTeX files
62   (bug 2457).
64 - Global line spacing settings are now imported when importing LaTeX files.
66 - The command \lyxline is now converted when importing LaTeX files (bug 4795).
69 * WINDOWS INSTALLER:
71 - A metafile (EMF/WMF) to EPS conversion tool is included.
72   This tool uses a virtual printer called "Metafile to EPS Converter".
74 - Full support for installation on a per-user basis, including limited users.
76 - Required files of ImageMagick and Ghostscript will be installed in the LyX
77   folder.
80 * BUILD:
82 - New configure option --enable-build-type allows to set all
83   compilation options for release, prerelease or development builds.
84   Please see the INSTALL file for more details.
87 ** Bug fixes:
88 *************
90 * DOCUMENT INPUT/OUTPUT
92 - Fix drawing of top and bottom rules in formal tables (bug 4554).
94 - Fix reversion of OHM and ANGSTROM characters to LyX < 1.5.0 (rest of
95   bug 3313).
97 - Check for the LaTeX packages "nicefrac" and "units" that are used by
98   LyX.
100 - Check for PDF->PS, PDF->EPS and PS->EPS converters and use them (bug
101   3968).
103 - Stop warning messages when a local layout file is opened. Fix bugs
104   caused by incorrect reloading of local layout files.
106 - Use verbose htlatex command instead of oolatex, if available, since the
107   latter caused problems on some systems (bug 4604).
109 - Assure amsthm is loaded if a theorem is defined with \theoremstyle.
111 - Close font macros (such as \emph) before comments, greyedout, framed
112   and shaded notes, thus fixing a problem where documents couldn't be
113   compiled anymore.
115 - Fix LaTeX error "unknown color 'ignore'" when setting text style
116   attributes in mathed (bug 4091).
118 - Use package amsbsy for bold math symbols obtained through the \boldsymbol
119   macro, such that bold super and subscripts have the correct size even
120   when not using the complete amsmath package.
122 - Fix loading of lyx documents generated with csv2lyx (bug 4639).
124 - Move \label{} outside of listings option caption={} because the listings
125   package prefers a separate label={} option.
127 - After an inset, don't always revert to the language's default encoding for
128   latex output, but honor that specified in the document settings (bug 4665).
130 - Set the correct encoding when an ASCII encoded LaTeX file is imported
131   (bug 4719).
133 - Parse the command \makebox correctly when importing LaTeX files (bug 2504).
135 - Import global paragraph settings correctly when importing LaTeX files
136   (bug 4773).
138 - Fix font size handling when importing LaTeX files (bug 4803 and bug 4807).
141 * USER INTERFACE:
143 - Fix a crash on startup with Qt 4.4 (bug 4568).
145 - Fix a crash that occured on some OSes when the character '{' was inserted
146   in the advanced input of the listings dialog (bug 4780).
148 - Fix an assertion with compressed image files that do not have a
149   zip-extension.
151 - Fix an assertion with incorrect argument for '-sysdir' command-line switch
152   (bug 4791).
154 - Correctly apply font changes when several math matrix cells are selected
155   (bug 4566).
157 - Allow deleting a label in a formula as well as the numbering with the
158   delete key (bug 2556).
160 - Allow to enter starred math commands such as \tag* (bug 4584).
162 - Load amsmath when \tag or \tag* is used (bug 4586).
164 - Fix parameter input of the math commands \makebox and \framebox (bug
165   2461).
167 - When cutting a selection do not leave a dangling paragraph (bug 3995).
169 - Improve the behaviour when inserting a collapsable inset over a multi-
170   paragraph selection.
172 - Fix the automatic uncollapsing of outliner during updates (bug 3740).
174 - Correctly handle quotation marks in command preferences (bug 2016).
176 - Remove the menu entries to swap rows/columns as this feature is not
177   implemented.
179 - Fix wrong focusing of buttons in search dialog (bug 4194).
181 - Disallow some Note variants in places where they would result in LaTeX
182   errors (part of bug 4180).
184 - Use *.* to select all files in the file selection dialog on Windows.
185   Using shortcuts for navigation is now possible.
187 - Fix \Vert symbol in the math panel (part of bug 4720).
189 - Fix typo in the script TeXFiles.py that scans for TeX files.
191 - Remove the menu entry Insert -> Math -> Toggle math panels, since
192   it actually does not insert anything and its functionality is covered
193   by menu View - > Toolbars -> Math Panels (bug 4765).
196 * DOCUMENTATION
198 - Fix LaTeX errors in the Spanish Tutorial, UserGuide, and Intro manual.
200 - Math manual:
201   - correct shortcuts for math fonts in section 11.1
202   - fix the description of the command \tag in section 19.4
204 - Man page: document -geometry option, update Copyright date (bug 4740).
206 - The tex2lyx man page was completely outdated and referred to reLyX in many
207   places (bug 2770). It has been cleaned up, but it is still outdated in
208   details.
211 * BUILD/INSTALLATION:
213 - fix the 'make check' target in src/support; one of the checks still 
214   fails (bug 4638)
216 - fix the problems with compilation on gcc 4.3.0 with disabled pch headers.