lyx_mirror/RELEASE-NOTES
Georg Baum 5822df009a Merge Abdel's ParagraphList from trunk
* output_latex.h:
        * buffer.h:
        * CutAndPaste.h:
        * pariterator.h:
        * paragraph_funcs.h:
        * output_linuxdoc.h:
        * output_docbook.h:
        * insets/insettext.h: get forward declaration of ParagraphList

        * output_plaintext.C:
        * bufferlist.C:
        * undo.C:
        * lyxtext.h:
        * undo.h:
        * buffer_funcs.C:
        * insets/insetbibitem.C: get proper ParagraphList decls

        * output_linuxdoc.C (linuxdocParagraphs):
        * output_latex.C (TeXOnePar):
        * insets/insettext.C (appendParagraphs):
        * insets/insetcharstyle.C (docbook): use std::distance

        * CutAndPaste.C (pasteSelectionHelper, copySelectionHelper):
        * paragraph_funcs.C (breakParagraph,
        breakParagraphConservative, mergeParagraph):
        * text.C (acceptChange, rejectChange):
        * text2.C (deleteEmptyParagraphMechanism): use boost::next

        * output_docbook.C (several places): use boost::next and
        std::distance

        * ParagraphList_fwd.h: modify to provid a forward declaratoin
        of the new ParagraphList.

        * RandomAccessList.h: New container for Paragraphs from
        Abdelrazak Younes

        * ParagraphList.h: new file, setup user of RandomAccessList

        * paragraph.C: remove ParagraphList constructor from this file


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13487 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-24 17:37:15 +00:00

38 lines
1.2 KiB
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.
** Noticeable delays when editing documents
- creating/deleting paragraphs in large documents or documents with
images and previews.
http://bugzilla.lyx.org/show_bug.cgi?id=2287
** Change tracking
- Breaking a paragraph is not supported.
http://bugzilla.lyx.org/show_bug.cgi?id=880
- Delete key does not move the cursor to the next character.
http://bugzilla.lyx.org/show_bug.cgi?id=2185
- 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