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