source: trunk/changelog@ 5508

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

* empty log message *

File size: 5.0 KB
RevLine 
[5508]1/* $Id: changelog,v 1.1359 2001-04-15 14:28:43 sandervl Exp $ */
[5313]2
[5504]3 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
5 (fixes crash in Notepad and possibly solves many other problems)
[5506]6 - USER32: o SetCapture change; return immediately when new capture window
7 is the same as old one.
8 (fixes high cpu load in PowerDVD when holding mouse cursor over
9 control window; PM kept sending WM_MOUSEMOVE messages)
[5508]10 o Rewrote ClipCursor & GetClipCursor
[5504]11
[5501]12 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
13 - configure,win32k:
14 o Added option to Configure.cmd, -w, which omittes building
15 of Win32k.sys.
16
[5497]17 2001-04-12: Sofiya (sofiya@din.or.jp)
18 - USER32: o Fixes for DBCS strings
19
[5501]20 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
[5493]21 - PELDR: o Print module name that contributed to the failure of
22 loading kernel32.
23
[5501]24 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[5488]25 - WINMM: o Clean up DirectAudio thread properly.
26
[5484]27 2001-04-05: Sofiya (sofiya@din.or.jp)
28 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
29 - srclen <= -1 -> calculate length (docs say only for -1)
30 - source and destination pointer can't be the same (as docs also claim)
31 (verified in Windows ME & Windows NT4, SP6)
32
[5501]33 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[5483]34 - USER32: o Rewrote ShowCursor
35
[5501]36 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
[5469]37 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
[5475]38 o lstrcpynWtoA & lstrcpynAtoW fixes
[5477]39 o Removed WideCharToLocal & LocalToWideChar
[5469]40 - INCLUDE\unicode.h:
41 o AsciiToUnicode* & UnicodeToAscii* functions implemented
42 with functions in heapstring.h
43 - * o Compile fixes due to header changes
44
[5501]45 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
46 - DDRAW: o Only reset physical palette in DirectDraw destructor if
[5452]47 palette was really changed.
48 (gets rid of excessive screen redraws in DXView)
49 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
50 o Return GetUserDefaultLangID in GetSystemDefaultLangID
51 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
52 o Ported Wine's codepage unicode conversion functions & tables
53 (kernel32\unicode)
[5455]54 o Rewrote string functions (heapstring.cpp) to use new unicode
55 functions.
[5464]56 - USER32: o Ported Wine's Char* functions
57 TODO: IsCharAlphaA & IsCharAlphaNumericA
[5452]58
[5501]59 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[5437]60 - USER32: o Mouse message translation fix (check capture)
[5441]61 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
62 (fixes file dialogs with OFN_ENABLETEMPLATE style)
63 Verified behaviour in NT4, SP6 with DSShow sample
64 - about dialog with DS_CONTROL -> no titlebar
65 - file open dialog without DS_CONTROL -> titlebar + moveable
[5501]66 2nd dialog
[5441]67 o Temporary workaround for file dialogs with template dialog child.
68 They don't redraw when switching directories. For some reason
[5501]69 the new child's (syslistview32) update rectangle stays empty
[5441]70 after its parent is made visible with ShowWindow
71 TODO: find real cause
[5437]72 - MSACM32: o Ported latest Wine version
73 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
[5444]74 - DDRAW: o Back buffer fix; setup surface descriptor structure and
75 don't clear DDSCAPS_BACKBUFFER flag
76 (fix for WinDVD)
[5501]77 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
[5444]78 isn't set.
79 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
80 (fix for WinDVD)
[5447]81 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
82 correct version of the pe loader (PE/PEC)
[5437]83
84 2001-04-02: Michal Necasek <michalnec@volny.cz>
85 - KERNEL32: o Fix for importing from executable
86 (fixes Blade Runner)
[5441]87 - TESTAPP\EXCEPTIONS:
88 o Small test apps to test exception handling
[5437]89
[5501]90 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5420]91 - WININET: o Added missing exports to wininet.def
[5423]92 - KERNEL32: o Removed yesterday's codepage change.
93 (breaks Opera)
[5422]94 - WINMM: o Increased nr of DART buffers used for wave playback
[5426]95 - ODININST o Moved kernel32 init code into odininst
96 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
97 registry key with international settings
[5441]98 - USER32: o Create dialog controls with CreateWindowExW
[5430]99 o Use correct SendMessage(A/W) call during CreateWindow
[5420]100
Note: See TracBrowser for help on using the repository browser.