source: trunk/changelog@ 6855

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

* empty log message *

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