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