gaim/gaim

Releasetime
gtk1-stable
2002-09-14, Sean Egan
a048935dbde1
Parents c911544d533d
Children 433ae4ac1ec3
Releasetime
  • +6 -2
    ChangeLog
  • +6 -0
    NEWS
  • +0 -1
    src/gtkimhtml.c
  • --- a/ChangeLog Sat Sep 14 20:52:25 2002 -0400
    +++ b/ChangeLog Sat Sep 14 22:13:22 2002 -0400
    @@ -1,9 +1,13 @@
    Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
    version 0.59.3 (09/14/2002):
    - * Reversed Arun's patch that accidentally caused Yahoo
    - not to connect--for implimentation reasons
    + * Reversed patch that accidentally caused Yahoo
    + not to connect--for implementation reasons
    * Changed "color" binding to Ctrl-K.
    + * Unaliaising a person in the "Online" tab will show up
    + in the "Edit" tab as well (Thanks, Jason Willis)
    + * Internationalization fixes, esp. with UTF-8 locales
    + (Thanks Matt Wilson and Ethan Blanton)
    version 0.59.2 (09/09/2002):
    * Japanese translation updated (Thanks, Junichi Uekawa)
    --- a/NEWS Sat Sep 14 20:52:25 2002 -0400
    +++ b/NEWS Sat Sep 14 22:13:22 2002 -0400
    @@ -5,6 +5,12 @@
    that some of you may like to connect to Yahoo. Sorry about that
    little blunder. I blame it on George.
    + Sean: That was just a silly mistake--there's no need to make George
    + feel bad! There's also some nice i18n fixes in there by Matt Wilson
    + from RedHat.
    +
    + George: Why doesn't anybody love me?
    +
    0.59.2 (09/09/2002):
    Rob: This time Sean couldn't be with us. I finally got my linux box
    some what back in order. Life has been extremely hectic for both Sean
    --- a/src/gtkimhtml.c Sat Sep 14 20:52:25 2002 -0400
    +++ b/src/gtkimhtml.c Sat Sep 14 22:13:22 2002 -0400
    @@ -2215,7 +2215,6 @@
    if (default_font->type == GDK_FONT_FONT)
    ret_font = gdk_font_load (tmp);
    else {
    - /* For some reason, fontsets must end with a single * as an xlfd */
    ret_font = gdk_fontset_load (tmp);
    }
    /* If the font didn't load, we change some of the xlfds one by one