Added redundant information to the ChangeLog, for people who like going via an extra layer of indirection between svn blame and svn log.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30046 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2010-03-27 00:02:45 +00:00
parent a9ba2e5e77
commit 080e8d5097

View file

@ -1,3 +1,22 @@
2010-03-27 David Chisnall <theraven@gna.org>
* Source/NSWindow.m
* Source/GSNibLoading.m
* Source/NSSavePanel.m
* Source/NSPasteboard.m
* Source/NSInterfaceStyle.m
* Source/NSGraphicsContext.m
* Source/GSToolTips.m
* Source/NSView.m
* Headers/AppKit/AppKitDefines.h
* Headers/AppKit/NSWindow.h
* Headers/AppKit/NSResponder.h
* Headers/AppKit/NSView.h
Removed all uses of @defs() from -gui, so it now compiles cleanly with the
non-fragile ABI. All ivars that must be accessed from other classes are
now wrapped in PACKAGE_SCOPE. With clang, this expands to @package, with
GCC it expands to @public.
2010-03-25 Riccardo Mottola <rmottola@users.sf.net> 2010-03-25 Riccardo Mottola <rmottola@users.sf.net>
* Source/GSXibLoader.m, * Source/GSXibLoader.m,