1 | /* $Id: changelog,v 1.1239 2001-02-02 19:00:21 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-02-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - USER32: o DrawEdge bugfixes (signed/unsigned char mismatches)
|
---|
5 | (fixes lines in properties dialog of RealPlayer 8)
|
---|
6 | o Fixed incorrect rounding in dialog control size calculation
|
---|
7 | (fixes wrong height of some dialog controls (rp8 pref. dialog lines))
|
---|
8 | o Don't unregister class if there are still windows that use it.
|
---|
9 |
|
---|
10 | 2001-02-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
11 | - Win32k: o Added option for the All-In-One-Object fix to be able
|
---|
12 | to debug PE executables thru the ICAT. Works with pe2lx
|
---|
13 | and win32k.sys.
|
---|
14 | -1<+|-|[*]>
|
---|
15 | +: Applied when needed. (checked)
|
---|
16 | -: Never applied (use this to debug). (not checked)
|
---|
17 | *: Allways applied. (default) (gray)
|
---|
18 | It's also added to Win32kCC as a three state checkbutton.
|
---|
19 |
|
---|
20 | WARNING! This option should only be used for debugging
|
---|
21 | and will cause your system to crash if used with based
|
---|
22 | images!
|
---|
23 | - tools\Common:
|
---|
24 | o Minor changes in the fileformat classes to use kFile.
|
---|
25 |
|
---|
26 | 2001-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
27 | - GDI32: o LineDDA fix (wrong calling convention)
|
---|
28 | (fixes crash in Solitaire)
|
---|
29 | - USER32: o clientHeight bugfix. Check hwnd instead of pHps->hwnd.
|
---|
30 | (pHps can be NULL)
|
---|
31 | (fixes crash in Solitaire)
|
---|
32 | - INSTALL: o Include ChangeLog-2001 in daily build
|
---|
33 | - COMDLG32: o Merged some changes from Wine (extra notification in
|
---|
34 | FileOpenDlgProc95 & OFN_NOCHANGEDIR support (also added
|
---|
35 | to Unicode version of file open dialog))
|
---|
36 | o Removed workaround for Acrobat Reader file open dialog
|
---|
37 | (Wine update fixed it)
|
---|