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