Mercurial > pidgin.yaz
changeset 5193:f890d4d90f72
[gaim-migrate @ 5559]
oh dot sixty-two.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 23 Apr 2003 04:59:27 +0000 |
parents | 8ea16e52ee68 |
children | 83b518f3feda |
files | ChangeLog NEWS configure.ac configure.in doc/gaim.1 gaim.spec.in |
diffstat | 6 files changed, 22 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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])
--- 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])
--- 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
--- 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 <rob@marko.net> (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 <rob@marko.net> (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)