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