May 2002 Commit Log

Number of Commits:
40
Number of Active Developers:
2
damato 2002-05-31 15:37 Rev.: 831

- added gcc Makefile

38 lines of code changed in 1 file:

damato 2002-05-30 14:59 Rev.: 830

- YAM.c: fixed bug #556531. YAM will now also execute the
Start&Stop Macros, as defined within the configuration, at
initiating of a "Restart".

8 lines of code changed in 1 file:

damato 2002-05-30 14:30 Rev.: 829

- YAM_MA.c: YAM treats (SHIFT)+DEL keypresses with a turned on
CapsLock like without Capslock now. This should improve the
usability a bit, because it can happen quite often that a user
enables the caps lock errounously while typing around.

4 lines of code changed in 1 file:

damato 2002-05-22 12:28 Rev.: 825

- replace Background definition with MUII_RequesterBack, because seems more logical..

1 lines of code changed in 1 file:

damato 2002-05-22 09:27 Rev.: 823

- YAM.c, YAM.cd: added a more descriptive error message about
the minimum requirement versions of MCCs and reworked the Abort()
routines a bit
- YAM.c: raised minimum requirement version for NList.mcc to
v20.104 and NListtree v18.12 as this versions fixes some bugs
that would otherwise make YAM unstable.

25 lines of code changed in 1 file:

damato 2002-05-22 09:19 Rev.: 821

- YAMMUIRequest() now also falls back to a EasyRequest() if app == NULL like the org. MUI_Request

18 lines of code changed in 1 file:

damato 2002-05-22 07:05 Rev.: 820

- YAM_UT.c: reimplemented the original MUI_Request() function
in a more secure, reliable way. This fixes some LONG READ
enforcer hits as it seems that the original MUI_Request()
is quite broken and shouldn`t be used at all.

116 lines of code changed in 1 file:

damato 2002-05-21 02:09 Rev.: 819

- YAM_rexx_rxif.c: fixed bug #555128 where YAM didn`t return
the default screenname "Workbench" on issueing a INFO screen
rexx command, if it was iconified.

17 lines of code changed in 1 file:

damato 2002-05-21 01:48 Rev.: 818

- YAM_CO.c: fixed bug #556527 where the signature cyclegadget
didn`t work anymore because of a incorrect return.

10 lines of code changed in 1 file:

damato 2002-05-19 03:14 Rev.: 816

- YAM_AB.c: added a more sophisticated error handling to the
LoadTree() function to return a proper error message even
if the file exists but isn`t accessible at all.

4 lines of code changed in 1 file:

damato 2002-05-19 02:59 Rev.: 815

- YAM_FO.c: the bug #555117 wasn`t completly fixed because
FO_GetFolderRexx() still counted groups as folders.

25 lines of code changed in 1 file:

damato 2002-05-17 05:45 Rev.: 813

- YAM_rexx_rxif.c: fixed bug #555126 where the USERINFO arexx
command also counted folder groups as real folders.

15 lines of code changed in 1 file:

damato 2002-05-17 05:15 Rev.: 812

- YAM_FO.c, YAM.cd: fixed bug #555123 by adding new localization
strings for the Edit Folder group String requester.

1 lines of code changed in 1 file:

damato 2002-05-17 04:53 Rev.: 811

- YAM_rexx_rxif.c: fixed bug #555117 where using the NEWMAILFILE
arexx command worked on groups, which was obviously wrong.

5 lines of code changed in 1 file:

damato 2002-05-17 04:48 Rev.: 810

- YAM_MA.c: fixed bug #555116 where calling the RescanIndexHook
on a folder which isn`t really a real one (FT_GROUP) caused
the creation of a bogus .index file at PROGDIR:

1 lines of code changed in 1 file:

damato 2002-05-17 04:35 Rev.: 809

- YAM_rexx_rxif.c: fixed bug #555115 where the MAILREAD
rexx command didn`t activate a readwindow as stated
in the documentation.

5 lines of code changed in 1 file:

damato 2002-05-17 02:50 Rev.: 808

- changed YAMMUIRequest() wrapper function to use a va_list to pass it to the original MUI_Request

5 lines of code changed in 2 files:

damato 2002-05-17 01:53 Rev.: 807

- YAM_AB.c: fixed bug/flaw #555113 by adding additional
checkings and a requester to inform the user that YAM
will process a non YAM addressbook file as a newline
separated file of email addresses.

34 lines of code changed in 1 file:

damato 2002-05-17 01:38 Rev.: 806

- YAM_UT.c, YAM_utilities.h: added a wrapper function to
implement a MUI_Request() in a secure way. Also added a
wrapper #define for MUI_Request() to automatically use
the new YAMMUIRequest() function.
- YAM_FO.c, YAM_US.c, YAM_UT.c, YAM_utilities.h:
introduced some special macros COLLECT_RETURNIDS and
REISSUE_RETURNIDS to handle some problems with overlapping
ReturnID values at the usage time of MUIM_Notifys with
MenuActions.

82 lines of code changed in 2 files:

damato 2002-05-17 01:37 Rev.: 805

- YAM_FO.c, YAM_US.c, YAM_UT.c, YAM_utilities.h:
introduced some special macros COLLECT_RETURNIDS and
REISSUE_RETURNIDS to handle some problems with overlapping
ReturnID values at the usage time of MUIM_Notifys with
MenuActions.

14 lines of code changed in 2 files:

damato 2002-05-15 15:12 Rev.: 804

- removed a bunch of useless TAG_DONE tags of DoMethod() calls.

40 lines of code changed in 1 file:

damato 2002-05-15 14:48 Rev.: 803

- removed unneeded TAG_DONE flags.

2 lines of code changed in 1 file:

damato 2002-05-15 06:28 Rev.: 802

- YAM_AB.c: fixed bug #555112 where we cleared the Listtree before
we checked if the file can be opened and therefore could have
lost the whole addressbook if it wasn`t loadable at all.

5 lines of code changed in 1 file:

damato 2002-05-15 05:12 Rev.: 801

- accordingly to recent discussions in the dev-ML I added some
general flag handling macros to YAM_utilities.h and spread
them all over the sources. With this macros flag handling
should be simplified a bit and hopefully they will also reduce
the risk of handling flags incorrect.
In addition to that general flag macros every flag itself has
now some kinda "check-macro" where the current state can be
checked by accessing it`s is/has macro which always returns
TRUE or FALSE accordingly to the actual state.

423 lines of code changed in 29 files:

damato 2002-05-10 15:03 Rev.: 798

- added #define vars for the rule actions in YAM_main.h and
spread them all over the sources to deal with symbolic names
instead.

42 lines of code changed in 5 files:

damato 2002-05-10 14:30 Rev.: 796

- YAM_CO.c: changed the AddRule button behaviour a bit, so
that it will now automatically activate the name stringgadget
and autoselect any string in there. This should be a bit more
handy for the user.

6 lines of code changed in 1 file:

damato 2002-05-10 14:29 Rev.: 795

- YAM_MA.c: fixed bug where a Remote-Filter executed actions
it was not supposed to do and it was also possible to fire
a remote filter were it shouldn`t have been possible at all.
i.e. on the Filter button in the main window aso.

24 lines of code changed in 1 file:

damato 2002-05-09 05:31 Rev.: 794

- YAM_TR.c: fixed bug where we didn`t checked the result code
of a TR_SendCMTPCmd() call and therefore placed the mail in
the wrong folder on an error.

1 lines of code changed in 1 file:

damato 2002-05-09 05:23 Rev.: 793

- added a proper status message to the connecting process of
the SMTP send commands. Now YAM will show a message that
it is trying to connect to the SMTP server. Formerly
there were no status message at all informing the user
about what is next.

8 lines of code changed in 1 file:

damato 2002-05-08 00:40 Rev.: 792

- renamed "UUCP" into "MBOX", because this is the uptodate format description.

5 lines of code changed in 2 files:

damato 2002-05-07 06:18 Rev.: 791

- change the title generation of the MailContextMenu to show
a subset of the Sender/Recipient instead of the Mailfile
number.

43 lines of code changed in 4 files:

damato 2002-05-06 03:35 Rev.: 790

- added a Busy() call to the POP transfer functions so that
the user still has a indicator what`s going on if he has
enabled time depending mail checking.

19 lines of code changed in 1 file:

damato 2002-05-06 02:54 Rev.: 789

- small cleanup

6 lines of code changed in 1 file:

damato 2002-05-05 19:06 Rev.: 788

- fixed another bug in the ADDRRESOLVE rexx command where it
was also checking the emailcache what is not supposed to
happen with the command.
- fixed bug #552414 where the creations of a Recipientstring
object in the ADDRRESOLVE rexx command caused some enforcer
hits later because we were refering to the renderinfo of that
object where obviously is not renderinfo at all.

22 lines of code changed in 2 files:

damato 2002-05-05 18:12 Rev.: 787

- fixed bug #552395 where we forgot to set a pointer to a
empty string by default to prevent a NULL pointer hit.

1 lines of code changed in 1 file:

damato 2002-05-05 17:51 Rev.: 786

- got rid of the SAS/C portability warnings #120.

84 lines of code changed in 19 files:

damato 2002-05-03 07:17 Rev.: 785

- fixed bug #551543 where we didn`t check for a NULL pointer in
YAM_AB.c - AB_GotoEntry().

3 lines of code changed in 1 file:

tactica 2002-05-01 12:28 Rev.: 780

Updated the URLs given by the MIME warning in WR_ComposeReport.

3 lines of code changed in 1 file:

damato 2002-05-01 02:26 Rev.: 775

- changed internal busy gauge handling a bit. Now there is the
possibility to have multiple BusyLevels (maximum defined by
BUSYLEVEL). This makes it possible to show a information at the
Infobar and by ending it with BusyEnd, it will print the previous
message that occured.
This also fixes some bugs were we wanted to show the user some
information but it was not possible because a previous Busy state
wasn`t closed by BusyEnd.

18 lines of code changed in 2 files:

damato 2002-05-01 01:51 Rev.: 774

- fixed a small flaw in the PGP recognition stuff. Now YAM will
explicitly flag a message as crypted/signed if it couldn`t be
found out initially by scanning the header while downloading
the message. Now YAM will flag this message as crypted/signed
along with flagging the folder it resists in as modified.

21 lines of code changed in 2 files:

April 2002 »

Generated by StatSVN 0.7.0