source: trunk/changelog@ 9247

Last change on this file since 9247 was 9246, checked in by sandervl, 23 years ago

* empty log message *

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