source: trunk/changelog@ 3379

Last change on this file since 3379 was 3379, checked in by sandervl, 26 years ago

* empty log message *

File size: 7.3 KB
RevLine 
[3379]1 /* $Id: changelog,v 1.886 2000-04-15 09:24:39 sandervl Exp $ */
[2659]2
[3379]3 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
4 - WSOCK32: Async select fix (VPBuddy can connect again)
5
[3377]6 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
7 - KERNEL32: Hardcoded system & windows dir
8 system dir = kernel32 dir
9 windows dir = kernel32 dir\win
10 Fixed dll attach for pe2lx/win32k & lx Odin executables
11 Command line fixes (now starts with full path of exe)
12 Search for dlls in:
13 1) current dir
14 2) win32 exe dir
15 3) windows system dir
16 4) path
17 Append backslash if GetFileAttributes fails (and it's missing
18 from the filename)
19 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
20 (might not be 100% complete yet)
21 Fixes for relative path of executable
22 - ODIN.INI.TXT: Removed DIRECTORIES section
23
[3373]24 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
25 - USER32: Zero thread message structure before dispatching it
26 Prevents app from sending the same posted message twice
27 (causing problems when freeing the postmsg struct)
28 (fixes RealPlayer 7 Update service)
29 - CRTDLL: Fixed div (result must be returned in edx:eax)
30 - PE: Check PATH for executable file
31
[3368]32 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
33 - COMCTL32: listview: completed most version 4 features
34
[3367]35 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: Added support for topmost windows
37
[3362]38 2000-04-10: David Raison <djr@lemur.co.uk>
39 - COMDLG32: fixed wrong lParam in file dialog
40
[3355]41 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
42 - GDI32: Y inversion fix for dib sections blits
[3358]43 - WINMM: GetPosition fix (don't return 0 when stream not active)
[3361]44 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
45 fails. (fixes RealPlayer 7 install)
[3355]46
47 2000-04-09: Yuri Dario <mc6530@mclink.it>
48 - INCLUDE(\WIN):
49 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
50 remove buildin.h when invoked from resource compiler.
51 - commctrl.h: new macros
52 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
53 headers to avoid precompiling errors.
54 - shlguid.h: missing ID
55 - shlobj.h: missing shlguid.h include
56 - windows.h: define CINTERFACE only for C compilers or VA3.x
57 - windowsx.h: macros
58 - wingdi.h: few AW defines
59 - winuser.h: new macros
60
[3350]61 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
62 - COMCTL32: added new styles and functionality, bug fixes
63
[3349]64 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
[3353]65 - WINMM: Restart, pause & underrun fixes
66 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
67 causing heap corruption. (RealPlayer 7 crashes)
[3349]68
[3345]69 2000-04-07: Michal Necasek <mike@mendelu.cz>
70 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
71 May not work with all video cards and may cause all
72 kinds of trouble. But works swell for eg. Fallout 1/2
73 or HMM3. Contains some extra bugs compared to the
74 windowed DDraw, ie. Moorhuhn and others don't work
75 with it at all. Please tell me about your experience
76 with this shameless hack.
77
[3339]78 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]79 - WINMM: Don't restart when already playing
[3339]80 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
[3340]81 Workaround for paint problems in RealPlayer 7 Update 1.
82 (don't clip the dc with a region in DoNCPaint if the clip
83 region has the same size as the window; doing so creates
84 update problems for no obvious reason)
[3345]85 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
[3342]86 is not compressed. (fixes crash during startup in Excel)
87 NOTE: Open32 doesn't implement compression type conversion
88 correctly. (black splash screen for RLE8 bitmap)
[3346]89 - KERNEL32: Return length of windows or system directory when
90 GetWindowsDirectory/GetSystemDirectory is called with
91 a NULL pointer
[3339]92
93 2000-04-07: David Raison <djr@lemur.co.uk>
[3345]94 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
[3339]95 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
96
[3335]97 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
98 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
99 debuginfo and add it to LX executables. This might be
100 quite useful if you want to see system DLL while debugging.
101 But before you add debuginfo to all dll's in c:\os2\dll
102 I have to warn that this is _very_ alpha software. Do always
103 make a backup (Sym2Hll don't create backups!) and have
104 recovery boot disks ready!
105
[3327]106 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]107 - WINMM: Fixed message callback once more (previous fix broke rp7)
[3331]108 Fixed restart
[3327]109
[3329]110 2000-04-08: Michal Necasek <mike@mendelu.cz>
111 - WINMM: Moved phwo == NULL check below format query handling.
112 (enables sound in Jack Jazzrabbit; still not right though)
113
[3324]114 2000-04-05: David Raison <djr@lemur.co.uk>
115 - OLEAUT32: Turned default DEBUG-info down.
116
[3322]117 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
118 - Win32k: Added fixpack 13 symbols to the symbol database.
[3327]119 Using win32k.sys with fp13 works fine here.
[3322]120
[3319]121 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]122 - WINMM: Smallest waveout buffer size = 128 bytes
[3327]123 Fixed callback bugs (reported by Michal Necasek)
[3319]124
[3312]125 2000-04-03: David Raison <djr@lemur.co.uk>
[3345]126 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
127 - RPCRT4: Beginning of new dll:
128 RpcStringFreeA, RpcStringFreeW, UuidCompare
129 UuidCreate, UuidCreateNil, UuidEqual
130 UuidFromStringA, UuidFromStringW, UuidHash
131 UuidIsNil, UuidToStringA, UuidToStringW
[3312]132
[3306]133 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[3345]134 - SHELL32: don't sort files case sensitive
[3306]135
136 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]137 - KERNEL32: FindFirst: don't return "." and ".." in root
138 wrote long to short name conversion
139 added error code converter
140 - USER32: removed 'What You See Is What You Get On First Of April'
[3306]141
[3296]142 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]143 - USER32: dc.cpp cleanup
144 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
[3301]145 Set y inversion to 0 if dib section isn't flipped
146 (fixes upside down flash videos in RealPlayer 7)
[3345]147 - WINMM: Faked mixer apis
[3296]148
[3293]149 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]150 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
[3293]151 videos)
152
[3290]153 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]154 - USER32: added WYSIWYGOFOA interface
[3290]155
[3289]156 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3293]157 - USER32: Fixed track frame width & height (now you can actually
[3289]158 see the tracking frame when moving a window)
159
Note: See TracBrowser for help on using the repository browser.