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