lyx_mirror/status.16x
Pavel Sanda e1da507ba5 Backport fix for #6694.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34461 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-23 09:52:31 +00:00

79 lines
1.3 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.6.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_6_X branch, which you
can get with the command
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X lyx-1.6.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:
***********
* DOCUMENT INPUT/OUTPUT
* USER INTERFACE
* DOCUMENTATION AND LOCALIZATION
* WINDOWS INSTALLER
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix reverse search when the document name contains a character which is
forbidden in latex filenames (such as spaces).
- Improve reverse search for documents with index insets (bug 6649).
- Safer creation of backup files on ext4 (part of bug 6587).
- Honour physical paper size settings on output (bug 5247).
- Simplify definition of \greektext (bug 6456 and 6458).
* USER INTERFACE
- Correctly restore a dissolved macro inset on undo (bug 6678).
- Correctly handle empty cutom line spacing in settings (bug 6649).
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION