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