source: trunk/changelog@ 9260

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

* empty log message *

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