source: trunk/doc/ChangeLog-2002@ 7987

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

updated

File size: 2.7 KB
Line 
1 /* $Id: ChangeLog-2002,v 1.1 2002-02-21 23:10:46 sandervl Exp $ */
2
3 2002-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
4 - OLE32: o Fixed bug in OLE clipboard implementation; the handle
5 returned by GetClipboardData is no longer valid after
6 calling CloseClipboard. A copy of the data must be made.
7
8 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
9 - USER32: o Fix for position of fake window (CreateFakeWindowEx)
10
11 2002-01-18: Vitali Pelenyov <sunlover@anduin.net>
12 - KERNEL32: o GetDriveType fix for detection cdrom drives under certain
13 circumstances (when cdrom is not the last drive letter)
14
15 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
16 - USER32: o CreateFakeWindowEx change; need to specifiy window class
17 Added DestroyFakeWindow for deleting fake window object.
18 - KERNEL32: o Custom device driver changes for driver instance pointer
19
20 2002-01-09: knut st. osmundsen <bird@anduin.net>
21 - Tools/CmdQd:
22 o Corrected bad fix from 2002-01-01.
23
24 2002-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
25 - KERNEL32: o Add driver data parameter to custom device driver calls
26
27 2002-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
28 - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
29 systems (set default/ignore)
30 - USER32: o Fixed restoring of windows after minimizing/maximizing
31 o Allocate more memory for 40x40 icon generation
32 o Fixed SetClipboardData for CF_UNICODETEXT (translate to
33 ascii and use CF_TEXT)
34
35 2002-01-06: knut st. osmundsen <bird@anduin.net>
36 - DailyBuild:
37 o - Do not distribute odin.ini.
38
39 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
40 - KERNEL32: o Changed HeapAlloc/HeapReAlloc:
41 - round up size to next 8 bytes boundary
42 - when reallocating memory block, don't use different
43 memory block unless new size is larger than old size
44 (rounded up to next 8 bytes boundary)
45 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
46 fixes crashes in Opera 5.12 which relies on this 'feature')
47 - GDI32: o Print handle type name in SelectObject
48 o EnumFontProcExW -> must restore FS in enum handler
49
50 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
51 - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
52
53 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
54 - GDI32: o Better logging for some text functions
55
56 2002-01-01: knut st. osmundsen <bird@anduin.net>
57 - Tools/CmdQd:
58 o Ignore the CmdQd kill returncode in clean2.
Note: See TracBrowser for help on using the repository browser.