# HG changeset patch # User Sean Egan # Date 1058480871 0 # Node ID 3b5c86808a66bac3d37c688d6a0eb9eec3a2d3bd # Parent c2344d2f3fd826870b8175d468e3bfbfef5c3bc0 [gaim-migrate @ 6671] NEWSination and a fugbix. (unqueueing messages from a disconnected account) committer: Tailor Script diff -r c2344d2f3fd8 -r 3b5c86808a66 ChangeLog --- a/ChangeLog Thu Jul 17 22:11:21 2003 +0000 +++ b/ChangeLog Thu Jul 17 22:27:51 2003 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.66: +version 0.66 (07/17/2003): * Freebsd compile fix (Matthew Luckie) * .spec file improvements (Ethan Blanton) * Added a gaim-remote man page (Robert McQueen) diff -r c2344d2f3fd8 -r 3b5c86808a66 NEWS --- a/NEWS Thu Jul 17 22:11:21 2003 +0000 +++ b/NEWS Thu Jul 17 22:27:51 2003 +0000 @@ -2,6 +2,11 @@ 0.66 (07/17/2003): Rob: Oops!!!! + Sean: Man, 0.65 was so super lame and boring. But 0.66? WOW! + This is the most incredible thing EVER. We've done tons of work + since 0.65, and I'm really proud of what we came out with. Thanks + to everyone who helped! + 0.65 (07/14/2003): Rob: Wooo! We're finally ready for 0.65. Are you guys excited? I haven't worked on anything in this release, either. I've been diff -r c2344d2f3fd8 -r 3b5c86808a66 src/gtkconv.c --- a/src/gtkconv.c Thu Jul 17 22:11:21 2003 +0000 +++ b/src/gtkconv.c Thu Jul 17 22:27:51 2003 +0000 @@ -4335,7 +4335,7 @@ if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) gtk_font_options ^= GTK_IMHTML_RETURN_LOG; - if (GAIM_PLUGIN_PROTOCOL_INFO(conv->account->gc->prpl)->options & + if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol(conv->account)))->options & OPT_PROTO_USE_POINTSIZE) { gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE;