From: S?bastien G. <kx...@us...> - 2004-05-17 16:01:45
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26128 Modified Files: NEWS ChangeLog Log Message: Update for version 1.7.2 Index: NEWS =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/NEWS,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** NEWS 7 Feb 2004 14:07:28 -0000 1.56 --- NEWS 17 May 2004 16:01:36 -0000 1.57 *************** *** 1,2 **** --- 1,21 ---- + Version 1.7.2: + Core changes: + - fixed bugs on ELF clean up + - improved CodeBreaker 0xDxxxxxxx code support + - updated Scale2x filter to version 2.0 + - improved memory timing + - added support for z2 (delete break on write) so that gdb can use break on write + + Windows: + - added search for base language dll + - fixed GDI problems with selected bitmap being deleted + - added JPEG and PNG support for skins + - changed import/export battery file to default to battery directory + - fixed the GB map view flickering + - fixed skin bugs + + Other: + - added a new interface using GTK+, which implements a first part of the Windows version + Version 1.7.1: Core changes: Index: ChangeLog =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** ChangeLog 20 Mar 2004 00:18:32 -0000 1.69 --- ChangeLog 17 May 2004 16:01:36 -0000 1.70 *************** *** 1,2 **** --- 1,34 ---- + 2004-15-03 kxu <kx...@us...> + + * finalized the first release of the GTK+ interface + + 2004-05-03 kxu <kx...@us...> + + * src/elf.cpp (elfCleanUp): fix a missing nullify, causing crashes + + 2004-05-01 kxu <kx...@us...> + + * added gtkmm 2.4 support + + 2004-04-25 kxu <kx...@us...> + + * src/win32/skinButton.cpp: fix skin bugs (patch from Forgotten) + + 2004-04-19 kxu <kx...@us...> + + * src/remote.cpp: added support for z2 (delete break on write) so that gdb can use break on write (patch from Ryan Brown) + + 2004-04-18 kxu <kx...@us...> + + * fix custom controls to use CS_GLOBALCLASS style and fix the GB map view flickering (patch from Forgotten) + + 2004-03-30 kxu <kx...@us...> + + * added the GTK+ interface draft + + 2004-03-20 Forgotten <for...@us...> + + * src/GBA.cpp: improved memory timing + 2004-03-11 Forgotten <for...@us...> |