source: trunk/changelog@ 9248

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

* empty log message *

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