# HG changeset patch # User Herman Bloggs # Date 1060967616 0 # Node ID 1325c207d1599417b64d3248697da9d4350d0c8e # Parent 9a7fb2135e5e96fac3c4ff552f064ae6fc462a2e [gaim-migrate @ 6987] Some last minute 0.67 changes committer: Tailor Script diff -r 9a7fb2135e5e -r 1325c207d159 ChangeLog.win32 --- 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. diff -r 9a7fb2135e5e -r 1325c207d159 gaim-installer.nsi --- 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"