From: <ped...@us...> - 2008-09-14 19:14:43
|
Revision: 1173 http://cegcc.svn.sourceforge.net/cegcc/?rev=1173&view=rev Author: pedroalves Date: 2008-09-14 19:14:41 +0000 (Sun, 14 Sep 2008) Log Message: ----------- Put things in their right place. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/w32api/ChangeLog.ce Added Paths: ----------- trunk/cegcc/src/cegcc/ChangeLog Modified: trunk/cegcc/src/ChangeLog =================================================================== --- trunk/cegcc/src/ChangeLog 2008-09-04 18:45:10 UTC (rev 1172) +++ trunk/cegcc/src/ChangeLog 2008-09-14 19:14:41 UTC (rev 1173) @@ -3,12 +3,6 @@ * build-cegcc.sh : Remove all instances of the function keyword for POSIX compliance. Based on info by Mosfet, see the mailing list. -2008-06-20 Eric House <ee...@ee...> - - * cegcc/importlibs/defs/aygshell.def, w32api/include/aygshell.h, - w32api/libce/aygshell.def (SHSendBackToFocusWindow, SHMBOF_NODEFAULT, - SHMBOF_NOTIFY, SHCMBM_OVERRIDEKEY, VK_TBACK) : Define. - 2008-06-20 Danny Backx <dan...@us...> * build-mingw32ce.sh: Export BASE_DIRECTORY, the mingwdll build stuff Added: trunk/cegcc/src/cegcc/ChangeLog =================================================================== --- trunk/cegcc/src/cegcc/ChangeLog (rev 0) +++ trunk/cegcc/src/cegcc/ChangeLog 2008-09-14 19:14:41 UTC (rev 1173) @@ -0,0 +1,3 @@ +2008-06-20 Eric House <ee...@ee...> + + * importlibs/defs/aygshell.def (SHSendBackToFocusWindow): Define. Property changes on: trunk/cegcc/src/cegcc/ChangeLog ___________________________________________________________________ Added: svn:eol-style + native Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2008-09-04 18:45:10 UTC (rev 1172) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2008-09-14 19:14:41 UTC (rev 1173) @@ -3,6 +3,13 @@ * include/winbase.h: Fix SetSystemPowerState as indicated by Klaus Rechert. +2008-06-20 Eric House <ee...@ee...> + + * libce/aygshell.def (SHSendBackToFocusWindow): Define. + * include/aygshell.h (SHSendBackToFocusWindow): Declare. + (SHMBOF_NODEFAULT, SHMBOF_NOTIFY, SHCMBM_OVERRIDEKEY, VK_TBACK): + Define. + 2008-06-20 Danny Backx <dan...@us...> * include/aygshell.h: Include prsht.h. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |