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