1 | /* $Id: changelog,v 1.1700 2001-09-27 13:14:53 phaller Exp $ */
|
---|
2 |
|
---|
3 | 2001-09-27: Patrick Haller <patrick.haller@innotek.de>
|
---|
4 | - USER32: o partial implementation of SendInput()
|
---|
5 |
|
---|
6 | 2001-09-26: knut st. osmundsen <kosmunds@csc.com>
|
---|
7 | - Win32k: o Create development branch 'splittup' which in the
|
---|
8 | splittup of win32k is being implemented.
|
---|
9 | o BTW. I think I've found the jfs/fat32 + win32k problem.
|
---|
10 | I left some dirty readonly heap pages behind...
|
---|
11 | That is corrected in the splittup.
|
---|
12 | - Some Makefiles:
|
---|
13 | o Corrected the file header to state correct dllname.
|
---|
14 | Ye][ow, which is doing some documentation stuff on the Odin32,
|
---|
15 | pointed this out this for me.
|
---|
16 |
|
---|
17 | 2001-09-26: Patrick Haller <patrick.haller@innotek.de>
|
---|
18 | - ODINWRAP: o fixed FNEPILOGUE position
|
---|
19 | (MISC) o added support for calldepth tracing
|
---|
20 | - OLE32: o fixed wrong prototype in regsvr32.cpp
|
---|
21 |
|
---|
22 | 2001-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
23 | - COMCTL32: o Wine updates (MRU functions)
|
---|
24 | - SHELL32: o Wine updates (SHAddToRecentDocs)
|
---|
25 | - DDRAW/ADVAPI32: Added makefiles for building library with obj files
|
---|
26 |
|
---|
27 | 2001-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
28 | - DDRAW: o Set screen resolution + bpp of primary surface to those
|
---|
29 | of the PM desktop. (used to default to 640x480x8bpp)
|
---|
30 |
|
---|
31 | 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
|
---|
32 | - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
|
---|
33 |
|
---|
34 | 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
35 | - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
|
---|
36 | (fixes crash when closing mdi window in odinapp)
|
---|
37 | - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
|
---|
38 | when cbImage is too small (compressed images only)
|
---|
39 | This used to work. Maybe related to new SDD version.
|
---|
40 | (CoolEdit 2000 hits breakpoint in debug build)
|
---|
41 |
|
---|
42 | 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
43 | - SHELL32: o Small update for shfileop.c
|
---|
44 |
|
---|
45 | 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
46 | - USER32: o Focus changes
|
---|
47 | - CTL3D32: o Added stub dll
|
---|
48 |
|
---|
49 | 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
50 | - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
|
---|
51 | 0 is not documented, but experiments in NT4 show that
|
---|
52 | the window will get activated when it returns this.
|
---|
53 | (fixes activation of FreeCell when clicking on the window)
|
---|
54 | o WM_NEXTMENU bugfix (from Wine)
|
---|
55 | (fixes crash during menu navigation in MDI windows)
|
---|
56 | - SHELL32: o Shell Folder bugfix from Wine added
|
---|
57 |
|
---|
58 | 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
|
---|
59 | - USER32: o PeekMessageW bugfix
|
---|
60 |
|
---|
61 | 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
62 | - USER32: o Changed GetLastActivePopup (still not complete)
|
---|
63 | o Prevent loop in DIALOG_IsAccelerator
|
---|
64 | o GetMenuItemInfoW bugfixes
|
---|
65 | o Ported the Wine MDI control
|
---|
66 |
|
---|
67 | 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
|
---|
68 | - WS2_32: o added stub for WSAIoctl() (Parsec)
|
---|
69 | - WINMM: o lowered minimum OS/2 timer resolution to 2ms
|
---|
70 | (for the new CLOCKSCALE feature)
|
---|
71 |
|
---|
72 | 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
73 | - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
|
---|
74 | WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
|
---|
75 | This ensures activation is handled properly.
|
---|
76 | No longer necessary to manually send WM_ACTIVATE messages.
|
---|
77 | o Only forward SC_CLOSE syscommand to top level window
|
---|
78 | if generated by keyboard
|
---|
79 |
|
---|
80 | 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
81 | - USER32: o Some focus/activation changes
|
---|
82 | o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
|
---|
83 | directed to top-level window. (OS/2 look only)
|
---|
84 | - ODINBUG: o Update by Herwig Bauernfeind
|
---|
85 | - OLEAUT32/OLE32/QUARTZ/COMDLG32:
|
---|
86 | o Wine updates
|
---|
87 | - COMCTL32: o Wine updates for toolbar, pager & rebar controls
|
---|
88 | o Treeview bugfix when deleting the selected item
|
---|
89 | (fixes crash in UltraEdit when opening files)
|
---|
90 | - * o Put back original sources. Extremely annoying to
|
---|
91 | add tags and change tabs in files.
|
---|
92 |
|
---|
93 | 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
|
---|
94 | - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
|
---|
95 |
|
---|
96 | 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
97 | - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
|
---|
98 | size in pages, so round up size to next page boundary
|
---|
99 | (fixes loop during Netscape 4.7 startup)
|
---|
100 | - GDI32: o DPtoLP fix; signed/unsigned comparison failed
|
---|
101 | (fixes huge fonts in Netscape 4.7)
|
---|
102 | o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
|
---|
103 | or else WGSS blit will fail
|
---|
104 | (fixes black pictures in Netscape 4.7)
|
---|
105 |
|
---|
106 | 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
107 | - TAPI32: o Some updates
|
---|
108 | - OLEAUT32: o Wine typelib updates
|
---|
109 |
|
---|
110 | 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
111 | - include: o removed ./include/wine/server.h (Wine Server)
|
---|
112 | because of collisiton with server.h in OS/2 toolkit
|
---|
113 | - WNETAP32: o NetServerEnum implemented
|
---|
114 | o split into numerous smaller source modules
|
---|
115 |
|
---|
116 | 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
|
---|
117 | - src\*: o Added/fixed CVS $Id tag in source files.
|
---|
118 | Sorry, if this caused long checkout and compilation. :-)
|
---|
119 | - tools\database:
|
---|
120 | o Fixed a couple of bugs, just in case we get it online some day :-).
|
---|
121 | o More or less implemented @design notes.
|
---|
122 | - tools\dailybuild:
|
---|
123 | o Added automatic uploading of current odin32 api database.
|
---|
124 | (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
|
---|
125 |
|
---|
126 | 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
127 | - FastDep: o Synced FastDep with OS2Tools.
|
---|
128 |
|
---|
129 | 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
|
---|
130 | - Tools\CmdQd:
|
---|
131 | o Do DosExecPgm directly on programs when possible.
|
---|
132 | (It's not possible if multiple commands is specified in a job.)
|
---|
133 | o Path search result caching.
|
---|
134 | o Uses CMD.EXE nomatter what is in the COMSPEC.
|
---|
135 | o Corrected memory overwrite in output read loop.
|
---|
136 |
|
---|