lyx_mirror/status.15x
Jean-Marc Lasgouttes af3b63ac40 * src/CutAndPaste.cpp (eraseSelectionHelper): when the last paragraph that
is cut is completely erased, remove it regardless of its layout (fixes
	bug 3995).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23430 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-04 10:14:29 +00:00

81 lines
1.7 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.5.5
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_1_5_X branch, which you
can get with the command
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X lyx-1.5.x
Juergen
[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:
***********
* DOCUMENTATION AND LOCALIZATION
- Spanish translation of the math manual.
- Updated Romanian translation of the user interface.
- Updated German User's Guide.
* USER INTERFACE
* DOCUMENT INPUT/OUTPUT
* BUILD/INSTALLATION:
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- 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
bug 3313).
- Check for the LaTeX packages "nicefrac" and "units" that are used by LyX.
- Check for PDF->PS, PDF->EPS and PS->EPS converters and use them (bug 3968).
- Stop warning messages when a local layout file is opened. Fix bugs caused by
incorrect reloading of local layout files.
* USER INTERFACE:
- Allow to enter starred math commands like "\tag*" (bug 4584).
- Fix parameter input of the math commands \makebox and \framebox (bug 2461).
- When cutting a selection do not leave a dangling paragraph (bug 3995).
* DOCUMENTATION
- Math manual:
- correct shortcuts for math fonts in section 11.1
- fix the description of the command \tag in section 19.4
* BUILD/INSTALLATION: