source: trunk/changelog@ 8395

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

* empty log message *

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