source: trunk/changelog@ 3471

Last change on this file since 3471 was 3471, checked in by bird, 26 years ago

* empty log message *

File size: 15.7 KB
RevLine 
[3471]1 /* $Id: changelog,v 1.920 2000-05-02 11:28:17 bird Exp $ */
[2659]2
[3471]3 2000-04-27: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - makefile and tools/makefile:
5 tools/install is not a "needed tool" required for
6 to do the rest of the build; and it'is dependent on
7 kernel32.lib which haven't been made at the time
8 the needed_tools are being made. So, the making of
9 tools/install is the last thing we do in the makeprocess.
10
[3467]11 2000-04-30: Patrick Haller <phaller@gmx.net>
12 - ODINWRAP: added profiling support. The odin wrapper macros now
13 can measure function calls, this is the cumulative
14 method call time with 838ns accuracy (tick unit).
15
[3463]16 2000-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
17 - KERNEL32: LocalFlags fix (low byte = lock count, hight byte (of low word) = memory flags)
18 LocalGetFlags, LocalLock & LocalUnlock now check if the
19 pointer is larger than 3 GB. Some apps calls these functions
20 with GDI object handles.
[3465]21 - OLEAUT32: Don't create logfiles in release build
[3463]22
[3458]23 2000-04-29: Yuri Dario <mc6530@mclink.it>
24 - USER32: Bugfix for owner of windows (set to owner instead of parent now)
25
26 2000-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
27 - USER32/KERNEL32: Added selectable logging for level 2 dprintfs.
28
29 - USER32: Commented out default x & y position code
30 (FCF_SHELLPOSITION no longer works)
31 -> fixes menu & toolbars in MS Word 97
32
33 - KERNEL32: Added windows directory override again
34 (NOTE: for developers *ONLY*; DO NOT USE IT)
35 [DEVDIRECTORIES]
36 WINDOWS=drive:\path
37 Default System directory is kernel32 path
38 (with new install program: x:\odin\system32)
39 Default Windows directory is parent of System Directory
40 (with new install program: x:\odin)
41 NOTE: This assumption could break current installs
42 Will be fixed in upcoming WarpIn installation distributions
43
44 Changed InitSystemAndRegistry:
45 InitSystemAndRegistry creates:
46 - WINDOWSDIR\SYSTEM
47 - WINDOWSDIR\AppData
48 - WINDOWSDIR\Cache
49 - WINDOWSDIR\Cookies
50 - WINDOWSDIR\Desktop
51 - WINDOWSDIR\Favorites
52 - WINDOWSDIR\Fonts
53 - WINDOWSDIR\History
54 - WINDOWSDIR\NetHood
55 - WINDOWSDIR\My Documents
56 - WINDOWSDIR\PrintHood
57 - WINDOWSDIR\Recent
58 - WINDOWSDIR\SendTo
59 - WINDOWSDIR\Start Menu
60 - WINDOWSDIR\Start Menu\Programs
61 - WINDOWSDIR\Start Menu\Programs\Startup
62 - WINDOWSDIR\ShellNew
63 - and a minimal system registry
64
65 - TOOLS\INSTALL: WarpIn install script + small install program
66 that calls kernel32 export (InitSystemAndRegistry)
67
68 - TOOLS\WRC: Forgot to add change in preproc.c (ifdef)
69 (shouldn't really matter though)
70
[3455]71 2000-04-27: David Raison <djr@lemur.co.uk>
72 - OLE32/NEW: Work-in-progress on adding apartment handling.
73 Added here for backup until ready for release.
74
[3453]75 2000-04-27: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[3458]76 - tools/DailyBuild: Checked in the scripts used for the daily build.
[3453]77
[3450]78 2000-04-27: Achim Hasenmueller <achimha@innotek.de>
79 - put back new wrc.exe, provide workarounds in
80 header files, old one breaks comdlg32
81 TODO: find bug in new wrc and really fix it
82
[3454]83 2000-04-26: David Raison <djr@lemur.co.uk>
[3448]84 - INCLUDE/WIN: Added RPC_E_* codes to winerror.h
[3449]85 - OLE32: Fixed StringFromGUID2
[3448]86
[3446]87 2000-04-25: Achim Hasenmueller <achimha@innotek.de>
88 - TOOLS/BIN: put back old wrc.exe from Oct. 99 because the
89 new one has problems with include files...
90
[3444]91 2000-04-25: Patrick Haller <phaller@gmx.net>
92 - SHLWAPI: - stubbed all the UrlXXX functions (required for IE4/5 ;-)
93
[3438]94 2000-04-23: Sander van Leeuwen <sandervl@xs4all.nl>
[3440]95 - GDI32: Dib section blit fix (missing pixels)
96 - WSOCK32: Don't send FD_CLOSE message when select returns
97 and there's no data available (recv in another thread
98 might have taken that data before the ioctl call in
[3454]99 the WSAAsyncSelect thread is executed)
[3440]100 -> fixes lost connections in RealPlayer 7
[3438]101
[3435]102 2000-04-19: Patrick Haller <phaller@gmx.net>
103 - INCLUDE/PDWIN32.TOOLS: fix build rule for (old) .asm sources
104
[3431]105 2000-04-19: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
106 - KERNEL32: Added fix for bug in FP13 DosQuerySysInfo.
107 Win32k/Pe2Lx loaded files didn't work.
[3434]108 Corrected TLS handling for Borland.
[3431]109
[3425]110 2000-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
111 - TOOLS\WRC: Resync with latest Wine wrc + added code to produce
112 masm compatible assembly (for some reason removed from
113 wrc some time ago)
114 -> fixes file open dialog (nothing painted)
115 - COMCTL32: Check for NULL pointers before freeing memory
116 (toolbar; removes some warnings from the logfiles)
117
[3417]118 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
119 - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
120 - GDI32: Dib section fixes (use height/width of window when
121 dc belongs to a window; use correct stretchblit mode)
[3423]122 - TOOLS\REGEDIT: Added regedit command line tool (ported this from
123 Wine with some modifications & bug fixes)
124 - KERNEL32: Also set FPU control word to 0x27f before calling thread
125 functions (just to be sure)
[3417]126
[3408]127 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
128 - COMCTL32: added new resources: i.e. header cursors
129 changed file version to 5.80 (IE5, Win2k)
130 implemented missing listview messages, implemented some
131 extended styles
132
[3405]133 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
134 - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
135 (no return after error detection)
[3407]136 Set FPU control word to 0x27F before calling exe entrypoint
137 (fixes some FPU exception problems in RealPlayer 7)
[3431]138
[3405]139 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[3401]140 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
[3403]141 isPEImage was changed to return 1 if DLL and 2 if EXE.
142 (It still returns FALSE if not valid PE image.)
[3401]143
144 - include\odin32validate.h:
145 New header file. Parameter validation macros.
[3392]146 - KERNEL32: Before reading Sanders last message I had rewritten most of
147 the findDll function. So, as my implementation seems a bit
148 more flexible I decided to commit it.
149 Currently it's searching the three LIBPATH paths too. If
150 this causes any real trouble we'll disable this.
151
152 findDll now returns TRUE if a file were found. Callers are
153 corrected to test for this.
154
[3384]155 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]156 - COMCTL32: rewrote listview item handling: sort bug fix,
157 allows >= 4.70 support
158 implemented several new messages
[3384]159
[3379]160 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]161 - WSOCK32: Async select fix (VPBuddy can connect again)
162 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
[3381]163 (otherwise DosFindFirst fails)
164 Fixed flushing of file maps (wrong VirtualQuery parameter)
[3383]165 Path search fix for dlls
[3389]166 Dll search order:
[3392]167 1) exe dir
168 2) current dir
169 3) windows system dir (kernel32 path)
170 4) windows dir
171 5) path environment variable
[3389]172
[3392]173 - ODINCRT: Added checks for failing mallocs
174 - USER32: Corrected return value of EnableWindow
[3387]175 Send WM_CANCELMODE message when disabling window
[3386]176 (return true if previous state was disabled, else false (sdk docs))
177 Don't send mouse messages to disabled windows; reroute
178 them to their parent windows (if any)
[3379]179
[3377]180 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]181 - KERNEL32: Hardcoded system & windows dir
182 system dir = kernel32 dir
183 windows dir = kernel32 dir\win
[3377]184 Fixed dll attach for pe2lx/win32k & lx Odin executables
185 Command line fixes (now starts with full path of exe)
186 Search for dlls in:
[3392]187 1) current dir
[3377]188 2) win32 exe dir
189 3) windows system dir
190 4) path
191 Append backslash if GetFileAttributes fails (and it's missing
192 from the filename)
193 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
194 (might not be 100% complete yet)
195 Fixes for relative path of executable
[3392]196 - ODIN.INI.TXT: Removed DIRECTORIES section
[3377]197
[3373]198 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
[3423]199 - USER32: Set thread message structure to 0 before dispatching it
[3373]200 Prevents app from sending the same posted message twice
201 (causing problems when freeing the postmsg struct)
202 (fixes RealPlayer 7 Update service)
[3392]203 - CRTDLL: Fixed div (result must be returned in edx:eax)
204 - PE: Check PATH for executable file
[3373]205
[3368]206 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]207 - COMCTL32: listview: completed most version 4 features
[3368]208
[3367]209 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
210 - USER32: Added support for topmost windows
211
[3362]212 2000-04-10: David Raison <djr@lemur.co.uk>
[3392]213 - COMDLG32: fixed wrong lParam in file dialog
[3362]214
[3355]215 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
216 - GDI32: Y inversion fix for dib sections blits
[3392]217 - WINMM: GetPosition fix (don't return 0 when stream not active)
218 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
[3361]219 fails. (fixes RealPlayer 7 install)
[3355]220
221 2000-04-09: Yuri Dario <mc6530@mclink.it>
[3392]222 - INCLUDE(\WIN):
223 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
224 remove buildin.h when invoked from resource compiler.
225 - commctrl.h: new macros
226 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
227 headers to avoid precompiling errors.
228 - shlguid.h: missing ID
229 - shlobj.h: missing shlguid.h include
230 - windows.h: define CINTERFACE only for C compilers or VA3.x
231 - windowsx.h: macros
232 - wingdi.h: few AW defines
233 - winuser.h: new macros
[3355]234
[3350]235 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]236 - COMCTL32: added new styles and functionality, bug fixes
[3350]237
[3349]238 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
[3353]239 - WINMM: Restart, pause & underrun fixes
[3392]240 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
[3353]241 causing heap corruption. (RealPlayer 7 crashes)
[3349]242
[3345]243 2000-04-07: Michal Necasek <mike@mendelu.cz>
244 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
245 May not work with all video cards and may cause all
246 kinds of trouble. But works swell for eg. Fallout 1/2
247 or HMM3. Contains some extra bugs compared to the
248 windowed DDraw, ie. Moorhuhn and others don't work
249 with it at all. Please tell me about your experience
250 with this shameless hack.
251
[3339]252 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]253 - WINMM: Don't restart when already playing
[3339]254 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
[3340]255 Workaround for paint problems in RealPlayer 7 Update 1.
256 (don't clip the dc with a region in DoNCPaint if the clip
257 region has the same size as the window; doing so creates
258 update problems for no obvious reason)
[3345]259 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
[3342]260 is not compressed. (fixes crash during startup in Excel)
261 NOTE: Open32 doesn't implement compression type conversion
262 correctly. (black splash screen for RLE8 bitmap)
[3392]263 - KERNEL32: Return length of windows or system directory when
[3346]264 GetWindowsDirectory/GetSystemDirectory is called with
265 a NULL pointer
[3339]266
267 2000-04-07: David Raison <djr@lemur.co.uk>
[3345]268 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
[3339]269 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
270
[3335]271 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
272 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
273 debuginfo and add it to LX executables. This might be
274 quite useful if you want to see system DLL while debugging.
275 But before you add debuginfo to all dll's in c:\os2\dll
276 I have to warn that this is _very_ alpha software. Do always
277 make a backup (Sym2Hll don't create backups!) and have
278 recovery boot disks ready!
279
[3327]280 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]281 - WINMM: Fixed message callback once more (previous fix broke rp7)
[3331]282 Fixed restart
[3327]283
[3329]284 2000-04-08: Michal Necasek <mike@mendelu.cz>
285 - WINMM: Moved phwo == NULL check below format query handling.
286 (enables sound in Jack Jazzrabbit; still not right though)
287
[3324]288 2000-04-05: David Raison <djr@lemur.co.uk>
289 - OLEAUT32: Turned default DEBUG-info down.
290
[3322]291 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
292 - Win32k: Added fixpack 13 symbols to the symbol database.
[3327]293 Using win32k.sys with fp13 works fine here.
[3322]294
[3319]295 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]296 - WINMM: Smallest waveout buffer size = 128 bytes
[3327]297 Fixed callback bugs (reported by Michal Necasek)
[3319]298
[3312]299 2000-04-03: David Raison <djr@lemur.co.uk>
[3345]300 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
301 - RPCRT4: Beginning of new dll:
302 RpcStringFreeA, RpcStringFreeW, UuidCompare
303 UuidCreate, UuidCreateNil, UuidEqual
304 UuidFromStringA, UuidFromStringW, UuidHash
305 UuidIsNil, UuidToStringA, UuidToStringW
[3312]306
[3306]307 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[3345]308 - SHELL32: don't sort files case sensitive
[3306]309
310 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]311 - KERNEL32: FindFirst: don't return "." and ".." in root
312 wrote long to short name conversion
313 added error code converter
314 - USER32: removed 'What You See Is What You Get On First Of April'
[3306]315
[3296]316 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]317 - USER32: dc.cpp cleanup
318 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
[3301]319 Set y inversion to 0 if dib section isn't flipped
320 (fixes upside down flash videos in RealPlayer 7)
[3345]321 - WINMM: Faked mixer apis
[3296]322
[3293]323 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]324 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
[3293]325 videos)
326
[3290]327 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]328 - USER32: added WYSIWYGOFOA interface
[3290]329
[3289]330 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3293]331 - USER32: Fixed track frame width & height (now you can actually
[3289]332 see the tracking frame when moving a window)
333
Note: See TracBrowser for help on using the repository browser.