source: trunk/changelog@ 8390

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

* empty log message *

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