source: trunk/changelog@ 9253

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

* empty log message *

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