source: trunk/changelog@ 5504

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

* empty log message *

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