os/textandloc/textrendering/texthandling/group/app-framework_etext.history.xml
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <relnotes name="Text Handling">
     3   <purpose>
     4     Text content and formatting model for native applications e.g. word-processing.
     5   </purpose>
     6 
     7    <defect number="DEF113360" title="Redundant code / access violation in CRichTextIndex::GetPicturePhrase." revision="011">
     8     CRichTextIndex::GetPicturePhrase is not used and has been removed. 
     9   </defect>
    10 
    11    <defect number="INC110114" title="Rich text editor, wrong behavior when formatting text" revision="010">
    12     CRichText::AppendCharFormatL now behaves the same as SetInsertCharFormatL when zero length txt selected
    13   </defect>
    14 
    15   <defect number="PDEF104748" title="CRichText::RemoveSpecificCharFormatL does not remove all formatting" revision="009">
    16     CRichText::RemoveSpecificCharFormatL now includes capability of removing EOD char
    17   </defect>
    18 
    19   <defect number="PDEF103223" title="RichTextEditor: Using bullet styles other than EBulletStyle not implemented?" revision="008">
    20     Documentation fixed to state that Bullet style other than ENullStyle and EBulletStlye are not currently supported.
    21   </defect>
    22 
    23   <minorchange revision="007">
    24     Removing duplicate lines in test code.
    25   </minorchange>
    26 
    27   <deliverystep number="557" name="Filename policy changes" osproject="Oghma" revision="006">
    28     <milestone project="GT0329" number="3.11"/>
    29     <preq number="1182" title="GNU Make-based build system">
    30     Updating the component source files to comply with the Symbian filename policy.
    31   </preq>
    32   </deliverystep>
    33 
    34   <defect number="PDEF102494" title="EText: CRichText crashes when parsers is active" revision="005">
    35     Fixed the defect where CRichText crashes when parsers is active
    36   </defect>
    37 
    38   <defect number="PDEF102489" title="CEikRichTextEditor control don’t support anti-aliasing font" revision="004">
    39     Fixed defect in handling of antialiased font formatting
    40   </defect>
    41 
    42   <minorchange revision="003">
    43     Symbian OS v9.3 component branched from common codeline
    44   </minorchange>
    45 
    46   <defect number="PDEF102466" title="MTBC: Panics occurs when part of a richtext is deleted/removed." revision="002">
    47     CTextFieldSet::NotifyDeletion checks deletion of hidden end-of-document character
    48   </defect>
    49 
    50   <defect number="PDEF099919" title="When font size is set as small, bottom of a text is clipped on wk38" revision="001">
    51     Changed ApplyExtendedCharFormatL() function to include EOD character when applying format. Wrote new test case to check formatting is applied.
    52   </defect>
    53 </relnotes>