Ignore:
Timestamp:
11/28/07 17:27:26 (16 years ago)
Author:
Nicholas Riley
Message:

Info-Pester.plist: Updated for build 23.

NJRHotKey.m: Cosmetic cleanup.

PSAlarm.[hm]: Fix -[PSAlarm time] to work properly, though it no
longer has any clients.

PSSnoozeUntilController.m: Fix snooze until time being off by an hour
as displayed, or if edited, in some time zones.

PSSpeechAlert.m: Display the voice name instead of its identifier in
the description.

Pester.xcodeproj: Misc.

release-notes.html: Updated for build 23.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarm.h

    r113 r366  
    4848
    4949- (NSCalendarDate *)date;
    50 - (NSCalendarDate *)time;
     50- (NSDate *)time;
    5151- (NSTimeInterval)interval;
    5252- (NSTimeInterval)timeRemaining;
     
    7676- (void)resetTimer; // use after cancel, only effective on set alarms
    7777
    78 // 1.1 only, going away when we move to keyed archiving
     78// 1.1 only, going away when we move to keyed archiving (or Core Data)
    7979- (NSDictionary *)propertyListRepresentation;
    8080- (id)initWithPropertyList:(NSDictionary *)dict;
Note: See TracChangeset for help on using the changeset viewer.