source: trunk/changelog@ 8393

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

* empty log message *

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