source: trunk/changelog@ 8404

Last change on this file since 8404 was 8402, checked in by sandervl, 24 years ago

* empty log message *

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