source: trunk/changelog@ 3707

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

* empty log message *

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