Re: [perl-win32-gui-hackers] Changelog on commit please

2003-11-23 Thread Laurent ROCHER
I made a test by adding those 2 lines in loginfo file with my sourceforge mail adress. It's work great. Aldo, can you create a specific mailling list for this. I read in Sourceforge documentation, if we call 'cvs' or 'commit' no mail archive is done. Laurent. > Yes, the send of

Re: [perl-win32-gui-hackers] Fix for PeekMessage

2003-11-23 Thread Laurent ROCHER
Commit in CVS (665-Fix). Laurent. > BOOL > PeekMessage(handle, min=0, max=0, message=&PL_sv_undef) > HWND handle > UINT min > UINT max > SV* message > PREINIT: > MSG msg; > CODE: > ZeroMemory(&msg, sizeof(msg)); > RETVAL = PeekMessage(&msg, handle, min, max, PM_NOREMO

Re: [perl-win32-gui-hackers] Changelog on commit please

2003-11-23 Thread Laurent ROCHER
I have move changelog lines from ReadMe.txt to a specific CHANGELOG file. Now, when commit something, we need to add a line in this file. Laurent. > > changelog would be nice, just for a record of what's been done. >