mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Corrected last change on NSBezierPath and updated RTF parser to newer bision release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15071 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce95f8d9c5
commit
0e27fe1760
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2002-11-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBezierPath.m
|
||||
Corrected [GSBezierPath appendBezierPath:] to check the class of
|
||||
the parameter and to keep the isFlat flag in sync.
|
||||
* TextConverters/RTF/RTFConsumer.m
|
||||
GSRTFregisterFont() handle fontnames with and without trailing ';'.
|
||||
* TextConverters/RTF/rtfGrammer.y
|
||||
Documented how to compile with recent bision releases.
|
||||
Removed one conflict and an unneeded terminal.
|
||||
Allow for additional blocks in font definition.
|
||||
* TextConverters/RTF/rtfGrammer.tab.h
|
||||
Regenerated with bision 1.35
|
||||
* TextConverters/RTF/rtfGrammer.tab.c
|
||||
Regenerated with bision 1.35 and corrected yyparse declaration.
|
||||
* TextConverters/RTF/rtfScanner.c
|
||||
Redefined GSRTFlex() without location parameter. Some cleanup
|
||||
against compiler warnings.
|
||||
|
||||
2002-11-21 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.3
|
||||
|
|
Loading…
Reference in a new issue