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