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