# HG changeset patch # User Sean Egan # Date 1082210253 0 # Node ID e096d797d9582195b3328dd4f0ef28d7acd73fff # Parent 9ee2542d1104e32ccaab1db16022dc1466992a68 [gaim-migrate @ 9429] ChangeLogged, and changed "GroupWise Messenger" to just "GroupWise" as the prpl's name. committer: Tailor Script diff -r 9ee2542d1104 -r e096d797d958 ChangeLog --- a/ChangeLog Sat Apr 17 13:55:28 2004 +0000 +++ b/ChangeLog Sat Apr 17 13:57:33 2004 +0000 @@ -7,6 +7,7 @@ * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras) * Added the -c option to specify location of the .gaim directory, removed the outdated -f option that no longer had any effect (Daniel Atallah) + * Novell GroupWise protocol support added (Novell) Bug Fixes: * TOC has been removed from the default build list. I do not support diff -r 9ee2542d1104 -r e096d797d958 src/protocols/novell/novell.c --- a/src/protocols/novell/novell.c Sat Apr 17 13:55:28 2004 +0000 +++ b/src/protocols/novell/novell.c Sat Apr 17 13:57:33 2004 +0000 @@ -2400,7 +2400,7 @@ GAIM_PRIORITY_DEFAULT, /**< priority */ "prpl-novell", /**< id */ - "GroupWise Messenger", /**< name */ + "GroupWise", /**< name */ VERSION, /**< version */ /** summary */ N_("Novell GroupWise Messenger Protocol Plugin"),