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