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
Line 
1 /* $Id: changelog,v 1.886 2000-04-15 09:24:39 sandervl Exp $ */
2
3 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
4 - WSOCK32: Async select fix (VPBuddy can connect again)
5
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
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
32 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
33 - COMCTL32: listview: completed most version 4 features
34
35 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: Added support for topmost windows
37
38 2000-04-10: David Raison <djr@lemur.co.uk>
39 - COMDLG32: fixed wrong lParam in file dialog
40
41 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
42 - GDI32: Y inversion fix for dib sections blits
43 - WINMM: GetPosition fix (don't return 0 when stream not active)
44 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
45 fails. (fixes RealPlayer 7 install)
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
61 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
62 - COMCTL32: added new styles and functionality, bug fixes
63
64 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
65 - WINMM: Restart, pause & underrun fixes
66 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
67 causing heap corruption. (RealPlayer 7 crashes)
68
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
78 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
79 - WINMM: Don't restart when already playing
80 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
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)
85 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
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)
89 - KERNEL32: Return length of windows or system directory when
90 GetWindowsDirectory/GetSystemDirectory is called with
91 a NULL pointer
92
93 2000-04-07: David Raison <djr@lemur.co.uk>
94 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
95 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
96
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
106 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
107 - WINMM: Fixed message callback once more (previous fix broke rp7)
108 Fixed restart
109
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
114 2000-04-05: David Raison <djr@lemur.co.uk>
115 - OLEAUT32: Turned default DEBUG-info down.
116
117 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
118 - Win32k: Added fixpack 13 symbols to the symbol database.
119 Using win32k.sys with fp13 works fine here.
120
121 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
122 - WINMM: Smallest waveout buffer size = 128 bytes
123 Fixed callback bugs (reported by Michal Necasek)
124
125 2000-04-03: David Raison <djr@lemur.co.uk>
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
132
133 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
134 - SHELL32: don't sort files case sensitive
135
136 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
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'
141
142 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
143 - USER32: dc.cpp cleanup
144 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
145 Set y inversion to 0 if dib section isn't flipped
146 (fixes upside down flash videos in RealPlayer 7)
147 - WINMM: Faked mixer apis
148
149 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
150 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
151 videos)
152
153 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
154 - USER32: added WYSIWYGOFOA interface
155
156 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
157 - USER32: Fixed track frame width & height (now you can actually
158 see the tracking frame when moving a window)
159
Note: See TracBrowser for help on using the repository browser.