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