source: trunk/changelog@ 3689

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

.

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