source: trunk/changelog@ 9305

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

* empty log message *

File size: 6.1 KB
RevLine 
[9305]1/* $Id: changelog,v 1.2326 2002-09-30 09:40:18 sandervl Exp $ */
[9049]2
[9305]3 2002-09-30: Platon Fomichev <platon@innotek >
4 - COMDLG32: o File dialogs: if lpstrInitialDir is not a dir but a filename
5 skip it and use current directory
6
[9299]7 2002-09-27: Sander van Leeuwen <sandervl@innotek >
8 - KERNEL32: o GetFileSize must fail for drives
[9301]9 o Disable physical disk & volume access by default;
10 call EnablePhysicalDiskAccess to enable it (custom build)
[9303]11 o FindFirst/NextVolumeA fixes for ignoring LVM volumes
[9299]12
[9295]13 2002-09-26: Sander van Leeuwen <sandervl@innotek >
14 - KERNEL32: o OS/2 Physical partition names have base 1 (0 for win32)
15 o Convert ERROR_PATH_NOT_FOUND to ERROR_FILE_NOT_FOUND in
16 OSLibDosCreateFile
17 o IOCTL_DISK_GET_DRIVE_GEOMETRY fix for physical drive
18 o Fixed return value for FindNextVolumeMountPointA/W
19 o Fixed read & write for unmounted volumes; must update
20 current file position manually & check for boundaries
21 - WINMM: o Fixed debug wrapper logging
22 - USER32: o WM_ADJUSTFRAMEPOS:
23 The PM frame control changes the z-order of a child window
24 if it receives focus after a window has been destroyed
25 We can't let this happen as this breaks assumptions
26 elsewhere (e.g. GetNextDlgGroupItem)
27 By returning 0 here, we prevent the default frame handler
28 from messing things up. (one example is a group of radio buttons)
29
[9293]30 2002-09-24: Vit Timchishin <tivv@ukr >
31 - KERNEL32: o Fix for OSLibDosFreeMem
32
[9288]33 2002-09-24: Sander van Leeuwen <sandervl@innotek >
34 - BIN: o WGSS update from IBM
[9289]35 - IPHLPAPI: o GetNetworkParams: fixed completely broken code to fill in
36 DNS entries.
[9288]37
[9285]38 2002-09-19:
39 - MAKE, TOOLS/BIN/RM, FASTDEP:
40 o IPF and IPP support. They are built in the 'misc' pass.
41 See make\testcase\ipf.mak for usage example.
42 NB. FastDep does only C styled dependency generation
43 for .IPP files.
44 o Corrected bad .orc dependency generation.
45 o Added some shortcut rules to restart/skip passes.
46 o Fixed rm -R filename. Suppressed ERROR_PATH_NOT_FOUND msgs.
47
[9267]48 2002-09-19: Sander van Leeuwen <sandervl@innotek >
49 - ODINCRT: o Include new & delete in memory statistics
50
[9264]51 2002-09-19: Platon Fomichev <platon@innotek >
52 - USER32: o Put window on top of owner if owner is not in the foreground;
53 HWND_TOP forces the owner to the top as well
54 (window creation)
55
[9263]56 2002-09-18: Sander van Leeuwen <sandervl@innotek >
57 - KERNEL32: o Added code to print leaked heap memory
58
[9260]59 2002-09-18: Platon Fomichev <platon@innotek >
60 - USER32: o WM_MOUSEWHEEL update
61
[9255]62 2002-09-17: Platon Fomichev <platon@innotek >
63 - USER32: o Create invisible vertical scroller for all top-level windows
64 so the IBM wheel driver sends us WM_VSCROLL messages
[9257]65 o Added WM_MOUSEWHEEL message support
[9255]66
[9246]67 2002-09-16: Sander van Leeuwen <sandervl@innotek >
68 - COMCTL32: o LISTVIEW_ProcessLetterKeys bugfix
[9248]69 - GDI32: o Statistics fixes & print leaked gdi handles
70 when unloaded.
[9250]71 o Don't recycle handles too soon. That makes it more difficult
[9249]72 to interpret the logfile.
[9246]73
[9253]74 2002-09-16: Platon Fomichev <platon@innotek >
75 - USER32: o Combobox fix to update selected item when the control is rolled
76 up
77
[9245]78 2001-09-15: Dietrich Teickner <Dietrich_Teickner@t-online >
79 - SHELL32: o Wine resync for shfileop.c
80
[9234]81 2002-09-14: Sander van Leeuwen <sandervl@innotek >
82 - KERNEL32: o WaitForSingleObject, (Msg)WaitForMultipleObjects:
83 If dwTimeout is not 0 and smaller than 20 ms, then
84 temporarily change thread priority to time critical to
85 make sure we don't get a late timeout.
86 (CLOCKSCALE=4 in config.sys also improves timeout responds)
87
[9231]88 2002-09-14: Yuri Dario <mc6530@mclink >
89 - DSOUND: o Load MMPM2 (MDM.DLL) on demand
90
[9229]91 2002-09-12: Platon Fomichev <platon@innotek >
92 - USER32: o Translate PM WM_VSCROLL to WM_MOUSEWHEEL messages (currently
93 only dispatched to (dinput) hook handler)
94
[9226]95 2002-09-12: knut st. osmundsen <bird@anduin >
96 - MAKE: o Corrected bug in process which made it put the libraries in
97 the wrong place.
98 o Always stamp the .def file before linking so that build level
99 info will be up to date.
100 o Added some shortcuts rules for lazy programmers:
101 * pass[1-6] for starting from a given pass.
102 * quick for only doing lib, executable and publish.
103
[9221]104 2002-09-10: knut st. osmundsen <bird@anduin >
105 - TOOLS/VSLICK:
106 o Added kdev.e. Odin32.e with more goodies like an 'Extra' menu.
107
[9215]108 2002-09-05: Sander van Leeuwen <sandervl@innotek >
[9221]109 - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
[9215]110 but not shown again)
111 o Removed obsolete hack in CreateCaret
112
[9219]113 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
114 - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
115
[9210]116 2002-09-04: knut st. osmundsen <bird@anduin >
117 - FASTDEP: o Corrected bug in caching. Didn't force rescan of files when
118 a dependant file wasn't present any more.
[9214]119 o Corrected makefile. No memory debug.
120 - CMDQD: o Corrected makefile.
[9210]121
122 - Tools/DailyBuilds:
123 o Changed odin32env.cmd to use buildenv.cmd to set up the
124 desired build environment.
125 o Changed odin32clean.cmd to use tools\bin\rm.exe.
[9214]126 - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
[9210]127
[9197]128 2002-09-03: Sander van Leeuwen <sandervl@innotek >
129 - USER32: o Cleaned up clipboard code
130
[9199]131 2002-09-03: Platon Fomichev <platon@innotek >
132 - USER32: o Fix for Ctrl-Break
133
Note: See TracBrowser for help on using the repository browser.