[9260] | 1 | /* $Id: changelog,v 1.2314 2002-09-18 10:56:24 sandervl Exp $ */
|
---|
[9049] | 2 |
|
---|
[9260] | 3 | 2002-09-18: Platon Fomichev <platon@innotek >
|
---|
| 4 | - USER32: o WM_MOUSEWHEEL update
|
---|
| 5 |
|
---|
[9255] | 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
|
---|
[9257] | 9 | o Added WM_MOUSEWHEEL message support
|
---|
[9255] | 10 |
|
---|
[9246] | 11 | 2002-09-16: Sander van Leeuwen <sandervl@innotek >
|
---|
| 12 | - COMCTL32: o LISTVIEW_ProcessLetterKeys bugfix
|
---|
[9248] | 13 | - GDI32: o Statistics fixes & print leaked gdi handles
|
---|
| 14 | when unloaded.
|
---|
[9250] | 15 | o Don't recycle handles too soon. That makes it more difficult
|
---|
[9249] | 16 | to interpret the logfile.
|
---|
[9246] | 17 |
|
---|
[9253] | 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 |
|
---|
[9245] | 22 | 2001-09-15: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
| 23 | - SHELL32: o Wine resync for shfileop.c
|
---|
| 24 |
|
---|
[9234] | 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 |
|
---|
[9231] | 32 | 2002-09-14: Yuri Dario <mc6530@mclink >
|
---|
| 33 | - DSOUND: o Load MMPM2 (MDM.DLL) on demand
|
---|
| 34 |
|
---|
[9229] | 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 |
|
---|
[9226] | 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 |
|
---|
[9221] | 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 |
|
---|
[9215] | 52 | 2002-09-05: Sander van Leeuwen <sandervl@innotek >
|
---|
[9221] | 53 | - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
|
---|
[9215] | 54 | but not shown again)
|
---|
| 55 | o Removed obsolete hack in CreateCaret
|
---|
| 56 |
|
---|
[9219] | 57 | 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
| 58 | - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
|
---|
| 59 |
|
---|
[9210] | 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.
|
---|
[9214] | 63 | o Corrected makefile. No memory debug.
|
---|
| 64 | - CMDQD: o Corrected makefile.
|
---|
[9210] | 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.
|
---|
[9214] | 70 | - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
|
---|
[9210] | 71 |
|
---|
[9197] | 72 | 2002-09-03: Sander van Leeuwen <sandervl@innotek >
|
---|
| 73 | - USER32: o Cleaned up clipboard code
|
---|
| 74 |
|
---|
[9199] | 75 | 2002-09-03: Platon Fomichev <platon@innotek >
|
---|
| 76 | - USER32: o Fix for Ctrl-Break
|
---|
| 77 |
|
---|