source: trunk/changelog@ 3704

Last change on this file since 3704 was 3704, checked in by phaller, 25 years ago

Fix: StarCraft STORM.DLL requires reserved DllEntryPoint parameter

File size: 6.1 KB
Line 
1 /* $Id: changelog,v 1.988 2000-06-14 02:28:43 phaller Exp $ */
2
3 2000-06-14: Patrick Haller <phaller@gmx.net>
4 - KERNEL32: - altered calling of dllEntryPoint() depending on
5 static or dynamic loading if library according
6 to the Win32 documentation. (StarCraft)
7
8 2000-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
9 - USER32: Check if class already exists in RegisterClass(Ex)A/W
10 and return 0 (ERROR_CLASS_ALREADY_EXISTS) if true
11
12 2000-06-12: Patrick Haller <phaller@gmx.net>
13 - LZ32: - updated to current WINE level (minor changes)
14
15 2000-06-11: Patrick Haller <phaller@gmx.net>
16 - KERNEL32: - moved GetNumberFormat to different source file and enhanced
17 it a little (WinRAR shows file sizes)
18 - creating an existing directory does not return an error ?!
19 - updated GetStringTypeA/W and GetStringTypeExA/W
20
21 - SHLWAPI: Added a whole lot of missing functions, forwarders, stubs
22 Only 50 more to go for IE4 ...
23
24 2000-06-09: Patrick Haller <phaller@gmx.net>
25 - COMCTL32: Added some missing stubs (.9 .10 .389 .390)
26 - SHLWAPI: Added numerous missing functions, some stubs
27 (.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16
28 .23 .28 .37 .38 .40 .43 .53 .56 .59 .60 .74 .83 .94 .95
29 .102 .116 .117 .158 .197 .240)
30
31 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
32 - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex)
33 Added null pointer check to RegQueryValueW and fixed
34 memory leak.
35 - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?)
36 -> fixes combo box
37 Fixed GetUpdateRect
38 RedrawWindow changes; SetWindowPos fix (client invalidation)
39 Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
40 if update region doesn't include (part of) the nonclient area.
41 -> fixes RealPlayer 7 titlebar, borders & menu
42 GetTopWindow fix. (should work properly now)
43 - GDI32: Moved clip & update region/rect functions into user32
44
45 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
46 - tools/install: Added a stram 'close' on the changelog.
47 (4OS2 can't copy files which are opened for write(?).
48 The changelog has to be closed after copying it into
49 the odininst.wis file.)
50 - tools/DailyBuild:
51 - Creates .WPI releases too.
52 (odin32pack.cmd and odin32ftp2.cmd)
53 - WarpIn is added to the build environment variables
54 (odin32env.cmd).
55 - WarpIn is added to the build environment variables
56 (odin32env.cmd).
57
58 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
59 - USER32: Fixed wrong dispatch of WM_NCHITTEST
60 Fixed DC leak in EndPaint (reset hps type to TYPE_1)
61 -> resulted in out of memory and very slow PM operations
62 -> ICQ 2000a install now finishes (used to run out of mem)
63 Rewrote window management; now one PM window (non-frame)
64 is created for each win32 window (used to be a frame/client
65 pair)
66 -> speeds up drawing & fixes some repaint problems
67 Window coordinates (internally stored) are now relative
68 to window parent (or screen coord. if no parent); client
69 coordinates relative to the frame window
70 GetParent now returns owner if toplevel window
71 SetParent hides and shows window when changing parent
72 Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
73 and DCX_PARENTCLIP in GetDCEx
74 Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
75 Manual minimize, maximize & restore in ShowWindow + fixes
76 TODO: Repaint problems, move child windows when client position/size
77 changes
78 SetParent/GetParent fixes for desktop parent.
79 - SHELL32: Disabled system tray window for now. (appears in top/right
80 of the desktop otherwise)
81
82 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
83 - WINMM: Don't start playback when WaveOutRestart is called
84 before any buffers have been added.
85 Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
86
87 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
88 - Win32k/REXX: Rewrote the REXX stub program in assembly.
89 (exe size: 688 bytes) Might be able to embedd it in
90 win32k.sys... (not priority)
91
92 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
93 - SHELL32: Systray class registered with wrong name
94
95 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
96 - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
97 - GDI32: Added more logging
98 - KERNEL32: Rewrote CompareFileTime, DeleteFileA
99 Put file io apis in separate handlemanager object class
100 Rewrote most file io apis; includes support for 64 bits file
101 pointer/size:
102 - CreateFile/OpenFile/DuplicateHandle/CloseHandle
103 - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
104 - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
105 - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
106 Fixed some OpenFile bugs. Put Read/WriteFileEx into file
107 io class. Fixed LockFileEx/UnlockFileEx
108 New file apis use OS/2 apis now; overlapped IO not yet
109 supported.
110 - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
111 Fixes open file dialog
Note: See TracBrowser for help on using the repository browser.