source: trunk/changelog@ 8388

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

* empty log message *

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