source: trunk/changelog@ 3741

Last change on this file since 3741 was 3741, checked in by sandervl, 25 years ago

* empty log message *

File size: 9.4 KB
Line 
1 /* $Id: changelog,v 1.1002 2000-06-21 20:53:22 sandervl Exp $ */
2
3 2000-06-21: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: Setup enviroment similar to NT. I.e.:
5 CPU=i386
6 HOMEDRIVE=<Odin drive>
7 HOMEPATH=\
8 NUMBER_OF_PROCESSORS=2
9 OS=Windows_NT
10 PATHEXT=.COM;.EXE;.BAT;.CMD
11 PROCESSOR_ARCHITECTURE=x86
12 PROCESSOR_IDENTIFIER=x86 Family 6 Model 6 Stepping 5, GenuineIntel
13 PROCESSOR_LEVEL=6
14 PROCESSOR_REVISION=0605
15 SystemDrive=<Odin drive>
16 SystemRoot=<Odin Windows dir>
17 windir=<Odin Windows dir>
18 TODO: Some environment variables still missing (see kernel32\initsystem.cpp)
19
20 2000-06-21: Patrick Haller <phaller@gmx.net>
21 - MSVCRT: - Added stub for __CxxLongjmpUnwind (NETSCAPE 4.7)
22 - CRTDLL: - CRTDLL is in some serious troble:
23 1. CRTDLL__close() -> _close()
24 CRTDLL__openU() -> CreateFileA()
25 this combination is incompatible !
26 2. calls like _close() go into the OS/2 kernel somewhere
27 without proper FS: protection -> CRASH.
28 CRTDLL__close() is fixed (CloseHandle()) now.
29
30 2000-06-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
31 - KERNEL32: Added language support for Poland
32
33 2000-06-18 Patrick Haller <phaller@gmx.net>
34 - KERNEL32: - fixed potential memory leak in GetLocaleInfoA
35 - improved GetNumberFormatA
36
37 2000-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
38 - KERNEL32: Bugfix in resource handling (due to yesterday's change)
39 DuplicateHandle fix
40 - USER32: Region fixes (RedrawWindow)
41 Get/SetWindowRgn fixes
42 - INCLUDE\OS2WRAP.H:
43 Added missing wrappers for GpiCreatePolygonRegion,
44 GpiCreateEllipticRegion & GpiCreateRoundRectRegion
45
46 2000-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
47 - GDI32: Put back region 'bugfix' as it's completely wrong and breaks
48 RealPlayer 7.
49 - KERNEL32: FindResource bugfix for resource names starting with '#'
50 (i.e. "#102" really means numeric id 102)
51
52 2000-06-14: Patrick Haller <phaller@gmx.net>
53 - KERNEL32: - fix in HandleManager::DuplicateHandler to call
54 OSLibDosDupHandle() instead of CreateFile
55 - fix oslibdos.h FILE_ SetFilePointer constants
56 were shifted by 1
57 - fix for signed negative 32-bit seek from llseek()
58 forwarded to the 64-bit OS/2 DosSetFilePtrL()
59 Note: need to check file locking APIs !
60 - fix GPI32 region: clientHeight, clientWidth:
61 hwnd == 0 == HWND_DESKTOP seems to be valid !
62
63 2000-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
64 - USER32: Rewrote ExcludeUpdateRgn & GetUpdateRgn
65 Check if update rectangle is emtpy in PM WM_PAINT msg;
66 ignore it when that's the case
67 -> fixes excessive redrawing in Lotus Notes
68 - GDI32: Put back region apis
69 Rewrote region functions
70 DIB section reversal bugs fixed (as seen in Starcraft install)
71
72 2000-06-14: Patrick Haller <phaller@gmx.net>
73 - KERNEL32: Altered calling of dllEntryPoint() depending on
74 static or dynamic loading if library according
75 to the Win32 documentation. (StarCraft)
76
77 2000-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
78 - USER32: Check if class already exists in RegisterClass(Ex)A/W
79 and return 0 (ERROR_CLASS_ALREADY_EXISTS) if true
80
81 2000-06-12: Patrick Haller <phaller@gmx.net>
82 - LZ32: Updated to current WINE level (minor changes)
83
84 2000-06-11: Patrick Haller <phaller@gmx.net>
85 - KERNEL32: Moved GetNumberFormat to different source file and enhanced
86 it a little (WinRAR shows file sizes)
87 Creating an existing directory does not return an error ?!
88 Updated GetStringTypeA/W and GetStringTypeExA/W
89
90 - SHLWAPI: Added a whole lot of missing functions, forwarders, stubs
91 Only 50 more to go for IE4 ...
92
93 2000-06-09: Patrick Haller <phaller@gmx.net>
94 - COMCTL32: Added some missing stubs (.9 .10 .389 .390)
95 - SHLWAPI: Added numerous missing functions, some stubs
96 (.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16
97 .23 .28 .37 .38 .40 .43 .53 .56 .59 .60 .74 .83 .94 .95
98 .102 .116 .117 .158 .197 .240)
99
100 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
101 - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex)
102 Added null pointer check to RegQueryValueW and fixed
103 memory leak.
104 - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?)
105 -> fixes combo box
106 Fixed GetUpdateRect
107 RedrawWindow changes; SetWindowPos fix (client invalidation)
108 Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
109 if update region doesn't include (part of) the nonclient area.
110 -> fixes RealPlayer 7 titlebar, borders & menu
111 GetTopWindow fix. (should work properly now)
112
113 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
114 - tools/install:Added a stram 'close' on the changelog.
115 (4OS2 can't copy files which are opened for write(?).
116 The changelog has to be closed after copying it into
117 the odininst.wis file.)
118 - tools/DailyBuild:
119 Creates .WPI releases too.
120 (odin32pack.cmd and odin32ftp2.cmd)
121 WarpIn is added to the build environment variables
122 (odin32env.cmd).
123 WarpIn is added to the build environment variables
124 (odin32env.cmd).
125
126 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
127 - USER32: Fixed wrong dispatch of WM_NCHITTEST
128 Fixed DC leak in EndPaint (reset hps type to TYPE_1)
129 -> resulted in out of memory and very slow PM operations
130 -> ICQ 2000a install now finishes (used to run out of mem)
131 Rewrote window management; now one PM window (non-frame)
132 is created for each win32 window (used to be a frame/client
133 pair)
134 -> speeds up drawing & fixes some repaint problems
135 Window coordinates (internally stored) are now relative
136 to window parent (or screen coord. if no parent); client
137 coordinates relative to the frame window
138 GetParent now returns owner if toplevel window
139 SetParent hides and shows window when changing parent
140 Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
141 and DCX_PARENTCLIP in GetDCEx
142 Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
143 Manual minimize, maximize & restore in ShowWindow + fixes
144 TODO: Repaint problems, move child windows when client position/size
145 changes
146 SetParent/GetParent fixes for desktop parent.
147 - SHELL32: Disabled system tray window for now. (appears in top/right
148 of the desktop otherwise)
149
150 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
151 - WINMM: Don't start playback when WaveOutRestart is called
152 before any buffers have been added.
153 Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
154
155 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
156 - Win32k/REXX: Rewrote the REXX stub program in assembly.
157 (exe size: 688 bytes) Might be able to embedd it in
158 win32k.sys... (not priority)
159
160 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
161 - SHELL32: Systray class registered with wrong name
162
163 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
164 - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
165 - GDI32: Added more logging
166 - KERNEL32: Rewrote CompareFileTime, DeleteFileA
167 Put file io apis in separate handlemanager object class
168 Rewrote most file io apis; includes support for 64 bits file
169 pointer/size:
170 - CreateFile/OpenFile/DuplicateHandle/CloseHandle
171 - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
172 - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
173 - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
174 Fixed some OpenFile bugs. Put Read/WriteFileEx into file
175 io class. Fixed LockFileEx/UnlockFileEx
176 New file apis use OS/2 apis now; overlapped IO not yet
177 supported.
178 - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
179 Fixes open file dialog
Note: See TracBrowser for help on using the repository browser.