source: trunk/changelog@ 8411

Last change on this file since 8411 was 8407, checked in by sandervl, 24 years ago

* empty log message *

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