diff --git a/ChangeLog b/ChangeLog index a15a7dc5f..2c8d7e716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-17 George Staikos + * Updated the authors list + * Added Stefan's external filter code and modified it somewhat + * bugfixes on size parameter again. + 2000-05-14 George Staikos * Forward now forwards ALL headers if ALL headers are set diff --git a/main.cpp b/main.cpp index 04098c66e..4e4d8366b 100644 --- a/main.cpp +++ b/main.cpp @@ -26,7 +26,8 @@ #include "kmversion.h" -const char* aboutText = +// OLD about text. This is horrbly outdated. +/*const char* aboutText = "KMail [" KMAIL_VERSION "] by\n\n" "Stefan Taferner ,\n" "Markus Wübben \n\n" @@ -36,6 +37,22 @@ const char* aboutText = "and the above authors.\n\n" "This program is covered by the GPL.\n\n" "Please send bugreports to taferner@kde.org"; +*/ +const char *aboutText = + "KMail [" KMAIL_VERSION "] by\n\n" + "Stefan Taferner ,\n" + "Don Sanders ,\n" + "Andreas Gungl ,\n" + "George Staikos ,\n" + "Espen Sand ,\n" + "Daniel Naber ,\n" + "Mario Weilguni \n\n" + "based on the work of:\n" + "Lynx ,\n" + "Stephan Meyer \n" + "and the above authors.\n\n" + "This program is covered by the GPL.\n\n" + "Please send bugreports to kmail@kde.org"; static const char *description = I18N_NOOP("A KDE E-Mail client.");