source: trunk/changelog@ 3435

Last change on this file since 3435 was 3435, checked in by phaller, 26 years ago

Fix: build rule for .asm sources

File size: 11.4 KB
RevLine 
[3435]1 /* $Id: changelog,v 1.905 2000-04-20 06:45:29 phaller Exp $ */
[2659]2
[3435]3 2000-04-19: Patrick Haller <phaller@gmx.net>
4 - INCLUDE/PDWIN32.TOOLS: fix build rule for (old) .asm sources
5
[3431]6 2000-04-19: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
7 - KERNEL32: Added fix for bug in FP13 DosQuerySysInfo.
8 Win32k/Pe2Lx loaded files didn't work.
[3434]9 Corrected TLS handling for Borland.
[3431]10
[3425]11 2000-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
12 - TOOLS\WRC: Resync with latest Wine wrc + added code to produce
13 masm compatible assembly (for some reason removed from
14 wrc some time ago)
15 -> fixes file open dialog (nothing painted)
16 - COMCTL32: Check for NULL pointers before freeing memory
17 (toolbar; removes some warnings from the logfiles)
18
[3417]19 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
20 - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
21 - GDI32: Dib section fixes (use height/width of window when
22 dc belongs to a window; use correct stretchblit mode)
[3423]23 - TOOLS\REGEDIT: Added regedit command line tool (ported this from
24 Wine with some modifications & bug fixes)
25 - KERNEL32: Also set FPU control word to 0x27f before calling thread
26 functions (just to be sure)
[3417]27
[3408]28 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
29 - COMCTL32: added new resources: i.e. header cursors
30 changed file version to 5.80 (IE5, Win2k)
31 implemented missing listview messages, implemented some
32 extended styles
33
[3405]34 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
35 - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
36 (no return after error detection)
[3407]37 Set FPU control word to 0x27F before calling exe entrypoint
38 (fixes some FPU exception problems in RealPlayer 7)
[3431]39
[3405]40 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[3401]41 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
[3403]42 isPEImage was changed to return 1 if DLL and 2 if EXE.
43 (It still returns FALSE if not valid PE image.)
[3401]44
45 - include\odin32validate.h:
46 New header file. Parameter validation macros.
[3392]47 - KERNEL32: Before reading Sanders last message I had rewritten most of
48 the findDll function. So, as my implementation seems a bit
49 more flexible I decided to commit it.
50 Currently it's searching the three LIBPATH paths too. If
51 this causes any real trouble we'll disable this.
52
53 findDll now returns TRUE if a file were found. Callers are
54 corrected to test for this.
55
[3384]56 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]57 - COMCTL32: rewrote listview item handling: sort bug fix,
58 allows >= 4.70 support
59 implemented several new messages
[3384]60
[3379]61 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]62 - WSOCK32: Async select fix (VPBuddy can connect again)
63 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
[3381]64 (otherwise DosFindFirst fails)
65 Fixed flushing of file maps (wrong VirtualQuery parameter)
[3383]66 Path search fix for dlls
[3389]67 Dll search order:
[3392]68 1) exe dir
69 2) current dir
70 3) windows system dir (kernel32 path)
71 4) windows dir
72 5) path environment variable
[3389]73
[3392]74 - ODINCRT: Added checks for failing mallocs
75 - USER32: Corrected return value of EnableWindow
[3387]76 Send WM_CANCELMODE message when disabling window
[3386]77 (return true if previous state was disabled, else false (sdk docs))
78 Don't send mouse messages to disabled windows; reroute
79 them to their parent windows (if any)
[3379]80
[3377]81 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]82 - KERNEL32: Hardcoded system & windows dir
83 system dir = kernel32 dir
84 windows dir = kernel32 dir\win
[3377]85 Fixed dll attach for pe2lx/win32k & lx Odin executables
86 Command line fixes (now starts with full path of exe)
87 Search for dlls in:
[3392]88 1) current dir
[3377]89 2) win32 exe dir
90 3) windows system dir
91 4) path
92 Append backslash if GetFileAttributes fails (and it's missing
93 from the filename)
94 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
95 (might not be 100% complete yet)
96 Fixes for relative path of executable
[3392]97 - ODIN.INI.TXT: Removed DIRECTORIES section
[3377]98
[3373]99 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
[3423]100 - USER32: Set thread message structure to 0 before dispatching it
[3373]101 Prevents app from sending the same posted message twice
102 (causing problems when freeing the postmsg struct)
103 (fixes RealPlayer 7 Update service)
[3392]104 - CRTDLL: Fixed div (result must be returned in edx:eax)
105 - PE: Check PATH for executable file
[3373]106
[3368]107 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]108 - COMCTL32: listview: completed most version 4 features
[3368]109
[3367]110 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
111 - USER32: Added support for topmost windows
112
[3362]113 2000-04-10: David Raison <djr@lemur.co.uk>
[3392]114 - COMDLG32: fixed wrong lParam in file dialog
[3362]115
[3355]116 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
117 - GDI32: Y inversion fix for dib sections blits
[3392]118 - WINMM: GetPosition fix (don't return 0 when stream not active)
119 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
[3361]120 fails. (fixes RealPlayer 7 install)
[3355]121
122 2000-04-09: Yuri Dario <mc6530@mclink.it>
[3392]123 - INCLUDE(\WIN):
124 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
125 remove buildin.h when invoked from resource compiler.
126 - commctrl.h: new macros
127 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
128 headers to avoid precompiling errors.
129 - shlguid.h: missing ID
130 - shlobj.h: missing shlguid.h include
131 - windows.h: define CINTERFACE only for C compilers or VA3.x
132 - windowsx.h: macros
133 - wingdi.h: few AW defines
134 - winuser.h: new macros
[3355]135
[3350]136 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]137 - COMCTL32: added new styles and functionality, bug fixes
[3350]138
[3349]139 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
[3353]140 - WINMM: Restart, pause & underrun fixes
[3392]141 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
[3353]142 causing heap corruption. (RealPlayer 7 crashes)
[3349]143
[3345]144 2000-04-07: Michal Necasek <mike@mendelu.cz>
145 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
146 May not work with all video cards and may cause all
147 kinds of trouble. But works swell for eg. Fallout 1/2
148 or HMM3. Contains some extra bugs compared to the
149 windowed DDraw, ie. Moorhuhn and others don't work
150 with it at all. Please tell me about your experience
151 with this shameless hack.
152
[3339]153 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]154 - WINMM: Don't restart when already playing
[3339]155 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
[3340]156 Workaround for paint problems in RealPlayer 7 Update 1.
157 (don't clip the dc with a region in DoNCPaint if the clip
158 region has the same size as the window; doing so creates
159 update problems for no obvious reason)
[3345]160 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
[3342]161 is not compressed. (fixes crash during startup in Excel)
162 NOTE: Open32 doesn't implement compression type conversion
163 correctly. (black splash screen for RLE8 bitmap)
[3392]164 - KERNEL32: Return length of windows or system directory when
[3346]165 GetWindowsDirectory/GetSystemDirectory is called with
166 a NULL pointer
[3339]167
168 2000-04-07: David Raison <djr@lemur.co.uk>
[3345]169 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
[3339]170 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
171
[3335]172 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
173 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
174 debuginfo and add it to LX executables. This might be
175 quite useful if you want to see system DLL while debugging.
176 But before you add debuginfo to all dll's in c:\os2\dll
177 I have to warn that this is _very_ alpha software. Do always
178 make a backup (Sym2Hll don't create backups!) and have
179 recovery boot disks ready!
180
[3327]181 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]182 - WINMM: Fixed message callback once more (previous fix broke rp7)
[3331]183 Fixed restart
[3327]184
[3329]185 2000-04-08: Michal Necasek <mike@mendelu.cz>
186 - WINMM: Moved phwo == NULL check below format query handling.
187 (enables sound in Jack Jazzrabbit; still not right though)
188
[3324]189 2000-04-05: David Raison <djr@lemur.co.uk>
190 - OLEAUT32: Turned default DEBUG-info down.
191
[3322]192 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
193 - Win32k: Added fixpack 13 symbols to the symbol database.
[3327]194 Using win32k.sys with fp13 works fine here.
[3322]195
[3319]196 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]197 - WINMM: Smallest waveout buffer size = 128 bytes
[3327]198 Fixed callback bugs (reported by Michal Necasek)
[3319]199
[3312]200 2000-04-03: David Raison <djr@lemur.co.uk>
[3345]201 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
202 - RPCRT4: Beginning of new dll:
203 RpcStringFreeA, RpcStringFreeW, UuidCompare
204 UuidCreate, UuidCreateNil, UuidEqual
205 UuidFromStringA, UuidFromStringW, UuidHash
206 UuidIsNil, UuidToStringA, UuidToStringW
[3312]207
[3306]208 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[3345]209 - SHELL32: don't sort files case sensitive
[3306]210
211 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]212 - KERNEL32: FindFirst: don't return "." and ".." in root
213 wrote long to short name conversion
214 added error code converter
215 - USER32: removed 'What You See Is What You Get On First Of April'
[3306]216
[3296]217 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]218 - USER32: dc.cpp cleanup
219 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
[3301]220 Set y inversion to 0 if dib section isn't flipped
221 (fixes upside down flash videos in RealPlayer 7)
[3345]222 - WINMM: Faked mixer apis
[3296]223
[3293]224 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]225 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
[3293]226 videos)
227
[3290]228 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]229 - USER32: added WYSIWYGOFOA interface
[3290]230
[3289]231 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3293]232 - USER32: Fixed track frame width & height (now you can actually
[3289]233 see the tracking frame when moving a window)
234
Note: See TracBrowser for help on using the repository browser.