source: trunk/changelog@ 5516

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

* empty log message *

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