source: trunk/changelog@ 8447

Last change on this file since 8447 was 8447, checked in by sandervl, 23 years ago

* empty log message *

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