source: trunk/changelog@ 3694

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

.

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