# HG changeset patch # User Luke Schierer # Date 1079932746 0 # Node ID 8d3dd39e89eef9cc1c14c9d1f3550a39de78a7d2 # Parent 791c05d1679d86ec081dc3c8f6caf47cee9511ff [gaim-migrate @ 9216] credit where credit is due committer: Tailor Script diff -r 791c05d1679d -r 8d3dd39e89ee ChangeLog --- 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 diff -r 791c05d1679d -r 8d3dd39e89ee src/about.c --- 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
" " Kevin 'SimGuy' Stange
" " Stu 'nosnilmot' Tomlinson
" + " Gary 'xgrimx' Kramlich
" "
", NULL); gtk_imhtml_append_text(GTK_IMHTML(text), str, GTK_IMHTML_NO_SCROLL); g_free(str);