source: trunk/changelog@ 9289

Last change on this file since 9289 was 9289, checked in by sandervl, 23 years ago

* empty log message *

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