-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
safety fix in case code incorrectly tries to use the reuslt of forwar…
…ding a method to the undo manager.
- Loading branch information
Showing
2 changed files
with
13 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,4 +1,10 @@ | ||
2024-10-29 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSUndoManager.m: set zero/nil return value when forwarding | ||
invocation ... in case calling code tries to use the result. | ||
|
||
2024-10-28 Hugo Melder <[email protected]> | ||
|
||
* Source/NSString.m: | ||
-commonPrefixWithString:options: returns nil when string supplied as | ||
first argument is nil. On macOS, the empty string is returned instead. | ||
|
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