source: trunk/changelog@ 6691

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

* empty log message *

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