mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:51:08 +00:00
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:
parent
a9ba2e5e77
commit
080e8d5097
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -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>
|
||||
|
||||
* Source/GSXibLoader.m,
|
||||
|
|
Loading…
Reference in a new issue