source: trunk/changelog@ 9257

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

* empty log message *

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