lyx_mirror/status.15x
Enrico Forestieri 695f8e233b As ImageMagick output is different for different versions, and different (even
incompatible) options are to be used to obtain the same result, it is better
to query the version and accordingly use the needed options (bug 4749).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26220 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-20 00:50:44 +00:00

96 lines
2.2 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.5.7
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
- Updated localization of the user interface for Catalan, and Hebrew.
- New Catalan translation of the Intro manual and the example file
ItemizeBullets.lyx.
- New Ukrainian translation of the Intro manual.
* DOCUMENT INPUT/OUTPUT
- New layout file for journal articles of the Inderscience publishing group.
- New layout file for the svjour3 class (journal articles of the Springer
publishing group) (bug 5154).
* USER INTERFACE
* WINDOWS INSTALLER
* BUILD
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix instant preview when \usepackage[pdftex]{hyperref} is used in the
preamble (bug 2165).
- The LaTeX package amscd is now automatically loaded when creating math
diagrams (bug 5090).
- Fix inputenc error with ligature glyphs in utf8 encoding (bug 5086).
- Fix LaTeX error with deleted straight quotes in change tracking mode
(bug 5091; only fixed for T1 font encoding).
- Produce better quality images on the LyX screen when using recent
versions of ImageMagick (bug 4749).
* USER INTERFACE
- Empty lines are correctly removed when the cursor moves due to the
"cursor follows scrollbar" feature (bug 5065).
- Fix undo for "text in math mode" (bug 3407).
- Fix undo for insertion of some math elements (e.g. delimiters)
directly from text mode (bug 2449).
* DOCUMENTATION AND LOCALIZATION
- The tex2lyx man page reflects the current state (bug 2770).
* BUILD/INSTALLATION
- Very light Makefile cleanup. Now works with automake 10.1.
- Fix the building on Mac OS X 10.5 of a binary compatible with OS X 10.4.