source: trunk/changelog@ 8412

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

* empty log message *

File size: 8.9 KB
Line 
1/* $Id: changelog,v 1.2075 2002-05-14 16:21:40 sandervl Exp $ */
2
3 2002-05-14: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o CustForce2GBFileSize function added to force
5 GetVolumeInformation to tell the app all partitions are FAT
6 (2 GB file size limitation)
7 - COMCTL32: o Merged property sheet control with latest Wine version
8
9 2002-05-14: Platon Fomichev <platon@innotek.de>
10 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
11 SWP_FOCUS(DE)ACTIVATE message.
12
13 2002-05-10: Platon Fomichev <platon@innotek.de>
14 - KERNEL32: o Parallel port updates (use resource manager to query
15 hardware configuration)
16
17 2002-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
18 - KERNEL32: o Applications are now allowed to read physical disks or
19 mounted partitions. Write access is only allowed for
20 unmounted partitions or floppy disks.
21 o Implemented GetFileSize for disk objects; corrected
22 return value for some failures (-1)
23
24 2002-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
25 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
26 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
27 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
28 mountpoints (e.g. C:\)
29 o Rewrote FindFirst/NextVolume to use LVM interface (if
30 availabe; else fail)
31 o Extended GetDriveType & GetVolumeInformation for volume
32 names (instead of only disk names (e.g. C:\))
33 o GetVolumeInformation change: keep file system name if
34 NTFS or FAT32
35 o Implemented unmounted volume and physical disk access
36
37 2002-05-08: Sander van Leeuwen <sandervl@xs4all.nl>
38 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
39 toolbar, tab, pager, nativefont, imagelist code
40 o Updated license (LGPL) for comctl32
41 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
42 in NTDLL)
43 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
44 - KERNEL32: o Implemented volume & volume mountpoint functions
45 (win2k and up)
46 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
47 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
48
49 2002-05-08: Platon Fomichev <platon@innotek.de>
50 - COMCTL32: o Merged listview control with latest Wine
51
52 2002-05-07: Sander van Leeuwen <sandervl@xs4all.nl>
53 - USER32: o WH_MOUSE_LL hook fixes
54
55 2002-05-07: Platon Fomichev <platon@innotek.de>
56 - USER32: o Listbox/combobox fix for MFC apps
57 o SetParent doesn't change WS_CHILD style
58 o Experimental change for getParent
59
60 2002-05-07: knut st. osmundsen <bird@anduin.net>
61 - CmdQd: o The daemon shouldn't inherit standard handles when started.
62 (Hung the daily build, since we use tee to do logging.)
63
64 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
65 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
66
67 2002-05-01: Sander van Leeuwen <sandervl@xs4all.nl>
68 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
69 translation array
70
71 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
72 - GDI32: o Font renaming support added to EnumFontFamiliesA/W
73 - USER32: o Implemented WH_MOUSE_LL hook
74 o Removed DInput hack for keyboard & mouse message translation
75 - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)
76
77 2002-04-30: knut st. osmundsen <bird@anduin.net>
78 - KERNEL32: o Changes for debug heap (makefile + exception handler)
79
80 2002-04-30: Platon Fomichev <platon@innotek.de>
81 - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
82 SystemTimeToFileTime bugfixes
83 - USER32: o Focus fix when minimizing window
84
85 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
86 - KERNEL32: o Export RegisterCustomDriver
87
88 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
89 - OLEAUT32: o Clean up hash object during dll unload
90 - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
91 and DestroyTIB
92 o fixed unicode conversion for APIs that allow
93 NULL strings as input parameter (SearchPathW,
94 Registry APIs) not to set last error to EROROR_INVALID_HANDLE
95 o wprocess.cpp:
96 - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
97 to start PE-clients inside a new debugger instance
98 - GetModuleFileName fixes (don't count zero termination)
99 o don't set last error in HeapFree()
100 - COMCTL32: o Draglist control bugfix (crash)
101
102 2002-04-28: knut st. osmundsen <bird@anduin.net>
103 - Configure.cmd, Odincrt:
104 o Added option --with-klib to configure.cmd to link
105 odincrt with the electric debug heap of kLib.
106 Concider this experimental!
107
108 2002-04-28: Platon Fomichev <platon@innotek.de>
109 - USER32: o Focus fix when minimizing window
110 - IPHLPAPI: o Bugfix
111
112 2002-04-24: Platon Fomichev <platon@innotek.de>
113 - USER32: o Don't activate window when it's minimized (ShowWindow)
114 o Deactivate window & move to bottom of z-order when it's
115 minimized
116 o Listbox fix; rollup dropdown if mouse button pressed outside
117 control
118
119 2002-04-17: Platon Fomichev <platon@innotek.de>
120 - COMDLG32: o If application specifies full path in file dialog structure
121 (and initial dir string is NULL), then change to the directory.
122
123 2002-04-17: knut st. osmundsen <bird@anduin.net>
124 - Makefiles:
125 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
126 mode. See /tools/profilerfix/Readme.1st for details.
127 - ProfilerFix:
128 o Added readme.1st for VAC308, vac365 profiling using the
129 VAC4 profiler features.
130
131 2002-04-14: knut st. osmundsen <bird@anduin.net>
132 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
133 o Added testcases to makescripts in the testcase subdir.
134 'nmake build testcase' from that dir will build test
135 program(s) and run testcases.
136
137 2002-04-13: knut st. osmundsen <bird@anduin.net>
138 - Windefs.h:
139 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
140 - KERNEL32: o GetDriveType optimizations.
141 Made it just as strict as WinXP. Hope this won't
142 blow up any thing. (A little bit worried about a call in
143 shell32/folders.c and mci_open.)
144 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
145 o Made (stupid) test program which is placed in the testcase
146 subdir. This is compilable for both OS/2 and NT.
147 o Hot fix for 0 CDROM issue. (To be removed)
148
149 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
150
151 2002-04-11: knut st. osmundsen <bird@anduin.net>
152 - Makefiles:
153 o Output linenumbers to the map file when linking.
154 o Attempt at VAC308 profiling (icsperf.exe).
155 This is only enabled if you set PROFILE without DEBUG.
156 - ProfileFix:
157 o Hack to prevent the app which is profiled to crash
158 on Warp 4.5+.
159 - Install: o Changed it to work with 0.9.18+. Not that this fix
160 requires a bugfix over the 0.9.18 warping release.
161 - DailyBuild:
162 o Updated scripts so I can run the daily build on my
163 workstaion at home.
164
165 2002-04-10: knut st. osmundsen <bird@anduin.net>
166 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
167 - src/makefile:
168 o Update the CUSTOMBUILD module list.
169
170 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
171 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
172 support for shared critical sections; which is currently
173 not possible with the Win32 version due to missing
174 support for global object handles in kernel32)
175 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
176 o Rewrote global vmutex usage (mmap)
177 - USER32: o Rewrote global vmutex usage (window handles)
178 o EnumWindows made safer
179 o Fixed bug in desktop window constructor (double window
180 handle allocation)
181 - WINMM: o Rewrote vmutex usage (wave in/out classes)
182 - GDI32: o Rewrote vmutex usage (object handle functions)
183 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
184
185 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
186 - KERNEL32: o Do not test for write capability with CDROM drives
187 (IOCTL_DISK_IS_WRITABLE)
188
Note: See TracBrowser for help on using the repository browser.