1 | /* $Id: changelog,v 1.1366 2001-04-18 08:28:37 bird Exp $ */
|
---|
2 |
|
---|
3 | 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
4 | - dailybuild:
|
---|
5 | o Adjusted to new build pattern.
|
---|
6 | o Copy all builds to local archive directory.
|
---|
7 | - tools\install:
|
---|
8 | o Added Xx2Lx.
|
---|
9 | - Readme.txt:
|
---|
10 | o Changed Pe2Lx to Xx2Lx.
|
---|
11 |
|
---|
12 | 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
13 | - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
|
---|
14 | place to addjust flags for C compilation. And flags
|
---|
15 | are compiler specific.. wrapped it in CCENV checks.
|
---|
16 | - Tools\Common:
|
---|
17 | o Revamped a couple of things - introduced interface classes.
|
---|
18 | Not quite statisfied yet, but it's working.
|
---|
19 | o Starting to make an kFileSDF class to access .SDF files
|
---|
20 | SDF = Structure Definition Files - used by PMDF. Contains
|
---|
21 | information about structures (struct _somthing_s).
|
---|
22 | Needs this information for win32k.
|
---|
23 | - Tools\Database:
|
---|
24 | o Recreate makefiles, new style. GD is not compiled any longer.
|
---|
25 | o Addjusted APIImport to fit changes in Tools\Common.
|
---|
26 | - Tools\ImpLib:
|
---|
27 | o Addjusted code to fit changes in Tools\Common.
|
---|
28 |
|
---|
29 | 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
30 | - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
|
---|
31 | converted strings; use FreeAsciiString instead)
|
---|
32 | - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
|
---|
33 | and more features)
|
---|
34 | o Open files in binary mode only; fixes load failures for
|
---|
35 | shell32 icons (newlines were translated; bytes removed from
|
---|
36 | icon data)
|
---|
37 | - DPLAYX: o Compile fixes for header changes.
|
---|
38 | - include\odin.h:
|
---|
39 | o Changes for wrc. It chokes on calling conventions.
|
---|
40 | o Got rid of annoying 'unused struct' warnings
|
---|
41 |
|
---|
42 | 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
43 | - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
|
---|
44 | bad path (ie. no path).
|
---|
45 |
|
---|
46 | 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
47 | - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
|
---|
48 | (fixes crash in Notepad and possibly solves many other problems)
|
---|
49 | - USER32: o SetCapture change; return immediately when new capture window
|
---|
50 | is the same as old one.
|
---|
51 | (fixes high cpu load in PowerDVD when holding mouse cursor over
|
---|
52 | control window; PM kept sending WM_MOUSEMOVE messages)
|
---|
53 | o Rewrote ClipCursor & GetClipCursor
|
---|
54 | o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
|
---|
55 | flag is changed by the application using SetWindowLong.
|
---|
56 | (fixes Lotus Notes size bar & upper left rectangle painting)
|
---|
57 |
|
---|
58 | 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
59 | - configure,win32k:
|
---|
60 | o Added option to Configure.cmd, -w, which omittes building
|
---|
61 | of Win32k.sys.
|
---|
62 |
|
---|
63 | 2001-04-12: Sofiya (sofiya@din.or.jp)
|
---|
64 | - USER32: o Fixes for DBCS strings
|
---|
65 |
|
---|
66 | 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
67 | - PELDR: o Print module name that contributed to the failure of
|
---|
68 | loading kernel32.
|
---|
69 |
|
---|
70 | 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
71 | - WINMM: o Clean up DirectAudio thread properly.
|
---|
72 |
|
---|
73 | 2001-04-05: Sofiya (sofiya@din.or.jp)
|
---|
74 | - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
|
---|
75 | - srclen <= -1 -> calculate length (docs say only for -1)
|
---|
76 | - source and destination pointer can't be the same (as docs also claim)
|
---|
77 | (verified in Windows ME & Windows NT4, SP6)
|
---|
78 |
|
---|
79 | 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
80 | - USER32: o Rewrote ShowCursor
|
---|
81 |
|
---|
82 | 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
83 | - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
|
---|
84 | o lstrcpynWtoA & lstrcpynAtoW fixes
|
---|
85 | o Removed WideCharToLocal & LocalToWideChar
|
---|
86 | - INCLUDE\unicode.h:
|
---|
87 | o AsciiToUnicode* & UnicodeToAscii* functions implemented
|
---|
88 | with functions in heapstring.h
|
---|
89 | - * o Compile fixes due to header changes
|
---|
90 |
|
---|
91 | 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
92 | - DDRAW: o Only reset physical palette in DirectDraw destructor if
|
---|
93 | palette was really changed.
|
---|
94 | (gets rid of excessive screen redraws in DXView)
|
---|
95 | - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
|
---|
96 | o Return GetUserDefaultLangID in GetSystemDefaultLangID
|
---|
97 | o Ported Wine's codepage, string & unicode functions (codepage.cpp)
|
---|
98 | o Ported Wine's codepage unicode conversion functions & tables
|
---|
99 | (kernel32\unicode)
|
---|
100 | o Rewrote string functions (heapstring.cpp) to use new unicode
|
---|
101 | functions.
|
---|
102 | - USER32: o Ported Wine's Char* functions
|
---|
103 | TODO: IsCharAlphaA & IsCharAlphaNumericA
|
---|
104 |
|
---|
105 | 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
106 | - USER32: o Mouse message translation fix (check capture)
|
---|
107 | o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
|
---|
108 | (fixes file dialogs with OFN_ENABLETEMPLATE style)
|
---|
109 | Verified behaviour in NT4, SP6 with DSShow sample
|
---|
110 | - about dialog with DS_CONTROL -> no titlebar
|
---|
111 | - file open dialog without DS_CONTROL -> titlebar + moveable
|
---|
112 | 2nd dialog
|
---|
113 | o Temporary workaround for file dialogs with template dialog child.
|
---|
114 | They don't redraw when switching directories. For some reason
|
---|
115 | the new child's (syslistview32) update rectangle stays empty
|
---|
116 | after its parent is made visible with ShowWindow
|
---|
117 | TODO: find real cause
|
---|
118 | - MSACM32: o Ported latest Wine version
|
---|
119 | - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
|
---|
120 | - DDRAW: o Back buffer fix; setup surface descriptor structure and
|
---|
121 | don't clear DDSCAPS_BACKBUFFER flag
|
---|
122 | (fix for WinDVD)
|
---|
123 | o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
|
---|
124 | isn't set.
|
---|
125 | Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
|
---|
126 | (fix for WinDVD)
|
---|
127 | - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
|
---|
128 | correct version of the pe loader (PE/PEC)
|
---|
129 |
|
---|
130 | 2001-04-02: Michal Necasek <michalnec@volny.cz>
|
---|
131 | - KERNEL32: o Fix for importing from executable
|
---|
132 | (fixes Blade Runner)
|
---|
133 | - TESTAPP\EXCEPTIONS:
|
---|
134 | o Small test apps to test exception handling
|
---|
135 |
|
---|
136 | 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
137 | - WININET: o Added missing exports to wininet.def
|
---|
138 | - KERNEL32: o Removed yesterday's codepage change.
|
---|
139 | (breaks Opera)
|
---|
140 | - WINMM: o Increased nr of DART buffers used for wave playback
|
---|
141 | - ODININST o Moved kernel32 init code into odininst
|
---|
142 | o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
|
---|
143 | registry key with international settings
|
---|
144 | - USER32: o Create dialog controls with CreateWindowExW
|
---|
145 | o Use correct SendMessage(A/W) call during CreateWindow
|
---|
146 |
|
---|