Mercurial > pidgin
changeset 8483:8d3dd39e89ee
[gaim-migrate @ 9216]
credit where credit is due
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 22 Mar 2004 05:19:06 +0000 |
parents | 791c05d1679d |
children | f9fc1d568825 |
files | ChangeLog src/about.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Mar 22 01:54:18 2004 +0000 +++ b/ChangeLog Mon Mar 22 05:19:06 2004 +0000 @@ -2,7 +2,7 @@ version 0.76cvs: New Features: - * WYSIWYG text input (with much help from Gary Kramlich) + * WYSIWYG text input (with much help from Gary Kramlich and Kevin Strange) * Ability to be invisible on AIM * Chatroom list support (Tim Ringenbach) * Added auto-completion for screen names to the New Instant Message and
--- a/src/about.c Mon Mar 22 01:54:18 2004 +0000 +++ b/src/about.c Mon Mar 22 05:19:06 2004 +0000 @@ -134,6 +134,7 @@ " Tim 'marv' Ringenbach<br>" " Kevin 'SimGuy' Stange<br>" " Stu 'nosnilmot' Tomlinson<br>" + " Gary 'xgrimx' Kramlich<br>" "<BR>", NULL); gtk_imhtml_append_text(GTK_IMHTML(text), str, GTK_IMHTML_NO_SCROLL); g_free(str);