lyx_mirror/RELEASE-NOTES
Jean-Marc Lasgouttes 5adf6d5d58 Fix bug 2195: Slowness in rendering inside insets, especially
on the Mac

	Changes to the within-inset row rendering caching code.

	* insets/insetenv.h: 
	* insets/insetcollapsable.h: remove method
	* insets/insettabular.h:
	* insets/insetbase.h: rename, add methods
	* insets/insettext.[Ch]: rename method; add Tall()
	* paragraph_pimpl.C
	(Paragraph::Pimpl::simpleTeXSpecialC): rename call
	* mathed/math_hullinset.h: rename method
	* rowpainter.C
	(RowPainter::paintInset):
	(paintPar): remove isTrueTextInset, move to insets 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13568 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-06 12:06:37 +00:00

26 lines
803 B
Plaintext

Known issues with version 1.4.1
--------------------------------
This file describes some known problems in LyX 1.4.1 that did not
occur in 1.3.7. Note that fixes are available for many of these, but
they have not yet been applied because of incomplete testing.
** Change tracking
- Pasted text inserted wrong after switch of change tracking state.
http://bugzilla.lyx.org/show_bug.cgi?id=2207
** User Interface
- Shift-PageDown and Shift-PageUp key combinations work only if there
is an already active selection.
http://bugzilla.lyx.org/show_bug.cgi?id=2119
- First incorrect word is skipped when spell checking.
http://bugzilla.lyx.org/show_bug.cgi?id=2218
- Font changes do not apply to tables inside the selection when
making latex.
http://bugzilla.lyx.org/show_bug.cgi?id=1973