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