source: trunk/changelog@ 5541

Last change on this file since 5541 was 5541, checked in by bird, 25 years ago

* empty log message *

File size: 7.3 KB
RevLine 
[5541]1/* $Id: changelog,v 1.1366 2001-04-18 08:28:37 bird Exp $ */
[5313]2
[5541]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
[5537]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
[5515]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)
[5517]32 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
33 and more features)
[5537]34 o Open files in binary mode only; fixes load failures for
[5517]35 shell32 icons (newlines were translated; bytes removed from
36 icon data)
[5520]37 - DPLAYX: o Compile fixes for header changes.
[5517]38 - include\odin.h:
39 o Changes for wrc. It chokes on calling conventions.
40 o Got rid of annoying 'unused struct' warnings
[5515]41
[5514]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
[5504]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)
[5506]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)
[5508]53 o Rewrote ClipCursor & GetClipCursor
[5510]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)
[5504]57
[5501]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
[5497]63 2001-04-12: Sofiya (sofiya@din.or.jp)
64 - USER32: o Fixes for DBCS strings
65
[5501]66 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
[5493]67 - PELDR: o Print module name that contributed to the failure of
68 loading kernel32.
69
[5501]70 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[5488]71 - WINMM: o Clean up DirectAudio thread properly.
72
[5484]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
[5501]79 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[5483]80 - USER32: o Rewrote ShowCursor
81
[5501]82 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
[5469]83 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
[5475]84 o lstrcpynWtoA & lstrcpynAtoW fixes
[5477]85 o Removed WideCharToLocal & LocalToWideChar
[5469]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
[5501]91 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
92 - DDRAW: o Only reset physical palette in DirectDraw destructor if
[5452]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)
[5455]100 o Rewrote string functions (heapstring.cpp) to use new unicode
101 functions.
[5464]102 - USER32: o Ported Wine's Char* functions
103 TODO: IsCharAlphaA & IsCharAlphaNumericA
[5452]104
[5501]105 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[5437]106 - USER32: o Mouse message translation fix (check capture)
[5441]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
[5501]112 2nd dialog
[5441]113 o Temporary workaround for file dialogs with template dialog child.
114 They don't redraw when switching directories. For some reason
[5501]115 the new child's (syslistview32) update rectangle stays empty
[5441]116 after its parent is made visible with ShowWindow
117 TODO: find real cause
[5437]118 - MSACM32: o Ported latest Wine version
119 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
[5444]120 - DDRAW: o Back buffer fix; setup surface descriptor structure and
121 don't clear DDSCAPS_BACKBUFFER flag
122 (fix for WinDVD)
[5501]123 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
[5444]124 isn't set.
125 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
126 (fix for WinDVD)
[5447]127 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
128 correct version of the pe loader (PE/PEC)
[5437]129
130 2001-04-02: Michal Necasek <michalnec@volny.cz>
131 - KERNEL32: o Fix for importing from executable
132 (fixes Blade Runner)
[5441]133 - TESTAPP\EXCEPTIONS:
134 o Small test apps to test exception handling
[5437]135
[5501]136 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5420]137 - WININET: o Added missing exports to wininet.def
[5423]138 - KERNEL32: o Removed yesterday's codepage change.
139 (breaks Opera)
[5422]140 - WINMM: o Increased nr of DART buffers used for wave playback
[5426]141 - ODININST o Moved kernel32 init code into odininst
142 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
143 registry key with international settings
[5441]144 - USER32: o Create dialog controls with CreateWindowExW
[5430]145 o Use correct SendMessage(A/W) call during CreateWindow
[5420]146
Note: See TracBrowser for help on using the repository browser.