source: trunk/changelog@ 8405

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

* empty log message *

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