source: trunk/changelog@ 5518

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

* empty log message *

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