+2006-09-13 Timothy Hatcher <timothy@apple.com>
+
+ Reviewed by Tim O.
+
+ <rdar://problem/4726416> obsolete confusing "ADVISORY NOTE" comment in WebHistory.h
+
+ Removed the "ADVISORY NOTE: This method may change for the 1.0 SDK" comments.
+
+ * History/WebHistory.h:
+
=== Safari-521.26 ===
2006-09-11 MorganL <morlmor@yahoo.com>
@discussion Get an array of NSCalendarDates, each one representing a unique day that contains one
or more history items, ordered from most recent to oldest.
@result Returns an array of NSCalendarDates for which history items exist in the WebHistory.
-
- ADVISORY NOTE: This method may change for the 1.0 SDK.
*/
- (NSArray *)orderedLastVisitedDays;
specified NSCalendarDate, ordered from most recent to oldest.
@param calendarDate A date identifying the unique day of interest.
@result Returns an array of WebHistoryItems last visited on the indicated day.
-
- ADVISORY NOTE: This method may change for the 1.0 SDK.
*/
- (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;