


| Directory | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 29 (100.0%) | 568 (100.0%) | 19.5 | 
| src/mui/ | 4 (13.8%) | 444 (78.2%) | 111.0 | 
| src/ | 25 (86.2%) | 124 (21.8%) | 4.9 | 

Debug.c: changed all '%d' to '%ld' because KPutFmt() crash on AOS3.
    
18 lines of code changed in 1 file:
  * mui/BirthdayRequestWindow.c: Use the correct MSG_... for MakeCheck().
    
2 lines of code changed in 1 file:
  * YAM_AB.c, YAM.h: Revert the changes for changeset 4725 and 4723
    (2010-05-30) because they are not needed with the checkbox into
    the birthday requester.
    
1 lines of code changed in 2 files:
forget to commit the changed YAM.c and YAM.h files.
    
4 lines of code changed in 2 files:
  * mui/BirthdayRequestWindow.c, YAM.c, YAM.h, locale/YAM.cd:
    Add a checkbox to the birthday requester. If the user leave the checkbox
    enabled then the user and alias is saved to a file PROGDIR:.birthdaycheck
    and the birthday requester for this user and alias is not displayed again
    on the same day. This closes #16.
  * locale/german.ct: updated translation according to the latest changes.
    
270 lines of code changed in 1 file:
* YAM.h, YAM_AB.c: Store the LastBirthdayCheckDay into the global struct
    instead of a static variable.
    
4 lines of code changed in 2 files:
* mui/BirthdayRequestWindow.c: Add a Window_ID to the birthday requester
    so a user can snapshot the window position and set individual settings
    for that window.
    
2 lines of code changed in 1 file:
* YAM_AB.c: Don't show the birthday requester twice on the same day in the
    same YAM session. This closes #166.
    
8 lines of code changed in 1 file:
* YAM_AB.c, locale/YAM.cd: Add the date to the birthday requester.
    
3 lines of code changed in 1 file:
* YAM_CO.c: Change the default BirthdayCheckTime from 10:00 AM to 00:00 AM.
    
2 lines of code changed in 1 file:
* YAM_AB.c, mui/BirthdayRequestWindow.c, Makefile: Add a nonblocking birthday
    Requester. This closes #47 and partly #16.
    
176 lines of code changed in 3 files:
  * YAM_CO.c: Add a workaround for a MUI 3.8 bug to show the colors for the
    Poppen objects on OS3.x.
  * YAM_COs.c: Disable all Poppen objects according to the UseTextColorsRead
    setting and do some cosmetic changes. This closes #162.
    
34 lines of code changed in 2 files:
  * YAM_UT.c: Initialize the DateStamp->ds_Days in the functions
    String2DateStamp() and DateStamp2String() if DSS_TIME is used.
    This closes #145.
  * YAM_AB.c: Do the birthday compare only if here is really anthing to compare.
  * YAM_COs.c: minor cosmetic change.
    
6 lines of code changed in 3 files:
  * YAM_COg.c, YAM_FI.c, YAM_main.h, YAM_stringsizes.h, locale/YAM.cd:
    Add 2 entries in the config script list which allow to run a script before
    and after YAM does a filter action.
  * locale/german.ct: updated translation according to changes above.
    This closes #112.
  * NOTE: The scripts are called before/after getting mails *and* if the user do
    a local filter action (click the filter button, do a Arexx mailfilter or use
    the menu).
    
13 lines of code changed in 4 files:
YAM_config.h, YAM_CO.c, YAM_FI.c, YAM_COs.c: Added a hidden boolean option
    'ShowFilterStats' to supress the requester after a local filter action is done.
    
25 lines of code changed in 4 files: