source: trunk/changelog@ 3448

Last change on this file since 3448 was 3448, checked in by davidr, 26 years ago

Added RPC_E_* definitions

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