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