| 1 | /* $Id: changelog,v 1.2305 2002-09-14 13:49:06 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2002-09-14: Sander van Leeuwen <sandervl@innotek >
|
|---|
| 4 | - KERNEL32: o WaitForSingleObject, (Msg)WaitForMultipleObjects:
|
|---|
| 5 | If dwTimeout is not 0 and smaller than 20 ms, then
|
|---|
| 6 | temporarily change thread priority to time critical to
|
|---|
| 7 | make sure we don't get a late timeout.
|
|---|
| 8 | (CLOCKSCALE=4 in config.sys also improves timeout responds)
|
|---|
| 9 |
|
|---|
| 10 | 2002-09-14: Yuri Dario <mc6530@mclink >
|
|---|
| 11 | - DSOUND: o Load MMPM2 (MDM.DLL) on demand
|
|---|
| 12 |
|
|---|
| 13 | 2002-09-12: Platon Fomichev <platon@innotek >
|
|---|
| 14 | - USER32: o Translate PM WM_VSCROLL to WM_MOUSEWHEEL messages (currently
|
|---|
| 15 | only dispatched to (dinput) hook handler)
|
|---|
| 16 |
|
|---|
| 17 | 2002-09-12: knut st. osmundsen <bird@anduin >
|
|---|
| 18 | - MAKE: o Corrected bug in process which made it put the libraries in
|
|---|
| 19 | the wrong place.
|
|---|
| 20 | o Always stamp the .def file before linking so that build level
|
|---|
| 21 | info will be up to date.
|
|---|
| 22 | o Added some shortcuts rules for lazy programmers:
|
|---|
| 23 | * pass[1-6] for starting from a given pass.
|
|---|
| 24 | * quick for only doing lib, executable and publish.
|
|---|
| 25 |
|
|---|
| 26 | 2002-09-10: knut st. osmundsen <bird@anduin >
|
|---|
| 27 | - TOOLS/VSLICK:
|
|---|
| 28 | o Added kdev.e. Odin32.e with more goodies like an 'Extra' menu.
|
|---|
| 29 |
|
|---|
| 30 | 2002-09-05: Sander van Leeuwen <sandervl@innotek >
|
|---|
| 31 | - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
|
|---|
| 32 | but not shown again)
|
|---|
| 33 | o Removed obsolete hack in CreateCaret
|
|---|
| 34 |
|
|---|
| 35 | 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
|
|---|
| 36 | - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
|
|---|
| 37 |
|
|---|
| 38 | 2002-09-04: knut st. osmundsen <bird@anduin >
|
|---|
| 39 | - FASTDEP: o Corrected bug in caching. Didn't force rescan of files when
|
|---|
| 40 | a dependant file wasn't present any more.
|
|---|
| 41 | o Corrected makefile. No memory debug.
|
|---|
| 42 | - CMDQD: o Corrected makefile.
|
|---|
| 43 |
|
|---|
| 44 | - Tools/DailyBuilds:
|
|---|
| 45 | o Changed odin32env.cmd to use buildenv.cmd to set up the
|
|---|
| 46 | desired build environment.
|
|---|
| 47 | o Changed odin32clean.cmd to use tools\bin\rm.exe.
|
|---|
| 48 | - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
|
|---|
| 49 |
|
|---|
| 50 | 2002-09-03: Sander van Leeuwen <sandervl@innotek >
|
|---|
| 51 | - USER32: o Cleaned up clipboard code
|
|---|
| 52 |
|
|---|
| 53 | 2002-09-03: Platon Fomichev <platon@innotek >
|
|---|
| 54 | - USER32: o Fix for Ctrl-Break
|
|---|
| 55 |
|
|---|