From: S?bastien G. <kx...@us...> - 2004-05-20 21:01:39
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6428 Modified Files: ChangeLog NEWS Log Message: Updated env macros, using WIN32 when more appropriate. Added SDL_QUIT event support. VisualBoyAdvance.cfg is now installed in sysconfdir (*/etc). Index: NEWS =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/NEWS,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** NEWS 18 May 2004 10:53:43 -0000 1.58 --- NEWS 20 May 2004 21:01:28 -0000 1.59 *************** *** 16,19 **** --- 16,22 ---- - fixed skin bugs + SDL versions: + - now it exits when closing the window + Other: - added a new interface using GTK+, which implements a first part of the Windows version Index: ChangeLog =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** ChangeLog 17 May 2004 16:01:36 -0000 1.70 --- ChangeLog 20 May 2004 21:01:27 -0000 1.71 *************** *** 1,3 **** ! 2004-15-03 kxu <kx...@us...> * finalized the first release of the GTK+ interface --- 1,7 ---- ! 2004-05-20 kxu <kx...@us...> ! ! * src/sdl/SDL.cpp (sdlPollEvents): added SDL_QUIT event support ! ! 2004-05-15 kxu <kx...@us...> * finalized the first release of the GTK+ interface |