source: trunk/changelog@ 3696

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

Updated LZ32 to current WINE Level 20000612

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