source: trunk/changelog@ 6759

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

* empty log message *

File size: 3.8 KB
Line 
1/* $Id: changelog,v 1.1686 2001-09-19 15:38:23 sandervl Exp $ */
2
3 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
4 - USER32: o PeekMessageW bugfix
5
6 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
7 - USER32: o Changed GetLastActivePopup (still not complete)
8 o Prevent loop in DIALOG_IsAccelerator
9 o GetMenuItemInfoW bugfixes
10 o Ported the Wine MDI control
11
12 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
13 - WS2_32: o added stub for WSAIoctl() (Parsec)
14 - WINMM: o lowered minimum OS/2 timer resolution to 2ms
15 (for the new CLOCKSCALE feature)
16
17 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
18 - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
19 WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
20 This ensures activation is handled properly.
21 No longer necessary to manually send WM_ACTIVATE messages.
22 o Only forward SC_CLOSE syscommand to top level window
23 if generated by keyboard
24
25 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
26 - USER32: o Some focus/activation changes
27 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
28 directed to top-level window. (OS/2 look only)
29 - ODINBUG: o Update by Herwig Bauernfeind
30 - OLEAUT32/OLE32/QUARTZ/COMDLG32:
31 o Wine updates
32 - COMCTL32: o Wine updates for toolbar, pager & rebar controls
33 o Treeview bugfix when deleting the selected item
34 (fixes crash in UltraEdit when opening files)
35 - * o Put back original sources. Extremely annoying to
36 add tags and change tabs in files.
37
38 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
39 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
40
41 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
42 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
43 size in pages, so round up size to next page boundary
44 (fixes loop during Netscape 4.7 startup)
45 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
46 (fixes huge fonts in Netscape 4.7)
47 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
48 or else WGSS blit will fail
49 (fixes black pictures in Netscape 4.7)
50
51 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
52 - TAPI32: o Some updates
53 - OLEAUT32: o Wine typelib updates
54
55 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
56 - include: o removed ./include/wine/server.h (Wine Server)
57 because of collisiton with server.h in OS/2 toolkit
58 - WNETAP32: o NetServerEnum implemented
59 o split into numerous smaller source modules
60
61 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
62 - src\*: o Added/fixed CVS $Id tag in source files.
63 Sorry, if this caused long checkout and compilation. :-)
64 - tools\database:
65 o Fixed a couple of bugs, just in case we get it online some day :-).
66 o More or less implemented @design notes.
67 - tools\dailybuild:
68 o Added automatic uploading of current odin32 api database.
69 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
70
71 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
72 - FastDep: o Synced FastDep with OS2Tools.
73
74 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
75 - Tools\CmdQd:
76 o Do DosExecPgm directly on programs when possible.
77 (It's not possible if multiple commands is specified in a job.)
78 o Path search result caching.
79 o Uses CMD.EXE nomatter what is in the COMSPEC.
80 o Corrected memory overwrite in output read loop.
81
Note: See TracBrowser for help on using the repository browser.