Update contrib.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <relnotes name="Text Handling">
4 Text content and formatting model for native applications e.g. word-processing.
7 <defect number="DEF113360" title="Redundant code / access violation in CRichTextIndex::GetPicturePhrase." revision="011">
8 CRichTextIndex::GetPicturePhrase is not used and has been removed.
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
15 <defect number="PDEF104748" title="CRichText::RemoveSpecificCharFormatL does not remove all formatting" revision="009">
16 CRichText::RemoveSpecificCharFormatL now includes capability of removing EOD char
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.
23 <minorchange revision="007">
24 Removing duplicate lines in test code.
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.
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
38 <defect number="PDEF102489" title="CEikRichTextEditor control dont support anti-aliasing font" revision="004">
39 Fixed defect in handling of antialiased font formatting
42 <minorchange revision="003">
43 Symbian OS v9.3 component branched from common codeline
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
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.