The following patch fix some of bugs reported recently.
I've also made the following changes:

1. Made the cursor change its shape if the current language is not equal to
the language of the document. If the cursor change its shape unexpectedly,
then you've found a bug!

2. Made several optimization (in paragraph.C):
- Use the assignment operators for LyXParagraph::Clone()
- Changed insetlist into map<size_type, Inset *>
[Please check that what I've done here is correct, and that I haven't used
nonstandard STL features]

patch.gz

Reply via email to