
                               ------------------
                               FAMEMsgHeader v1.1
                               ------------------

13-Mar-96
*********

-If on ANSI-C:strncpy the source string contains more than n non-null
 characters, the destination will not be null-terminated.
 This resulted in some strange effects. Now the source is changed to
 null-terminate the destinations string after strncpy.

                               ------------------
                               FAMEMsgHeader v1.2
                               ------------------

19-Mar-96
*********

+Replaced all strncpy calls with FAMEStrCopy from the FAME.library.
 Now the additional null-termination is also no longer needed.
 This also reduces the size.

                               ------------------
                               FAMEMsgHeader v1.3
                               ------------------

02-Apr-96
*********

-If a user with no colors was using this door, means reading mails,
 one internal global string was stript of it's colors. This would
 change the whole mail ansi if FAMEMsgHeader has been used residentable.
 This also for users with color.

                               ------------------
                               FAMEMsgHeader v1.4
                               ------------------

27-Mai-96
*********

-Fixed a display bug if files are attached.

 (Reported by elgun)

                               ------------------
                               FAMEMsgHeader v1.5
                               ------------------

20-Jun-96
*********

-Fixed a display bug if Delete In Days were set.

 (Reported by Scandic/DCN)

                               ------------------
                               FAMEMsgHeader v1.6
                               ------------------

30-Mar-97
*********

+Completely reworked for the new FAMEDoorStartUp v1.3 .

