source: trunk/changelog@ 5897

Last change on this file since 5897 was 5897, checked in by sandervl, 25 years ago

* empty log message *

File size: 3.5 KB
Line 
1/* $Id: changelog,v 1.1478 2001-06-03 12:01:13 sandervl Exp $ */
2
3 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Ported & fixed ScrollDC (Wine)
5 (fixes scrolling in Adobe Framemaker 5.5)
6
7 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
8 - Win32k/configure.cmd:
9 o Corrected search for the VAC compiler.
10 o Removed stupid messages when -w is specified.
11
12 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
13 - COMDLG32: o fix crash due to uninitialized COM object pointer in
14 Win95 open file dialog browse mode
15 o default to open mode in file dialog when the
16 OFN_NOVALIDATE mode is used
17 (fixes crash in FrameMaker 5.5 file dialog when opening
18 a file that has broken image references)
19 - KERNEL32: o log both error and no error conditions for GetLastError
20 with default error level. Sometimes, we don't set an error
21 where we should so this logging information is important
22 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
23 CreateFileA to open a non existing file.
24 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
25 Verified with Windows 2000 SP2
26 (makes Acrobat Distiller 5.0 startup and work!)
27
28 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
29 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
30 [WINMM]
31 DefVolume=50[0-100] Default waveout volume (default = 100)
32 - USER32: o ScrollDC fix for translating clip & scroll rectangles
33 (fixes scrolling in Adobe Framemaker 5.5)
34
35 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: o Send WM_HELP if F1 pressed & no menu active
37 o Disabled system hooks (only work in one process)
38 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
39 barely noticable with 'real' applications)
40 - OLE32: o Added OleLoadPictureEx stub
41 - GDI32: o GetDIBits fix for querying the bitmap information
42 WGSS returns 0, but we should return the nr of scan lines requested
43 o GetDIBits fix for memory dcs. WGSS messes things up if
44 it's a memory DC.
45 (fixes lower right button in AIM's logon window when typing
46 in new name)
47 o ExtTextOutA/W fix for filling rectangle with background color
48 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
49 (fixes border between menu & button bar in Odin MFC app &
50 Acrobat Reader 4.05)
51 o StretchDIBits fix for RGB555 bitmaps
52 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
53 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
54
55 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
56 - KERNEL32: o benchmarked new experimental loader and reverted to
57 old but slightly optimized loader (processExport usually
58 outweighs processImport, so lookup is less valuable than
59 add to export list)
60 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
61 its icon cache. Revert to on-demand loading of the icons,
62 speeds up loading of SHELL32 (therefore most apps)
63 by several seconds.
64
Note: See TracBrowser for help on using the repository browser.