source: trunk/changelog@ 8344

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

* empty log message *

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