source: trunk/changelog@ 6697

Last change on this file since 6697 was 6697, checked in by bird, 24 years ago

* empty log message *

File size: 2.1 KB
Line 
1/* $Id: changelog,v 1.1679 2001-09-11 01:32:31 bird Exp $ */
2
3 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
4 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
5
6 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
7 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
8 size in pages, so round up size to next page boundary
9 (fixes loop during Netscape 4.7 startup)
10 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
11 (fixes huge fonts in Netscape 4.7)
12 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
13 or else WGSS blit will fail
14 (fixes black pictures in Netscape 4.7)
15
16 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
17 - TAPI32: o Some updates
18 - OLEAUT32: o Wine typelib updates
19
20 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
21 - include: o removed ./include/wine/server.h (Wine Server)
22 because of collisiton with server.h in OS/2 toolkit
23 - WNETAP32: o NetServerEnum implemented
24 o split into numerous smaller source modules
25
26 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
27 - src\*: o Added/fixed CVS $Id tag in source files.
28 Sorry, if this caused long checkout and compilation. :-)
29 - tools\database:
30 o Fixed a couple of bugs, just in case we get it online some day :-).
31 o More or less implemented @design notes.
32 - tools\dailybuild:
33 o Added automatic uploading of current odin32 api database.
34 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
35
36 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
37 - FastDep: o Synced FastDep with OS2Tools.
38
39 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
40 - Tools\CmdQd:
41 o Do DosExecPgm directly on programs when possible.
42 (It's not possible if multiple commands is specified in a job.)
43 o Path search result caching.
44 o Uses CMD.EXE nomatter what is in the COMSPEC.
45 o Corrected memory overwrite in output read loop.
46
Note: See TracBrowser for help on using the repository browser.