source: trunk/changelog@ 6793

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

* empty log message *

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