lyx_mirror/status.16x
Enrico Forestieri 867fafeaae Fix bug #7058 (Crash when invoking CAS on a multiline AMS context)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36527 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-26 22:54:32 +00:00

83 lines
1.7 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.6.9
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
- CVS support:
+ Synchronization for the whole directories (bug 6255).
+ Add implementation of checkOut operation.
+ Utilize read-only checkouts with "cvs edit".
+ Check for conflicts when doing checkIn/checkOut operation.
* DOCUMENTATION AND LOCALIZATION
- Updated German, Nynorsk and Serbian (Latin) User Interface localizations.
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix DVI output of lettre class.
* USER INTERFACE
- Fix crash when using a computer algebra system from within AMS math
environments (bug 7058).
- Fix insertion of a user math macro trough the math-insert lfun when a
selection is present (bug 6939).
- Make the modules description in Document > Settings fully translatable
(bug 6987).
- Fix the display of table cell alignment in the context menu (bug 7053).
- Correct the Denomination of norsk and nynorsk languages.
* DOCUMENTATION AND LOCALIZATION
- Make the modernCV.lyx example file compilable with recent version of
the LaTeX-package modernCV
* BUILD/INSTALLATION