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