source: trunk/changelog@ 5536

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

* empty log message *

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