Revision: 30084
          http://sourceforge.net/p/bibdesk/svn/30084
Author:   hofman
Date:     2026-02-28 17:32:53 +0000 (Sat, 28 Feb 2026)
Log Message:
-----------
old and new values can be nil

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.h

Modified: trunk/bibdesk/BibDocument.h
===================================================================
--- trunk/bibdesk/BibDocument.h 2026-02-28 17:17:45 UTC (rev 30083)
+++ trunk/bibdesk/BibDocument.h 2026-02-28 17:32:53 UTC (rev 30084)
@@ -429,7 +429,7 @@
 - (void)publicationDidAutoConvertFiles;
 
 - (BDSKAutoGenerateStatus)userChangedField:(NSString *)fieldName 
ofPublications:(NSArray<BibItem *> *)pubs from:(NSArray<NSString *> *)oldValues 
to:(NSArray<NSString *> *)newValues;
-- (BDSKAutoGenerateStatus)userChangedField:(NSString *)fieldName 
ofPublication:(BibItem *)pub from:(id)oldValue to:(id)newValue;
+- (BDSKAutoGenerateStatus)userChangedField:(NSString *)fieldName 
ofPublication:(BibItem *)pub from:(nullable id)oldValue to:(nullable 
id)newValue;
 
 - (void)userAddedURL:(NSURL *)aURL forPublication:(BibItem *)pub;
 - (void)userRemovedURL:(NSURL *)aURL forPublication:(BibItem *)pub;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to