From a5fde5a8f8557686234b7d04844739ef0deda653 Mon Sep 17 00:00:00 2001 From: fedor Date: Wed, 1 Oct 2008 15:28:51 +0000 Subject: [PATCH] Add NSAffineTransform to docs git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26895 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/DocMakefile | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d2dda8af..e409926f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-01 Adam Fedor + + * Source/DocMakefile: Add NSAffineTranform + 2008-09-29 22:54-EDT Gregory John Casamento * Source/synchronization.m: Remove uneeded objc_sync_remove_node diff --git a/Source/DocMakefile b/Source/DocMakefile index 36148488c..d0cdeebe0 100644 --- a/Source/DocMakefile +++ b/Source/DocMakefile @@ -36,6 +36,7 @@ BaseAdditions_DOC_INSTALL_DIR = Developer Base_AGSDOC_FILES = \ ../Documentation/Base.gsdoc \ NSArchiver.h \ +NSAffineTransform.h \ NSArray.h \ NSAttributedString.h \ NSAutoreleasePool.h \