source: trunk/changelog@ 3735

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

.

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