-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ChangeLog with latest additions
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2023-12-27 Gregory John Casamento <[email protected]> | ||
|
||
* Headers/AppKit/NSView.h: Add ivar for NSShadow, update | ||
version of class for NSArchiver so this can be properly | ||
read and saved in .gorm files. | ||
* Source/GSXib5KeyedUnarchiver.m: Add code to handle XIB | ||
keys for NSShadow. | ||
* Source/NSShadow.m: Minor cleanup to use ASSIGN macro | ||
in -initWithCoder: | ||
* Source/NSView.m: Add code to -encodeWithCoder: and | ||
-initWithCoder: to properly handle NSViewShadow. | ||
|
||
2023-11-27 Gregory John Casamento <[email protected]> | ||
|
||
* Source/GSGormLoading.m | ||
|