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