| [2752] | 1 |  /* $Id: changelog,v 1.722 2000-02-11 11:24:01 bird Exp $ */
 | 
|---|
| [2659] | 2 | 
 | 
|---|
| [2752] | 3 |  2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
 | 
|---|
 | 4 |         - /tools/database/ + /src/makefile: Odin32 API DB.
 | 
|---|
 | 5 | 
 | 
|---|
| [2738] | 6 |  2000-02-10: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
 | 7 |         - USER32: added some stubs
 | 
|---|
 | 8 |                   fixed wrong pixels at the right side of menu items
 | 
|---|
 | 9 |         - COMCTL32: implemented LVS_NOSORTHEADER
 | 
|---|
 | 10 |                     increased statusbar height (temporal hack)
 | 
|---|
 | 11 |                     first steps of treeview rewrite
 | 
|---|
 | 12 | 
 | 
|---|
| [2720] | 13 |  2000-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 14 |         - GDI32: Added support for memory map handles in CreateDIBSection
 | 
|---|
 | 15 |                  Fixed CreateICA/W; Open32's version is case sensitive whereas
 | 
|---|
 | 16 |                  win32's apparently isn't.
 | 
|---|
| [2727] | 17 |         - TOOLS\makefile: fixed clean build
 | 
|---|
 | 18 |         - src\makefile: fixed clean build
 | 
|---|
 | 19 |         - src\makefile.smp: fixed incorrect dir change
 | 
|---|
| [2720] | 20 | 
 | 
|---|
| [2717] | 21 |  2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
 | 
|---|
 | 22 |         - *: Updated the source tree to use autogenerated dependencies.
 | 
|---|
 | 23 |              You will have to do a 'nmake dep' from either /src or / before
 | 
|---|
 | 24 |              being able to make anything.
 | 
|---|
 | 25 |              -All makefiles is required to have a 'dep' rule.
 | 
|---|
 | 26 |              -All dll makefiles is now required to have a 'lib' rule which
 | 
|---|
 | 27 |               makes the libraries for the module. This rule should also
 | 
|---|
 | 28 |               check that the library in $(PDWIN32_LIB) is up-to-date.
 | 
|---|
 | 29 |         - Tools/FastDep: Dependency tool. (Fast=Quick-and-Dirty)
 | 
|---|
 | 30 |              Moved from /src/win32k. This is currently used to generate
 | 
|---|
 | 31 |              dependency information.
 | 
|---|
| [2720] | 32 |              Note that it doesn't have any precompiler logic! This is causeing
 | 
|---|
| [2717] | 33 |              some warnings...
 | 
|---|
 | 34 |         - include/pdwin32.tool: Two new tools DEPEND and DOWITHDIRS.
 | 
|---|
| [2735] | 35 |         - src/makefile: used the DOWITHDIRS to do cleanup, lib and dep.
 | 
|---|
| [2717] | 36 | 
 | 
|---|
| [2708] | 37 |  2000-02-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
 | 
|---|
 | 38 |         - GDI32: Fix alignment for 1 & 4 bits bitmaps (dibsection)
 | 
|---|
 | 39 |         - NTDLL: Pretend no debugger is active in NtQueryInformationProcess
 | 
|---|
 | 40 | 
 | 
|---|
| [2695] | 41 |  2000-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 42 |         - USER32: Implemented WaitForInputIdle
 | 
|---|
| [2703] | 43 |                   ScrollWindow fix; don't call InvalidateRect as WinScrollWindow
 | 
|---|
 | 44 |                   already invalidates the area (and the call to InvalidateRect was
 | 
|---|
 | 45 |                   wrong as it has to include the erase flag; should have called
 | 
|---|
 | 46 |                   RedrawWindow instead)
 | 
|---|
| [2695] | 47 |         - KERNEL32: WinExec: Wait for process to block on input before
 | 
|---|
 | 48 |                     returning
 | 
|---|
 | 49 |         - OpenGL base, GLUT, GLU: Added version resource, removed dll exitlist
 | 
|---|
 | 50 |                                   handlers
 | 
|---|
 | 51 | 
 | 
|---|
| [2693] | 52 |  2000-02-09: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
 | 
|---|
 | 53 |         - OpenGL base, GLUT, GLU: NODEBUGINFO implemented in the makefiles.
 | 
|---|
 | 54 | 
 | 
|---|
| [2689] | 55 |  2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
 | 
|---|
| [2690] | 56 |         - ODIN.INI: OPENGL32.DLL <--> OPENGL.DLL translation, since
 | 
|---|
 | 57 |                     WinXX OpenGL apps can be dynamically linked with
 | 
|---|
 | 58 |                     MS OpenGL (OPENGL32.DLL) *or* SGI OpenGL (OPENGL.DLL).
 | 
|---|
 | 59 | 
 | 
|---|
 | 60 |  2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
 | 
|---|
| [2689] | 61 |         - OpenGL base: Various minor fixes
 | 
|---|
 | 62 |         - OpenGL GLUT: Various minor fixes
 | 
|---|
 | 63 |         - OpenGL GLU:  'Native' port of SGI GLU
 | 
|---|
 | 64 | 
 | 
|---|
| [2683] | 65 |  2000-02-08: Knut Stange Osmundsen <knut.stange.osmundsen>
 | 
|---|
| [2689] | 66 |         - Win32k: Temporarily disabled some unused imported kernelfunctions.
 | 
|---|
 | 67 |                   Corrected a problem with overloading _ldrEnum32bitRelRecs;
 | 
|---|
 | 68 |                   it failed on WS4eB. (Message 'DosDevIOCtl failed')
 | 
|---|
| [2683] | 69 | 
 | 
|---|
| [2695] | 70 |  2000-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2689] | 71 |         - USER32: Don't use shell positioning for child windows (breaks Notes)
 | 
|---|
| [2688] | 72 |                   Turn of WM_BACKERASEBKGND when calling RedrawWindow to
 | 
|---|
 | 73 |                   invalidate a window (without erase flag set; but also without
 | 
|---|
 | 74 |                   noerase) -> fixes flickering in pingpong Opengl sample
 | 
|---|
| [2689] | 75 |         - KERNEL32: Search path for executables when they can't be found in
 | 
|---|
| [2688] | 76 |                     the current directory.
 | 
|---|
| [2681] | 77 | 
 | 
|---|
| [2679] | 78 |  2000-02-07: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2689] | 79 |         - KERNEL32: Ported more Wine thunk apis
 | 
|---|
| [2679] | 80 | 
 | 
|---|
| [2674] | 81 |  2000-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2689] | 82 |         - USER32: Fix for DCX_INTERSECTRGN in GetDCEx (use ExtSelectClipRgn
 | 
|---|
| [2674] | 83 |                   to combine current & new clip region)
 | 
|---|
| [2689] | 84 |         - ADVAPI32: Ported Wine LookupAccountSidA/W (semi-stubs now)
 | 
|---|
| [2674] | 85 | 
 | 
|---|
| [2671] | 86 |  2000-02-06: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
 | 87 |         - WINMM: Updated MCI dlls (added version info)
 | 
|---|
 | 88 | 
 | 
|---|
 | 89 |  2000-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 90 |         - KERNEL32: Changed GetProcessDword ordinal to 18
 | 
|---|
| [2673] | 91 |         - USER32: Temporarily commented out shellposition changes
 | 
|---|
 | 92 |                   (breaks i.e. calc & Notes)
 | 
|---|
 | 93 |                   Started rewriting BeginPaint/EndPaint + DC apis
 | 
|---|
| [2671] | 94 | 
 | 
|---|
| [2667] | 95 |  2000-02-06: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
 | 96 |         - USER32: ported WinHelpA from WINE
 | 
|---|
 | 97 | 
 | 
|---|
| [2665] | 98 |  2000-02-05: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
 | 99 |         - USER32: WM_SETHOTKEY: save data
 | 
|---|
 | 100 |                   prototype for WS_EX_CONTEXTHELP button
 | 
|---|
 | 101 |                   check WS_EX_RIGHT in button control
 | 
|---|
 | 102 |                   fixed tasklist entry
 | 
|---|
 | 103 |                   implemented CW_USEDEFAULT with FCF_SHELLPOSITION
 | 
|---|
 | 104 | 
 | 
|---|
| [2659] | 105 |  2000-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 106 |         - KERNEL32: Memory map fixes (file maps)
 | 
|---|
| [2664] | 107 |         - USER32: mdi child creation fix (child still not activated when created)
 | 
|---|
 | 108 |                   Default WM_ERASEBKGND handler change (only erase invalid area)
 | 
|---|
 | 109 |                   (note: might be wrong; have to check this in NT; probably
 | 
|---|
 | 110 |                          need to rewrite code that sends those messages)
 | 
|---|
 | 111 |                   -> fixes redraws for i.e. windows behind menu windows
 | 
|---|
| [2662] | 112 |         - GDI32: Don't use Open32 apis to load opengl32 (nor for GetProcAddress)
 | 
|---|
 | 113 |                  Import wgl* apis
 | 
|---|
 | 114 |         - OPENGL: Removed OS2wgl apis (they had the wrong calling convention
 | 
|---|
 | 115 |                   -> causes crashes in gdi32 when compiled with optimizations on)
 | 
|---|
| [2659] | 116 | 
 | 
|---|
| [2683] | 117 |  2000-02-04: Markus Montkowski <mmontkowski@gmx.de>
 | 
|---|
| [2639] | 118 |         - DDRAW:  Many minor/major bugfixes at numerous places
 | 
|---|
| [2683] | 119 |         - DSOUND: Fixed GetCurrentBufferPos in the virtual player
 | 
|---|
| [1567] | 120 | 
 | 
|---|
| [2659] | 121 |  2000-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2646] | 122 |         - ALL: Added version resource (if not already present)
 | 
|---|
 | 123 |                Link with dllentry.obj (those dlls that don't need custom dll
 | 
|---|
 | 124 |                entrypoints)
 | 
|---|
 | 125 |                Clean up in process detach handler of win32 libmain
 | 
|---|
 | 126 |                (except for a few core dlls (gdi32/user32/kernel32))
 | 
|---|
 | 127 |         - DLLENTRY: Standard dll entrypoint
 | 
|---|
 | 128 | 
 | 
|---|
| [2634] | 129 |  2000-02-04: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
 | 130 |         - COMCTL32: merged with WINE 20000130
 | 
|---|
 | 131 | 
 | 
|---|
| [2622] | 132 |  2000-02-03: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
 | 133 |         - NTDLL: Ported Wine security apis
 | 
|---|
 | 134 |         - CRTDLL: Update
 | 
|---|
 | 135 | 
 | 
|---|
| [2610] | 136 |  2000-02-03: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
 | 137 |         - USER32: merged controls with WINE 20000130
 | 
|---|
 | 138 | 
 | 
|---|
| [2604] | 139 |  2000-02-03: Daniela Engert <dani@ngrt.de>
 | 
|---|
 | 140 |         - GDI32: Implement RGB 555 to RGB 565 conversion in assembler
 | 
|---|
 | 141 | 
 | 
|---|
| [2616] | 142 |  2000-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2625] | 143 |         - WININET: Ported Wininet code from Corel Wine tree
 | 
|---|
 | 144 |         - INCLUDE\WINSOCK: MS Winsock compatible header
 | 
|---|
| [2601] | 145 |         - GDI32: Prelimary RGB 555 to RGB 565 conversion in SetDIBitsToDevice
 | 
|---|
| [2609] | 146 |                  (will be rewritten in assembly for better performance)
 | 
|---|
 | 147 |                  (for RealPlayer videos in 16 bits mode)
 | 
|---|
 | 148 |                  BitBlt fix (return after dibsection blit -> fixes Quake 2)
 | 
|---|
| [2616] | 149 |                  Added MMX RGB conversion.
 | 
|---|
| [2630] | 150 |         - USER32: Added export for OS2ToWin32Handle
 | 
|---|
| [2609] | 151 |         - COMDLG32: Merged with latest Wine version (20000109)
 | 
|---|
 | 152 |         - INCLUDE\WIN: Fixes to compile comdlg32 in C mode
 | 
|---|
| [2604] | 153 |                  (will be rewritten in assembly for better performance)
 | 
|---|
 | 154 |                  (for RealPlayer videos in 16 bits mode)
 | 
|---|
 | 155 |                  BitBlt fix (return after dibsection blit -> fixes Quake 2)
 | 
|---|
| [2601] | 156 | 
 | 
|---|
| [2596] | 157 |  2000-02-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
 | 
|---|
 | 158 |         - OPENGL: Ported SGI GLUT sources + Opengl update
 | 
|---|
 | 159 | 
 | 
|---|
| [2594] | 160 |  2000-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 161 |         - GDI32: Cleaned up
 | 
|---|
| [2604] | 162 |                  Fixes for dib section apis. RealPlayer 7 can play videos
 | 
|---|
 | 163 |                  now (correct in 24 bps mode; upside down and wrong colors
 | 
|---|
 | 164 |                  in 16 bps mode)
 | 
|---|
| [2594] | 165 | 
 | 
|---|
| [2683] | 166 |  2000-02-01: Knut Stange Osmundsen <knut.stange.osmundsen>
 | 
|---|
| [2604] | 167 |         - Pe2Lx: Makefile should be working again.
 | 
|---|
 | 168 |         - KERNEL32: RegisterPe2LxDll - no detach is done for Pe2Lx/Win32k DLLs.
 | 
|---|
 | 169 |                     This is a temporary fix.
 | 
|---|
| [2587] | 170 | 
 | 
|---|
| [2585] | 171 |  2000-02-01: Patrick Haller <phaller@gmx.net>
 | 
|---|
| [2604] | 172 |         - SHELL32: Added PathSkipRootAW
 | 
|---|
| [2585] | 173 | 
 | 
|---|
| [2584] | 174 |  2000-02-01: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
 | 175 |         - NTDLL: Updated .def file (similar to NT 4 SP6) + bugfix for impdef
 | 
|---|
 | 176 | 
 | 
|---|
 | 177 |  2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2587] | 178 |         - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
 | 
|---|
| [2604] | 179 |                   returns an error in Odin.
 | 
|---|
 | 180 |                   GetWindowDC & GetDC use the desktop window handle if hwnd == 0
 | 
|---|
 | 181 |                   (before calling GetDCEx)
 | 
|---|
| [2584] | 182 |         - GDI32: Set dibsection bitmap data to 0 when allocating it.
 | 
|---|
 | 183 | 
 | 
|---|
| [2571] | 184 |  2000-01-30: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2574] | 185 |         - PELDR: Fixed error messages for images without fixups (peldr.dll no
 | 
|---|
| [2604] | 186 |                  longer required)
 | 
|---|
| [2574] | 187 |         - GDI32: Removed wrong bugfix for GetDIBits (breaks Lotus Notes)
 | 
|---|
| [2576] | 188 |         - USER32: Don't check for window visibility when calling SetWindowPos
 | 
|---|
| [2604] | 189 |                   in SetMenu. (fixes menu in standard minesweeper)
 | 
|---|
 | 190 |                   (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
 | 
|---|
 | 191 |                          when showing a window (see Wine code))
 | 
|---|
| [2576] | 192 |                   Put back GetMenuStringA fix (return length of string if string pointer
 | 
|---|
| [2604] | 193 |                   or size parameter == 0) (almost fixes Realplayer 7 menu)
 | 
|---|
| [2571] | 194 | 
 | 
|---|
| [2557] | 195 |  2000-01-29: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 196 |         - GDI32: Save and restore FPU control word when calling
 | 
|---|
| [2604] | 197 |                  Open32's DrawText. DrawText trashes it which causes drawing
 | 
|---|
 | 198 |                  problems in RealPlayer 7.
 | 
|---|
| [2557] | 199 |         - USER32: Call DrawTextA in uitools.cpp, not Open32's DrawText.
 | 
|---|
| [2604] | 200 |                   Fix for SetWindowPos for showing hidden windows
 | 
|---|
 | 201 |                   (call ShowWindow) -> fixed non-visible button bar in mIRC
 | 
|---|
 | 202 |                   Don't set WS_VISIBLE on by default. Windows are made visible
 | 
|---|
 | 203 |                   during creation by calling ShowWindow.
 | 
|---|
 | 204 |                   Call UpdateWindow for client window, not the frame.
 | 
|---|
| [2561] | 205 |         - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
 | 
|---|
 | 206 |         - INCLUDE\makefiles: Added c/c++ definitions for win32 apps (without
 | 
|---|
| [2604] | 207 |           -D__WINE__ so you don't need to specify whether you use the ascii
 | 
|---|
 | 208 |           or unicode version of a win32 api)
 | 
|---|
| [2557] | 209 | 
 | 
|---|
| [2555] | 210 |  2000-01-29: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
 | 
|---|
 | 211 |         - KERNEL32: Added GlobalWire/GlobalUnwire
 | 
|---|
 | 212 | 
 | 
|---|
| [2553] | 213 |  2000-01-28: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 214 |         - GDI32: Wrong return values for GetDIBits & SetDIBitsToDevice
 | 
|---|
| [2604] | 215 |                  (nr of scan lines copied; not true/false)
 | 
|---|
| [2553] | 216 |         - USER32: Don't call default frame handler for WM_ADJUSTWINDOWPOS
 | 
|---|
| [2604] | 217 |                   (fixes window resize when playing videos in RealPlayer v7 &
 | 
|---|
 | 218 |                    dragging titlebar in Professional Mine Sweeper)
 | 
|---|
| [2553] | 219 | 
 | 
|---|
| [2543] | 220 |  2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
 | 
|---|
| [2604] | 221 |         - Win32k: Heap is splitted into a swappable and a resident heap.
 | 
|---|
 | 222 |                   Fixups are now applied when a page is loaded from disk.
 | 
|---|
 | 223 |                   This is done by overloading the kernel function called
 | 
|---|
 | 224 |                   (_)ldrEnum32bitRelRecs. This should improve performance a lot!
 | 
|---|
| [2543] | 225 | 
 | 
|---|
| [2530] | 226 |  2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
 | 
|---|
| [2604] | 227 |         - OPENGL: First version of opengl implementation
 | 
|---|
| [2530] | 228 | 
 | 
|---|
 | 229 |  2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 230 |         - USER32: Fixed FS corruption in OSLibPostThreadMessage
 | 
|---|
 | 231 |                   Send WM_CHILDACTIVATE to child windows (not only
 | 
|---|
 | 232 |                   to MDI children) instead of WM_ACTIVATE
 | 
|---|
 | 233 |         - SHELL32: Fixed FS corruption in DragAcceptFiles
 | 
|---|
| [2530] | 234 | 
 | 
|---|
 | 235 |  2000-01-26: Yuri Dario <mc6530@mclink.it>
 | 
|---|
| [2604] | 236 |         - INCLUDE\WIN: Additions & changes for compiling Opera.
 | 
|---|
 | 237 |         - many dlls: create correct library (impdef)
 | 
|---|
| [2530] | 238 | 
 | 
|---|
 | 239 |  2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
 | 
|---|
| [2604] | 240 |         - GDI32: Changes for Opengl support
 | 
|---|
| [2530] | 241 | 
 | 
|---|
| [2522] | 242 |  2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 243 |         - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
 | 
|---|
 | 244 |                   coordinates
 | 
|---|
 | 245 |                   changed min frame size
 | 
|---|
 | 246 |         - COMCTL32: fixed wrong progress frame
 | 
|---|
| [2522] | 247 | 
 | 
|---|
| [2520] | 248 |  2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 249 |         - OLEAUT32: Don't create logfile when logging is turned off
 | 
|---|
 | 250 |         - PELDR:    Don't modify cmd line in PIB structure
 | 
|---|
 | 251 |         - INCLUDE:  Removed string.h.
 | 
|---|
 | 252 |         - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
 | 
|---|
 | 253 |                     (if memory is reserved, set read & write page flags)
 | 
|---|
| [2520] | 254 | 
 | 
|---|
| [2514] | 255 |  2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 256 |         - PELDR/KERNEL32: Allocate low memory at right address and with right size
 | 
|---|
 | 257 |                           in peldr.dll (fixes install of Windows Media Player)
 | 
|---|
 | 258 |         - KERNEL32: Print thread id for each log message
 | 
|---|
| [2514] | 259 | 
 | 
|---|
| [2498] | 260 |  2000-01-22: Michal Necasek <mike@mendelu.cz>
 | 
|---|
| [2604] | 261 |         - DINPUT: Fixes + basic functionality is complete; enough for many games
 | 
|---|
| [2498] | 262 | 
 | 
|---|
| [2490] | 263 |  2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 264 |         - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
 | 
|---|
 | 265 |                   Previous changes broke many apps (VPBuddy, MIrc32)
 | 
|---|
 | 266 |                   Don't update window if style changes (responsibility of the app)
 | 
|---|
 | 267 |                   Store window menu & id in same variable (fixes clock ->
 | 
|---|
 | 268 |                   double click on analog window -> titlebar & menu gone; menu
 | 
|---|
 | 269 |                   used to stay there)
 | 
|---|
 | 270 |                   Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
 | 
|---|
 | 271 |                   of clock window (who's class has CS_H/VREDRAW style).
 | 
|---|
 | 272 |         - KERNEL32: Fixed image loading for resource lookup only (don't care
 | 
|---|
 | 273 |                     where those images are loaded as we only use it to query
 | 
|---|
 | 274 |                     the version resource; so base address doesn't matter)
 | 
|---|
 | 275 |                     (-> RealPlayer 7 installs now)
 | 
|---|
| [2490] | 276 | 
 | 
|---|
| [2487] | 277 |  2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 278 |         - KERNEL32: Disabled creation of pe_x.log if logging disabled
 | 
|---|
 | 279 |                     Only get codepage once from odin.ini.
 | 
|---|
| [2543] | 280 | 
 | 
|---|
| [2487] | 281 |  2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
 | 
|---|
| [2604] | 282 |         - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
 | 
|---|
 | 283 |         - GDI32:    Added codepage support for CreateCompatibleDC
 | 
|---|
| [2487] | 284 | 
 | 
|---|
| [2482] | 285 |  2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 286 |         - USER32: fixed WM_CONTEXTMENU
 | 
|---|
 | 287 |                   dispatch WM_MOUSEMOVE in menu loop
 | 
|---|
| [2482] | 288 | 
 | 
|---|
| [2474] | 289 |  2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 290 |         - USER32: Removed 'old' user32 and replaced it with the new one
 | 
|---|
 | 291 |                   Call default window proc when DefMDIChildProcA/W is called
 | 
|---|
 | 292 |                   for a non-MDI window.
 | 
|---|
 | 293 |                   Fixed menu check & submenu marks painting
 | 
|---|
 | 294 |         - KERNEL32: Increased shared heap reserve size to 512 kb
 | 
|---|
 | 295 |         - SHELL32:  Display Odin logo in Shell about dialog box
 | 
|---|
| [2474] | 296 | 
 | 
|---|
 | 297 |  2000-01-18: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 298 |         - WINMM\WAVEMAP
 | 
|---|
 | 299 |           Updated to Wine level 20000109 + corrected compile
 | 
|---|
 | 300 |         - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
 | 
|---|
 | 301 |                   so it doesn't work)
 | 
|---|
| [2474] | 302 | 
 | 
|---|
| [2464] | 303 |  2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 304 |         - USER32\NEW: Added basic support for DInput WM_CHAR notification
 | 
|---|
 | 305 |                       (the rest needs to be done in dinput.dll)
 | 
|---|
 | 306 |                       Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
 | 
|---|
 | 307 |                       handler. (WNDPROC type) It's called when a WM_CHAR message
 | 
|---|
 | 308 |                       arrives for an Odin window with hwnd, msg, wParam & lParam.
 | 
|---|
 | 309 |         - DINPUT:     Fixed bugs reported by Michal Necasek
 | 
|---|
| [2464] | 310 | 
 | 
|---|
| [2457] | 311 |  2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 312 |         - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
 | 
|---|
 | 313 |                       fixed WM_MOVE
 | 
|---|
 | 314 |                       changed HTCAPTION system menu position
 | 
|---|
 | 315 |                       changed maximized window position
 | 
|---|
 | 316 |                       don't move/size maximized windows
 | 
|---|
| [2457] | 317 | 
 | 
|---|
| [2454] | 318 |  2000-01-15: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 319 |         - TWAIN_32: Update
 | 
|---|
 | 320 |         - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
 | 
|---|
 | 321 |                     Updated to Wine level 20000109 + corrected compile errors
 | 
|---|
 | 322 |         - WINMM: Ported Wine wave mapper.
 | 
|---|
| [2454] | 323 | 
 | 
|---|
| [2448] | 324 |  2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 325 |         - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
 | 
|---|
 | 326 |                       handle as that can prevent WM_PAINTs from being dispatched)
 | 
|---|
 | 327 |                       (may need reworking of Get/PeekMessage instead)
 | 
|---|
 | 328 |                       ScrollWindow changes
 | 
|---|
 | 329 |                       Removed frame drawing 'bugfix'.
 | 
|---|
 | 330 |                       Fixed system menu position for child windows (i.e. MDI)
 | 
|---|
 | 331 |                       Fixed titlebar tracking for child windows (i.e. MDI)
 | 
|---|
 | 332 |         - KERNEL32:   Check for null pointers in lstrcmpA
 | 
|---|
| [2448] | 333 | 
 | 
|---|
| [2443] | 334 |  2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 335 |         - USER32/NEW: cache menu and caption drawing
 | 
|---|
 | 336 |                       changed minimize button position
 | 
|---|
 | 337 |                       don't redraw system menu icon in menu.cpp
 | 
|---|
 | 338 |                       hilighted menubar items don't have an edge in Win9x
 | 
|---|
 | 339 |                       don't open system menu on mouseover if menubar is used and vice versa
 | 
|---|
 | 340 |                       show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
 | 
|---|
 | 341 |                       use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
 | 
|---|
| [2443] | 342 | 
 | 
|---|
| [2439] | 343 |  2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 344 |         - USER32/NEW: added caption clipping for faster window text updates
 | 
|---|
| [2439] | 345 | 
 | 
|---|
| [2436] | 346 |  2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 347 |         - USER32\NEW: Fixed min/max bug for mdi child windows
 | 
|---|
 | 348 |                       Fixed DrawMenuBar (invalidate frame rectangle in
 | 
|---|
 | 349 |                       FrameUpdateClient if client rectangle wasn't changed)
 | 
|---|
 | 350 |                       Fixed bugs in MsgFormatFrame & SendNCCalcSize
 | 
|---|
 | 351 |                       Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
 | 
|---|
 | 352 |                       (Winamp works now)
 | 
|---|
 | 353 |                       Removed code that's no longer used (subclassed OS/2 frame
 | 
|---|
 | 354 |                       controls & OS/2 scrollbar functions etc)
 | 
|---|
| [2436] | 355 | 
 | 
|---|
| [2427] | 356 |  2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 357 |         - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
 | 
|---|
 | 358 |                       is activated or deactivated
 | 
|---|
 | 359 |                       Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
 | 
|---|
 | 360 |                       Set window handle of non-Odin window to window desktop in WM_ACTIVATE
 | 
|---|
 | 361 |                       Return window desktop handle for window handle returned by
 | 
|---|
 | 362 |                       SetActiveWindow if window is non-Odin.
 | 
|---|
 | 363 |                       Fixed activation of windows. (send WM_ACTIVATE when receiving
 | 
|---|
 | 364 |                       a WM_WINDOWPOSCHANGED message in pmframe.cpp)
 | 
|---|
 | 365 |                       Fixed DrawFrame; bottom & right frame borders now drawn correctly
 | 
|---|
 | 366 |                       Fixed scrollbar positioning (style.exe)
 | 
|---|
 | 367 |                       Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
 | 
|---|
 | 368 |                       DC to save/restore a window's own dc.
 | 
|---|
 | 369 |                       Fixed client rectangle problems. Client rectangles
 | 
|---|
 | 370 |                       are always in frame coordinates; window rectangles in
 | 
|---|
 | 371 |                       screen coordinates. Whenever necessary (i.e WM_MOVE)
 | 
|---|
 | 372 |                       client coordinates are converted to coordinates relative
 | 
|---|
 | 373 |                       to it's parent client window.
 | 
|---|
 | 374 |                       Changed WM_MOVE -> client coordinates relative to parent origin
 | 
|---|
 | 375 |                       if child; otherwise relative to screen origin. (needs testing)
 | 
|---|
 | 376 |                       (WM_NCCALCSIZE needs to be done as well)
 | 
|---|
 | 377 |         - COMCTL32:   Version resource version nrs changed (based on NT 4 SP3)
 | 
|---|
 | 378 |         - KERNEL32:   Added DisableLogging & EnableLogging functions to
 | 
|---|
 | 379 |                       disable logging in parts of code. Logging will only be
 | 
|---|
 | 380 |                       done if the logcount is bigger than 0.
 | 
|---|
| [2427] | 381 | 
 | 
|---|
| [2420] | 382 |  2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 383 |         - USER32/NEW: fixed WM_CALCVALIDRECTS
 | 
|---|
 | 384 |                       activated WM_NCPAINT clipping
 | 
|---|
 | 385 |                       added improved frame redraw mechanism
 | 
|---|
| [2420] | 386 | 
 | 
|---|
| [2427] | 387 |  2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 388 |         - USER32\NEW: Changed client rectangle positioning (not done by PM frame
 | 
|---|
 | 389 |                       handler anymore) -> fixes problems with Shell About dialog
 | 
|---|
 | 390 |                       and jumping controls when resizing (Winhlp32)
 | 
|---|
 | 391 |                       Fixed menu tracking for different submenus
 | 
|---|
 | 392 |                       Fixed delayed repaints of invalidated menu rectangles
 | 
|---|
 | 393 |                       Ported Wine messagebox code. (for GUI consistency)
 | 
|---|
 | 394 |                       Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
 | 
|---|
 | 395 |                       in notepad)
 | 
|---|
 | 396 |                       Fixed 'frame' control updates (resizing client window in
 | 
|---|
 | 397 |                       SetWindowPos for SWP_FRAMECHANGED)
 | 
|---|
| [2543] | 398 | 
 | 
|---|
| [2413] | 399 |  2000-01-11: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 400 |         - TWAIN_32: Bugfix (removed test code)
 | 
|---|
| [2413] | 401 | 
 | 
|---|
| [2409] | 402 |  2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 403 |         - USER32/NEW: fixed AdjustWindowRectEx
 | 
|---|
| [2409] | 404 | 
 | 
|---|
| [2404] | 405 |  2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 406 |         - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
 | 
|---|
 | 407 |                       Removed hardcoded dependancy on shell32; load it on-demand
 | 
|---|
 | 408 |                       Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
 | 
|---|
 | 409 |                       Fixed wrong return value for OSLibWinGetMsg
 | 
|---|
 | 410 |                       Workaround for bug in GDI32 FillRect (menu items painted
 | 
|---|
 | 411 |                       black instead of gray) (menu.cpp, MENU_DrawMenuItem)
 | 
|---|
 | 412 |                       Applied patch to Wine menu code for RealPlayer
 | 
|---|
 | 413 |                       Fixed default return value of DefWndProc (0)
 | 
|---|
 | 414 |                       Fixed SetMenu (menus should be set when a window is no child)
 | 
|---|
 | 415 |                       Call correct SetMenu function from MsgCreate Win32BaseWindow method
 | 
|---|
 | 416 |                       Use WIN32_INNERFRAME frame class for top level windows again.
 | 
|---|
 | 417 |                       (VPBuddy repaint problems were solved by using this class)
 | 
|---|
| [2404] | 418 | 
 | 
|---|
| [2402] | 419 |  2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 420 |         - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
 | 
|---|
 | 421 |                   Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
 | 
|---|
 | 422 |         - WINMM:  Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
 | 
|---|
 | 423 |                   there's no audio device
 | 
|---|
 | 424 |         - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
 | 
|---|
 | 425 |                   Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
 | 
|---|
 | 426 |                   or button down/up message translation.
 | 
|---|
 | 427 |                   Fixed LoadBitmap (only load from user32 if it's a system bitmap)
 | 
|---|
 | 428 |                   Added WM_NCACTIVATE message generation
 | 
|---|
 | 429 |                   Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
 | 
|---|
 | 430 |                   Changed GetSystemMenu; added method to Win32BaseWindow class
 | 
|---|
 | 431 |                   (destroy old menu if present and switch back to default system
 | 
|---|
 | 432 |                    menu if bRevert = TRUE; needs changes in non-client code)
 | 
|---|
| [2402] | 433 | 
 | 
|---|
| [2397] | 434 |  2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 435 |         - USER32/NEW: activated menu code
 | 
|---|
| [2397] | 436 | 
 | 
|---|
| [2385] | 437 |  2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 438 |         - USER32: Added border size for top-level windows in OSLibWinConvertStyle
 | 
|---|
 | 439 |                   (borders are not drawn correctly)
 | 
|---|
 | 440 |                   Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
 | 
|---|
 | 441 |                   client/window rectangle when size nor position have changed)
 | 
|---|
 | 442 |                   Fixed out of sync rectWindow. (children don't get notified of
 | 
|---|
 | 443 |                   parent position change -> rectWindow (in screen coord.) not updated)
 | 
|---|
 | 444 |                   Fixed LoadBitmap for system bitmaps
 | 
|---|
 | 445 |                   Fixes for win32 titlebar + added win32 system menu
 | 
|---|
 | 446 |                   System menu commands now work
 | 
|---|
 | 447 |                   Fixed repaint problem for win32 titlebar
 | 
|---|
 | 448 |                   Added Christoph's gradient filled title bars code
 | 
|---|
 | 449 |                   For (experimental) win32-like windows add this to odin.ini:
 | 
|---|
 | 450 |                         [CUSTOMIZATION]
 | 
|---|
 | 451 |                         OS2Look=0
 | 
|---|
| [2385] | 452 | 
 | 
|---|
| [2604] | 453 |                         [COLORS]
 | 
|---|
 | 454 |                         UseWinColors=1
 | 
|---|
| [2395] | 455 | 
 | 
|---|
| [2382] | 456 |  2000-01-09: David Raison <djr@lemur.co.uk>
 | 
|---|
| [2604] | 457 |         - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
 | 
|---|
| [2382] | 458 | 
 | 
|---|
| [2380] | 459 |  2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 460 |         - USER32/NEW: implemented scrollbar nc handling
 | 
|---|
 | 461 |                       windows without menus work now fine
 | 
|---|
 | 462 |                       implemented gradient filled title bars
 | 
|---|
| [2380] | 463 | 
 | 
|---|
| [2365] | 464 |  2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 465 |         - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
 | 
|---|
 | 466 |                   OSLibGetMsg bugfix + WM_QUIT translation fix
 | 
|---|
 | 467 |                   OSLibGetMenuItemRect fix (y coordinate conversion)
 | 
|---|
 | 468 |                   Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
 | 
|---|
 | 469 |                   or button down/up message translation.
 | 
|---|
 | 470 |         - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
 | 
|---|
 | 471 |                   Added Wine-like license that supercedes the main Odin license
 | 
|---|
 | 472 |         - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
 | 
|---|
 | 473 |                   CRTDLL__CIatan etc etc)
 | 
|---|
| [2365] | 474 | 
 | 
|---|
| [2369] | 475 |  2000-01-08: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 476 |         - CRTDLL: Compile fix
 | 
|---|
| [2369] | 477 | 
 | 
|---|
| [2356] | 478 |  2000-01-08: Patrick Haller <phaller@gmx.net>
 | 
|---|
| [2604] | 479 |         - SHELL32:      Update: to WINE level 2000/01/08
 | 
|---|
 | 480 |         - KERNEL32:     Add:    stub for GetDiskFreeSpaceExAW
 | 
|---|
| [2356] | 481 | 
 | 
|---|
| [2353] | 482 |  2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 483 |         - GDI32: added PatBlt support for negative width/height
 | 
|---|
| [2353] | 484 | 
 | 
|---|
| [2342] | 485 |  2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 486 |         - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
 | 
|---|
 | 487 |                     Faked RegisterServiceCtrlHandlerA/W (TODO)
 | 
|---|
 | 488 |                     Partly implemented SetServiceBits/SetServiceStatus
 | 
|---|
 | 489 |                     Improved QueryServiceStatus
 | 
|---|
 | 490 |                     Call RtlCreateAcl in InitializeAcl
 | 
|---|
 | 491 |         - LZ32: Create correct library
 | 
|---|
 | 492 |         - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
 | 
|---|
 | 493 |         - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
 | 
|---|
 | 494 |                    (991212) (-> fixes errors in RealPlayer)
 | 
|---|
 | 495 |         - USER32: GetMenuStringA fix (return length of string if string pointer
 | 
|---|
 | 496 |                   or size parameter == 0)
 | 
|---|
| [2342] | 497 | 
 | 
|---|
| [2338] | 498 |  2000-01-05: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 499 |         - TWAIN_32: Update
 | 
|---|
| [2338] | 500 | 
 | 
|---|
| [2336] | 501 |  2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
 | 
|---|
| [2604] | 502 |         - USER32/NEW: single window works now
 | 
|---|
| [2336] | 503 | 
 | 
|---|
| [2330] | 504 |  2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 505 |         - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
 | 
|---|
 | 506 |                           (should be changed)
 | 
|---|
 | 507 |                           MS Office 2000 install (first part) almost working.
 | 
|---|
 | 508 |                           (installs windows installer as system service)
 | 
|---|
 | 509 |         - OLEAUT32: Typelib bugfix for MS Office 2k install
 | 
|---|
 | 510 |         - odin_ini.txt: Added information about CODEPAGES & TWAIN section
 | 
|---|
| [2330] | 511 | 
 | 
|---|
| [2325] | 512 |  2000-01-05: David Raison <djr@lemur.co.uk>
 | 
|---|
| [2604] | 513 |         - OLEAUT32: LHashValOfNameSys(A)
 | 
|---|
| [2325] | 514 | 
 | 
|---|
| [2322] | 515 |  2000-01-04: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 516 |         - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
 | 
|---|
| [2322] | 517 | 
 | 
|---|
| [2315] | 518 |  2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 519 |         - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
 | 
|---|
 | 520 |                   Delete old region in SetWindowRegion
 | 
|---|
| [2315] | 521 | 
 | 
|---|
| [2310] | 522 |  2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
 | 
|---|
| [2604] | 523 |         - KERNEL32: Named pipe updates & bugfixes
 | 
|---|
| [2310] | 524 | 
 | 
|---|
| [2305] | 525 |  2000-01-03: Jens Wiessner <wiessnej@rfi.de>
 | 
|---|
| [2604] | 526 |         - LZ32/TAPI32: Updated def files to match NT 4 SP6
 | 
|---|
 | 527 |         - MSVCRT: Updated def files + MSVCRT40 version info
 | 
|---|
 | 528 |         - WINMM: Added Wine's MCI dlls (not compiled as this requires
 | 
|---|
 | 529 |                  a working MCI subsystem in winmm and a redesign of
 | 
|---|
 | 530 |                  wave & midi)
 | 
|---|
| [2305] | 531 | 
 | 
|---|
 | 532 |  2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 533 |         - LZ32: Cleaned up .def file (don't import directly) & removed
 | 
|---|
 | 534 |                 debugtools.h
 | 
|---|
 | 535 |         - USER32: Fixed PostThreadMessage + bugs in GetMessage
 | 
|---|
 | 536 |         - KERNEL32: Set hmq & hab THDB values for newly created
 | 
|---|
 | 537 |                     threads (hmq not correct now)
 | 
|---|
| [2305] | 538 | 
 | 
|---|
| [2303] | 539 |  2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
 | 
|---|
| [2604] | 540 |         - KERNEL32: Started implementing named pipe apis
 | 
|---|
| [2303] | 541 | 
 | 
|---|
| [2297] | 542 |  2000-01-02: David Raison <djr@lemur.co.uk>
 | 
|---|
| [2604] | 543 |         - OLEAUT32: Typelib fixes - Custom Data & Default values.
 | 
|---|
 | 544 |                     Added private logging to tlib_n.log when reading a TLIB.
 | 
|---|
 | 545 |                     (Should clarify what is being read & why)
 | 
|---|
 | 546 |                     Now supports embedded named TLIBS in the format
 | 
|---|
 | 547 |                     <path>\<libname>\<id> (required for VB6, etc.)
 | 
|---|
 | 548 |                     Preparatory work to reduce dependance on
 | 
|---|
 | 549 |                     current file position to enable delaying parsing
 | 
|---|
 | 550 |                     data until it is requested by user.
 | 
|---|
| [2297] | 551 | 
 | 
|---|
| [2293] | 552 |  2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 553 |         - USER32: Implemented Set/GetWindowRgn (not activated)
 | 
|---|
 | 554 |         - KERNEL32: Fixed Odin zombie processes when there's a trap inside
 | 
|---|
 | 555 |                     vfprintf during logging.
 | 
|---|
 | 556 |                     Cleaned up file io procedures in oslibdos.cpp
 | 
|---|
| [2289] | 557 | 
 | 
|---|
| [2288] | 558 |  2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [2604] | 559 |         - USER32: Workaround for crash in Lotus Notes when switching to a new
 | 
|---|
 | 560 |                   view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
 | 
|---|
 | 561 |                   has been called for a window -> don't dispatch this msg)
 | 
|---|
| [2288] | 562 | 
 | 
|---|