Mercurial > pidgin.yaz
changeset 6476:1325c207d159
[gaim-migrate @ 6987]
Some last minute 0.67 changes
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Fri, 15 Aug 2003 17:13:36 +0000 |
parents | 9a7fb2135e5e |
children | a224dc78d10a |
files | ChangeLog.win32 gaim-installer.nsi |
diffstat | 2 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.win32 Fri Aug 15 07:25:42 2003 +0000 +++ b/ChangeLog.win32 Fri Aug 15 17:13:36 2003 +0000 @@ -1,13 +1,14 @@ version 0.67: - * Installer translations for: Dutch, French, German, Hungarian, - Portuguese (Brazilian), Serbian (Latin) and Simplified Chineese. - Thanks to all of you who provided translations. + * Installer translations for: Dutch, French, German, Hungarian, + Italian, Portuguese (Brazilian), Serbian (Latin) and + Simplified Chineese. Thanks to all of you who provided translations. * The Buddy List can now be docked using Windows appbar features. * Option to turn off Conversation Window flashing added. * Gtk-wimp updated to 2.0 (improved XP support). Thanks to Raymond Penners. * Moving to GTK 2.2.2: Floating tooltips fixed, move/resize bug fixed, - multi-monitor support added. + multi-monitor support added. This is a build of cvs gtk-2-2 branch + on 8/8/03 which includes my move/resize patch. version 0.66 (07/18/2003): * Windows files join the source distribution.
--- a/gaim-installer.nsi Fri Aug 15 07:25:42 2003 +0000 +++ b/gaim-installer.nsi Fri Aug 15 17:13:36 2003 +0000 @@ -459,7 +459,9 @@ RMDir /r "$INSTDIR\locale" RMDir /r "$INSTDIR\pixmaps" Delete "$INSTDIR\plugins\autorecon.dll" + Delete "$INSTDIR\plugins\history.dll" Delete "$INSTDIR\plugins\iconaway.dll" + Delete "$INSTDIR\plugins\idle.dll" Delete "$INSTDIR\plugins\docklet.dll" Delete "$INSTDIR\plugins\perl.dll" Delete "$INSTDIR\plugins\libgg.dll" @@ -470,7 +472,9 @@ Delete "$INSTDIR\plugins\libtoc.dll" Delete "$INSTDIR\plugins\libyahoo.dll" Delete "$INSTDIR\plugins\spellchk.dll" + Delete "$INSTDIR\plugins\statenotify.dll" Delete "$INSTDIR\plugins\ticker.dll" + Delete "$INSTDIR\plugins\timestamp.dll" Delete "$INSTDIR\plugins\win2ktrans.dll" Delete "$INSTDIR\plugins\winprefs.dll" RMDir "$INSTDIR\plugins"