source: trunk/changelog@ 8412

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

* empty log message *

File size: 8.9 KB
RevLine 
[8412]1/* $Id: changelog,v 1.2075 2002-05-14 16:21:40 sandervl Exp $ */
[7715]2
[8407]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)
[8412]7 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]8
[8405]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
[8402]13 2002-05-10: Platon Fomichev <platon@innotek.de>
14 - KERNEL32: o Parallel port updates (use resource manager to query
15 hardware configuration)
16
[8399]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
[8395]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:\))
[8399]33 o GetVolumeInformation change: keep file system name if
34 NTFS or FAT32
35 o Implemented unmounted volume and physical disk access
[8395]36
[8383]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
[8388]41 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
42 in NTDLL)
[8390]43 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]44 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]45 (win2k and up)
[8395]46 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
47 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]48
49 2002-05-08: Platon Fomichev <platon@innotek.de>
50 - COMCTL32: o Merged listview control with latest Wine
51
[8379]52 2002-05-07: Sander van Leeuwen <sandervl@xs4all.nl>
53 - USER32: o WH_MOUSE_LL hook fixes
54
[8378]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
[8376]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
[8371]64 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
65 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
66
[8363]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
[8341]71 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
72 - GDI32: o Font renaming support added to EnumFontFamiliesA/W
[8344]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)
[8341]76
[8337]77 2002-04-30: knut st. osmundsen <bird@anduin.net>
78 - KERNEL32: o Changes for debug heap (makefile + exception handler)
79
[8335]80 2002-04-30: Platon Fomichev <platon@innotek.de>
[8376]81 - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
[8335]82 SystemTimeToFileTime bugfixes
[8349]83 - USER32: o Focus fix when minimizing window
[8335]84
[8326]85 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
86 - KERNEL32: o Export RegisterCustomDriver
87
[8328]88 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
89 - OLEAUT32: o Clean up hash object during dll unload
[8376]90 - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
[8328]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()
[8376]100 - COMCTL32: o Draglist control bugfix (crash)
[8328]101
[8321]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
[8305]108 2002-04-28: Platon Fomichev <platon@innotek.de>
109 - USER32: o Focus fix when minimizing window
110 - IPHLPAPI: o Bugfix
[8321]111
[8300]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
[8278]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
[8276]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>
[8274]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>
[8255]138 - Windefs.h:
[8260]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.
[8262]147 o Hot fix for 0 CDROM issue. (To be removed)
[8255]148
[8260]149 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
150
[8255]151 2002-04-11: knut st. osmundsen <bird@anduin.net>
[8245]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+.
[8250]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.
[8245]164
[8222]165 2002-04-10: knut st. osmundsen <bird@anduin.net>
166 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
[8224]167 - src/makefile:
168 o Update the CUSTOMBUILD module list.
[8222]169
[8199]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)
[8209]178 o EnumWindows made safer
179 o Fixed bug in desktop window constructor (double window
180 handle allocation)
[8199]181 - WINMM: o Rewrote vmutex usage (wave in/out classes)
[8204]182 - GDI32: o Rewrote vmutex usage (object handle functions)
[8209]183 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
[8199]184
[8194]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.