[6713] | 1 | /* $Id: changelog,v 1.1680 2001-09-15 09:56:25 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6713] | 3 | 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - USER32: o Some focus/activation changes
|
---|
| 5 | - ODINBUG: o Update by Herwig Bauernfeind
|
---|
| 6 | - OLEAUT32/OLE32/QUARTZ/COMDLG32:
|
---|
| 7 | o Wine updates
|
---|
| 8 | - COMCTL32: o Wine updates for toolbar, pager & rebar controls
|
---|
| 9 | o Treeview bugfix when deleting the selected item
|
---|
| 10 | (fixes crash in UltraEdit when opening files)
|
---|
| 11 |
|
---|
[6697] | 12 | 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 13 | - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
|
---|
| 14 |
|
---|
[6691] | 15 | 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 16 | - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
|
---|
| 17 | size in pages, so round up size to next page boundary
|
---|
| 18 | (fixes loop during Netscape 4.7 startup)
|
---|
| 19 | - GDI32: o DPtoLP fix; signed/unsigned comparison failed
|
---|
| 20 | (fixes huge fonts in Netscape 4.7)
|
---|
| 21 | o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
|
---|
| 22 | or else WGSS blit will fail
|
---|
| 23 | (fixes black pictures in Netscape 4.7)
|
---|
| 24 |
|
---|
[6687] | 25 | 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 26 | - TAPI32: o Some updates
|
---|
[6688] | 27 | - OLEAUT32: o Wine typelib updates
|
---|
[6687] | 28 |
|
---|
[6671] | 29 | 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 30 | - include: o removed ./include/wine/server.h (Wine Server)
|
---|
| 31 | because of collisiton with server.h in OS/2 toolkit
|
---|
| 32 | - WNETAP32: o NetServerEnum implemented
|
---|
[6676] | 33 | o split into numerous smaller source modules
|
---|
[6671] | 34 |
|
---|
[6667] | 35 | 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 36 | - src\*: o Added/fixed CVS $Id tag in source files.
|
---|
| 37 | Sorry, if this caused long checkout and compilation. :-)
|
---|
[6654] | 38 | - tools\database:
|
---|
| 39 | o Fixed a couple of bugs, just in case we get it online some day :-).
|
---|
[6667] | 40 | o More or less implemented @design notes.
|
---|
| 41 | - tools\dailybuild:
|
---|
| 42 | o Added automatic uploading of current odin32 api database.
|
---|
| 43 | (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
|
---|
[6654] | 44 |
|
---|
| 45 | 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6633] | 46 | - FastDep: o Synced FastDep with OS2Tools.
|
---|
| 47 |
|
---|
[6624] | 48 | 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 49 | - Tools\CmdQd:
|
---|
| 50 | o Do DosExecPgm directly on programs when possible.
|
---|
| 51 | (It's not possible if multiple commands is specified in a job.)
|
---|
| 52 | o Path search result caching.
|
---|
| 53 | o Uses CMD.EXE nomatter what is in the COMSPEC.
|
---|
[6626] | 54 | o Corrected memory overwrite in output read loop.
|
---|
[6624] | 55 |
|
---|