[6795] | 1 | /* $Id: changelog,v 1.1691 2001-09-23 20:14:26 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6793] | 3 | 2001-09-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
|
---|
| 5 | (fixes crash when closing mdi window in odinapp)
|
---|
[6795] | 6 | - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
|
---|
| 7 | when cbImage is too small (compressed images only)
|
---|
| 8 | This used to work. Maybe related to new SDD version.
|
---|
| 9 | (CoolEdit 2000 hits breakpoint in debug build)
|
---|
[6793] | 10 |
|
---|
[6779] | 11 | 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 12 | - USER32: o Focus changes
|
---|
| 13 | - CTL3D32: o Added stub dll
|
---|
| 14 |
|
---|
[6772] | 15 | 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 16 | - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
|
---|
| 17 | 0 is not documented, but experiments in NT4 show that
|
---|
| 18 | the window will get activated when it returns this.
|
---|
| 19 | (fixes activation of FreeCell when clicking on the window)
|
---|
| 20 | o WM_NEXTMENU bugfix (from Wine)
|
---|
| 21 | (fixes crash during menu navigation in MDI windows)
|
---|
[6777] | 22 | - SHELL32: o Shell Folder bugfix from Wine added
|
---|
[6772] | 23 |
|
---|
[6759] | 24 | 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
|
---|
| 25 | - USER32: o PeekMessageW bugfix
|
---|
| 26 |
|
---|
[6750] | 27 | 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 28 | - USER32: o Changed GetLastActivePopup (still not complete)
|
---|
| 29 | o Prevent loop in DIALOG_IsAccelerator
|
---|
[6759] | 30 | o GetMenuItemInfoW bugfixes
|
---|
| 31 | o Ported the Wine MDI control
|
---|
[6750] | 32 |
|
---|
[6748] | 33 | 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 34 | - WS2_32: o added stub for WSAIoctl() (Parsec)
|
---|
| 35 | - WINMM: o lowered minimum OS/2 timer resolution to 2ms
|
---|
| 36 | (for the new CLOCKSCALE feature)
|
---|
| 37 |
|
---|
[6744] | 38 | 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 39 | - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
|
---|
| 40 | WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
|
---|
| 41 | This ensures activation is handled properly.
|
---|
| 42 | No longer necessary to manually send WM_ACTIVATE messages.
|
---|
| 43 | o Only forward SC_CLOSE syscommand to top level window
|
---|
| 44 | if generated by keyboard
|
---|
| 45 |
|
---|
[6713] | 46 | 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 47 | - USER32: o Some focus/activation changes
|
---|
[6719] | 48 | o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
|
---|
| 49 | directed to top-level window. (OS/2 look only)
|
---|
[6713] | 50 | - ODINBUG: o Update by Herwig Bauernfeind
|
---|
| 51 | - OLEAUT32/OLE32/QUARTZ/COMDLG32:
|
---|
| 52 | o Wine updates
|
---|
| 53 | - COMCTL32: o Wine updates for toolbar, pager & rebar controls
|
---|
| 54 | o Treeview bugfix when deleting the selected item
|
---|
| 55 | (fixes crash in UltraEdit when opening files)
|
---|
[6714] | 56 | - * o Put back original sources. Extremely annoying to
|
---|
[6719] | 57 | add tags and change tabs in files.
|
---|
[6713] | 58 |
|
---|
[6697] | 59 | 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 60 | - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
|
---|
| 61 |
|
---|
[6691] | 62 | 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 63 | - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
|
---|
| 64 | size in pages, so round up size to next page boundary
|
---|
| 65 | (fixes loop during Netscape 4.7 startup)
|
---|
| 66 | - GDI32: o DPtoLP fix; signed/unsigned comparison failed
|
---|
| 67 | (fixes huge fonts in Netscape 4.7)
|
---|
| 68 | o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
|
---|
| 69 | or else WGSS blit will fail
|
---|
| 70 | (fixes black pictures in Netscape 4.7)
|
---|
| 71 |
|
---|
[6687] | 72 | 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 73 | - TAPI32: o Some updates
|
---|
[6688] | 74 | - OLEAUT32: o Wine typelib updates
|
---|
[6687] | 75 |
|
---|
[6671] | 76 | 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 77 | - include: o removed ./include/wine/server.h (Wine Server)
|
---|
| 78 | because of collisiton with server.h in OS/2 toolkit
|
---|
| 79 | - WNETAP32: o NetServerEnum implemented
|
---|
[6676] | 80 | o split into numerous smaller source modules
|
---|
[6671] | 81 |
|
---|
[6667] | 82 | 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 83 | - src\*: o Added/fixed CVS $Id tag in source files.
|
---|
| 84 | Sorry, if this caused long checkout and compilation. :-)
|
---|
[6654] | 85 | - tools\database:
|
---|
| 86 | o Fixed a couple of bugs, just in case we get it online some day :-).
|
---|
[6667] | 87 | o More or less implemented @design notes.
|
---|
| 88 | - tools\dailybuild:
|
---|
| 89 | o Added automatic uploading of current odin32 api database.
|
---|
| 90 | (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
|
---|
[6654] | 91 |
|
---|
| 92 | 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6633] | 93 | - FastDep: o Synced FastDep with OS2Tools.
|
---|
| 94 |
|
---|
[6624] | 95 | 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 96 | - Tools\CmdQd:
|
---|
| 97 | o Do DosExecPgm directly on programs when possible.
|
---|
| 98 | (It's not possible if multiple commands is specified in a job.)
|
---|
| 99 | o Path search result caching.
|
---|
| 100 | o Uses CMD.EXE nomatter what is in the COMSPEC.
|
---|
[6626] | 101 | o Corrected memory overwrite in output read loop.
|
---|
[6624] | 102 |
|
---|