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