source: trunk/changelog@ 5502

Last change on this file since 5502 was 5501, checked in by bird, 25 years ago

* empty log message *

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