source: trunk/changelog@ 6850

Last change on this file since 6850 was 6850, checked in by phaller, 24 years ago

further error mappings

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