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