# HG changeset patch # User Sean Egan # Date 1051073967 0 # Node ID f890d4d90f72089e98cba98de86300017b2af748 # Parent 8ea16e52ee6894a170418b5d9cefdd456962929c [gaim-migrate @ 5559] oh dot sixty-two. committer: Tailor Script diff -r 8ea16e52ee68 -r f890d4d90f72 ChangeLog --- a/ChangeLog Tue Apr 22 20:55:57 2003 +0000 +++ b/ChangeLog Wed Apr 23 04:59:27 2003 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.62 +version 0.62 (04/23/2003): * Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke). * Support for Jabber XHTML messages diff -r 8ea16e52ee68 -r f890d4d90f72 NEWS --- a/NEWS Tue Apr 22 20:55:57 2003 +0000 +++ b/NEWS Wed Apr 23 04:59:27 2003 +0000 @@ -1,5 +1,12 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.62 (04/23/2002): + Sean: This is just another standard bi-weekly Gaim release. Nothing + really interesting, but it has some good bugfixes. Personally, I've + been a bit removed from Gaim development lately what with school getting + tough and stuff, but the rest of the guys have really been doing great + work without me. Thanks, guys. + 0.61 (04/07/2003): Rob: Nathan commited his news first. However, I'm cooler so I'm putting my entry above his. Yeah, so, there were some DnD issues with 0.60. I diff -r 8ea16e52ee68 -r f890d4d90f72 configure.ac --- a/configure.ac Tue Apr 22 20:55:57 2003 +0000 +++ b/configure.ac Wed Apr 23 04:59:27 2003 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.62cvs]) +AM_INIT_AUTOMAKE([gaim], [0.62]) AC_PREREQ([2.50]) diff -r 8ea16e52ee68 -r f890d4d90f72 configure.in --- a/configure.in Tue Apr 22 20:55:57 2003 +0000 +++ b/configure.in Wed Apr 23 04:59:27 2003 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.62cvs]) +AM_INIT_AUTOMAKE([gaim], [0.62]) diff -r 8ea16e52ee68 -r f890d4d90f72 doc/gaim.1 --- a/doc/gaim.1 Tue Apr 22 20:55:57 2003 +0000 +++ b/doc/gaim.1 Wed Apr 23 04:59:27 2003 +0000 @@ -21,7 +21,7 @@ .\" USA. .TH gaim 1 .SH NAME -Gaim v0.61 \- Instant Messaging client +Gaim v0.62 \- Instant Messaging client .SH SYNOPSIS .TP 5 \fBgaim \fI[options]\fR diff -r 8ea16e52ee68 -r f890d4d90f72 gaim.spec.in --- a/gaim.spec.in Tue Apr 22 20:55:57 2003 +0000 +++ b/gaim.spec.in Wed Apr 23 04:59:27 2003 +0000 @@ -73,6 +73,17 @@ rm -r $RPM_BUILD_ROOT %changelog +* Wed Apr 23 2003 Rob Flynn (0.62 release) +- Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke). +- Support for Jabber XHTML messages +- Updated a number of translations. Thanks to everyone who submitted a translation update. +-Ability to re-request authorization from ICQ and Jabber users by right clicking on them in your buddy list. +- Improved Zephyr internationalization. +- Bug causing 'Hide on Send' windows to be lost forever fixed. +- Iconified windows are now raised properly. +- Dates printed for old/offline messages. +- Some assorted crash bugs fixed. + * Mon Apr 07 2003 Rob Flynn (0.61 release) - Split the buddy pounce core and UI, and rewrote the UI for it. - Removed folder icons and excess space from the buddy list (Thanks Dave Camp)