mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 06:51:18 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6790 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
759501ab39
commit
4e3889a016
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
||||||
|
2000-06-25 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/Parser/attributedStringConsumer.m
|
||||||
|
* Source/Parser/rtfConsumerFunctions.h
|
||||||
|
* Source/Parser/rtfScanner.c
|
||||||
|
* Source/Parser/rtfGrammer.y
|
||||||
|
Added support for RTF special characters and extra paragraph attributes
|
||||||
|
* Source/Parser/RTFProducer.m
|
||||||
|
* Source/Parser/RTFProducer.h
|
||||||
|
New files for RTF output, code comes partly from Source/NSAttributedString
|
||||||
|
* Source/NSAttributedString.m
|
||||||
|
Moved RTF output code to Source/Parser/RTFProducer.m
|
||||||
|
Corrected [fixParagraphStyleAttributeInRange:] and removed all the
|
||||||
|
location < 0 checks as location is unsigned.
|
||||||
|
* Source/NSFontManager.m
|
||||||
|
Allow for a loosier conversion in [fontWithFamily:traits:weight:size:]
|
||||||
|
|
||||||
Wed Jun 21 19:42:12 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
Wed Jun 21 19:42:12 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||||
|
|
||||||
* NSCell.m ([-objectValue]): Placeholder implementation returning
|
* NSCell.m ([-objectValue]): Placeholder implementation returning
|
||||||
|
|
Loading…
Reference in a new issue