source: trunk/changelog@ 8379

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

* empty log message *

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