source: branches/InnoTek_20020926/changelog@ 10366

Last change on this file since 10366 was 9293, checked in by sandervl, 23 years ago

* empty log message *

File size: 4.5 KB
Line 
1/* $Id: changelog,v 1.2321 2002-09-24 15:15:48 sandervl Exp $ */
2
3 2002-09-24: Vit Timchishin <tivv@ukr >
4 - KERNEL32: o Fix for OSLibDosFreeMem
5
6 2002-09-24: Sander van Leeuwen <sandervl@innotek >
7 - BIN: o WGSS update from IBM
8 - IPHLPAPI: o GetNetworkParams: fixed completely broken code to fill in
9 DNS entries.
10
11 2002-09-19:
12 - MAKE, TOOLS/BIN/RM, FASTDEP:
13 o IPF and IPP support. They are built in the 'misc' pass.
14 See make\testcase\ipf.mak for usage example.
15 NB. FastDep does only C styled dependency generation
16 for .IPP files.
17 o Corrected bad .orc dependency generation.
18 o Added some shortcut rules to restart/skip passes.
19 o Fixed rm -R filename. Suppressed ERROR_PATH_NOT_FOUND msgs.
20
21 2002-09-19: Sander van Leeuwen <sandervl@innotek >
22 - ODINCRT: o Include new & delete in memory statistics
23
24 2002-09-19: Platon Fomichev <platon@innotek >
25 - USER32: o Put window on top of owner if owner is not in the foreground;
26 HWND_TOP forces the owner to the top as well
27 (window creation)
28
29 2002-09-18: Sander van Leeuwen <sandervl@innotek >
30 - KERNEL32: o Added code to print leaked heap memory
31
32 2002-09-18: Platon Fomichev <platon@innotek >
33 - USER32: o WM_MOUSEWHEEL update
34
35 2002-09-17: Platon Fomichev <platon@innotek >
36 - USER32: o Create invisible vertical scroller for all top-level windows
37 so the IBM wheel driver sends us WM_VSCROLL messages
38 o Added WM_MOUSEWHEEL message support
39
40 2002-09-16: Sander van Leeuwen <sandervl@innotek >
41 - COMCTL32: o LISTVIEW_ProcessLetterKeys bugfix
42 - GDI32: o Statistics fixes & print leaked gdi handles
43 when unloaded.
44 o Don't recycle handles too soon. That makes it more difficult
45 to interpret the logfile.
46
47 2002-09-16: Platon Fomichev <platon@innotek >
48 - USER32: o Combobox fix to update selected item when the control is rolled
49 up
50
51 2001-09-15: Dietrich Teickner <Dietrich_Teickner@t-online >
52 - SHELL32: o Wine resync for shfileop.c
53
54 2002-09-14: Sander van Leeuwen <sandervl@innotek >
55 - KERNEL32: o WaitForSingleObject, (Msg)WaitForMultipleObjects:
56 If dwTimeout is not 0 and smaller than 20 ms, then
57 temporarily change thread priority to time critical to
58 make sure we don't get a late timeout.
59 (CLOCKSCALE=4 in config.sys also improves timeout responds)
60
61 2002-09-14: Yuri Dario <mc6530@mclink >
62 - DSOUND: o Load MMPM2 (MDM.DLL) on demand
63
64 2002-09-12: Platon Fomichev <platon@innotek >
65 - USER32: o Translate PM WM_VSCROLL to WM_MOUSEWHEEL messages (currently
66 only dispatched to (dinput) hook handler)
67
68 2002-09-12: knut st. osmundsen <bird@anduin >
69 - MAKE: o Corrected bug in process which made it put the libraries in
70 the wrong place.
71 o Always stamp the .def file before linking so that build level
72 info will be up to date.
73 o Added some shortcuts rules for lazy programmers:
74 * pass[1-6] for starting from a given pass.
75 * quick for only doing lib, executable and publish.
76
77 2002-09-10: knut st. osmundsen <bird@anduin >
78 - TOOLS/VSLICK:
79 o Added kdev.e. Odin32.e with more goodies like an 'Extra' menu.
80
81 2002-09-05: Sander van Leeuwen <sandervl@innotek >
82 - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
83 but not shown again)
84 o Removed obsolete hack in CreateCaret
85
86 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
87 - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
88
89 2002-09-04: knut st. osmundsen <bird@anduin >
90 - FASTDEP: o Corrected bug in caching. Didn't force rescan of files when
91 a dependant file wasn't present any more.
92 o Corrected makefile. No memory debug.
93 - CMDQD: o Corrected makefile.
94
95 - Tools/DailyBuilds:
96 o Changed odin32env.cmd to use buildenv.cmd to set up the
97 desired build environment.
98 o Changed odin32clean.cmd to use tools\bin\rm.exe.
99 - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
100
101 2002-09-03: Sander van Leeuwen <sandervl@innotek >
102 - USER32: o Cleaned up clipboard code
103
104 2002-09-03: Platon Fomichev <platon@innotek >
105 - USER32: o Fix for Ctrl-Break
106
Note: See TracBrowser for help on using the repository browser.