lyx_mirror/status.16x
Jürgen Spitzmüller 5be07da6e5 backport r30112:
Author: spitz
	Date: Mon Jun 15 17:57:54 2009
	New Revision: 30112
	URL: http://www.lyx.org/trac/changeset/30112

	Log:
	* Paragraph.cpp:
      	  - do not embrace list items. According to the comment, 
        	    this was only done to escape brackets, but brackets
       	    are embraced anyway.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31271 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-04 11:21:25 +00:00

73 lines
1.3 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 1.6.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_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
- Add support for Extended Greek characters (bug 4997).
* USER INTERFACE
- Complete tooltips in Spellchecker preferences (bug 6185).
* DOCUMENTATION AND LOCALIZATION
* WINDOWS INSTALLER
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Do an emergency save if LyX attempts to destroy a dirty document buffer.
This is a last resort to try to avoid data loss.
- Fix support for polytonic Greek with multiple diacritics (bug 5976).
- Do not unnecessarily enquote brackets in the LaTeX output (bug 5988).
* USER INTERFACE
- Sort document classes case insensitively (bug 1492).
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION