Changeset 5656 for trunk/doc


Ignore:
Timestamp:
May 4, 2001, 7:03:26 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog-2001

    r5437 r5656  
    1  /* $Id: ChangeLog-2001,v 1.3 2001-04-02 09:53:02 sandervl Exp $ */
     1 /* $Id: ChangeLog-2001,v 1.4 2001-05-04 17:03:26 sandervl Exp $ */
     2
     3 2001-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - DSOUND:   o DirectAudio interface updates
     5    - WINMM:    o Odin.ini key to switch between DART & DirectAudio (see odin.ini.txt)
     6
     7 2001-04-29: Dietrich Teickner <Dietrich_Teickner@t-online.de>
     8    - SHELL32:  o Update for SHFileOperationA (FO_COPY)
     9
     10 2001-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
     11    - COMCTL32: o Resync with latest Wine (20010418) (animate, comboex, rebar,
     12                  status, tab)
     13    - WINMM:    o Don't start playback if stream is paused (waveOutWrite)
     14                  (only affects DART playback; prevents out of sync
     15                   video & audio in RealPlayer)
     16    - WSOCK32:  o Save FS before calling _beginthread
     17
     18 2001-04-28: Dietrich Teickner <Dietrich_Teickner@t-online.de>
     19    - SHELL32:  o Updates and fixes for SHFileOperationA (FO_COPY)
     20
     21 2000-04-28: Yuri Dario <mc6530@mclink.it>
     22    - WSOCK32:  o Send FD_READ notification even if nr of bytes read = 0
     23                o Corrected error return for recv
     24                  (fixes for Opera)
     25    - KERNEL32: o dprintf(NULL) flushes log stream
     26
     27 2001-04-28: Sander van Leeuwen <sandervl@xs4all.nl>
     28    - SHELL32:  o Resync with latest Wine (20010418) + merged Odin fixes/additions
     29    - SHLWAPI:  o Resync with latest Wine (20010418) + merged Odin fixes/additions
     30    - KERNEL32: o Added GetSystemWindowsDirectoryA/W exports
     31    - USER32:   o Don't use PM api directly in dialog message loop. Must call
     32                  PeekMessageA & GetMessageA. (or else the WH_MSGFILTER hook
     33                  won't be called)
     34                o Check WM_(SYS)MSGFILTER hooks in DoDialogBox
     35
     36 2001-04-28: Markus Montkowski <mmontkowski@gmx.de|
     37    - MSVFW32:  o Fixed ICOpen, check and correct fccType from VIDC to vidc.
     38                  Videocodecs do load now.
     39
     40 2001-04-27: Sander van Leeuwen <sandervl@xs4all.nl>
     41    - USER32:   o Call WH_GETMESSAGE hook handler from GetMessage and PeekMessage
     42                  (if message present)
     43                o Added (not 100% correct) filtering for nonclient mouse messages
     44                  (fixes nonclient messages for MS Word 97 (frame & menu mouse actions))
     45                o Recalculate HDC height of windows with CS_OWNDC style if
     46                  window is resized.
     47                  (fixes 28 pixel shift up in MS Word MDI window; Word calls
     48                   GetDCEx once and does custom WM_PAINT handling (never calls
     49                   Begin/EndPaint))
     50    - KERNEL32: o HeapReAlloc: return old pointer if new size is smaller or
     51                               equal to old size.
     52    - GDI32:    o Limit length of converted strings in InternalDrawTextExW,
     53                  InternalGetTabbedTextExtentW, InternalTabbedTextOutW &
     54                  InternalTextOutW. (cbCount might be smaller than string
     55                  length)
     56                  (fixes crash in MS Word when it tries to display the about
     57                   dialog)
     58    - INCLUDE\win\unicode:
     59                o strcpyW bugfix (didn't terminate string -> heap corruption)
     60    - DSOUND:   o Preliminary code added for DirectAudio interface.
     61                  (not finished & not activated)
     62
     63 2001-04-26: Sander van Leeuwen <sandervl@xs4all.nl>
     64    - KERNEL32: o Implemented FreeLibraryAndExitThread
     65                o Create HandleManager class for mailslots + partial implementation
     66                  for mailslot APIs (using named pipes)
     67                o Fixed wrong return values for some CloseHandle methods
     68                o Fixed CreateNamedPipe; must not call DosCreateNPipe for existing pipe
     69                  (at least according to the SDK docs; must verify this in NT!)
     70                o Implemented CreateFile and CloseHandle for named pipe class
     71                o Implemented SetNamedPipeHandleState
     72                o GetEnvironmentVariableW fix (breakpoint hit in debug build)
     73    - ADVAPI32: o IsTextUnicode forwarded to RtlIsTextUnicode (ntdll)
     74    - GDI32:    o InternalTextOutW fix (breakpoint hit in debug build)
     75    - OLE32:    o Resync with latest Wine build (20010418)
     76
     77 2001-04-25: Sander van Leeuwen <sandervl@xs4all.nl>
     78    - USER32:   o Check visibility of parents in IsWindowVisible
     79                o Call ShowWindow(SW_MINIMIZE) in CloseWindow (for non-child windows)
     80                  Don't use PM directly to minimize it.
     81
     82 2001-04-25: Shingo Tsuda <sofiya@din.or.jp>
     83    - GDI32:    o DBCS fix for looking up font name in font rename profile section
     84
     85 2001-04-24: Sander van Leeuwen <sandervl@xs4all.nl>
     86    - COMDLG32, DPLAYX, OLE32, OLEAUT32:
     87                o Compile fixes for VAC 3.6.5 (nameless unions & structs)
     88    - COMDLG32: o Resync with latest Wine code
     89                  (directory changed after file chosen in file open dialog)
     90
     91 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
     92    - SHELL32:  o Updates and fixes for SHFileOperationA (FO_COPY)
     93
     94 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
     95    - DDRAW:    o Wrong calling convention of io_init2. Parameter is pushed
     96                  on the stack, not put in eax.
     97                  (fixes crash in release ddraw & systems with xf86sup.sys
     98                   installed)
     99    - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
     100                  EXC_CallHandler rewrite.
     101                  (fixes global data section)
     102                o Build fake header for LX executable
     103                  (fixes crash during Acrobat Reader 5 install (regsvr32.exe))
     104    - NTDLL:    o Updated rtlstr.c (Wine)
     105                o Wrote partial implementation of RtlGetAce. Not tested well.
     106                  Enough to prevent Acrobat Reader 5 install from crashing.
     107    - ADVAPI32: o Forward AddAce, FindFirstFreeAce, GetAce & AddAccessAllowedAce
     108                  to NTDLL
     109    - INSTALL:  o Add Font registry keys
     110                  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
     111                  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts]
     112                  "Courier 10,12,15 (VGA res)"="COURE.FON"
     113                  "MS Sans Serif 8,10,12,14,18,24 (VGA res)"="SSERIFE.FON"
     114                  "MS Serif 8,10,12,14,18,24 (VGA res)"="SERIFE.FON"
     115
     116 2001-04-21: Sander van Leeuwen <sandervl@xs4all.nl>
     117    - KERNEL32: o DosWrite for stdout doesn't accept high addresses
     118                o Rewrote EXC_CallHandler in assembly (copied compiler output
     119                  (opt. off))
     120                  No longer necessary to turn off optimizations for exceptions.cpp.
     121                o Added partial implementation of GetLongPathNameA/W
     122
     123 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
     124    - USER32:   o Commented out RestoreCursor call in user32 exitlist handler.
     125                  Seems to cause PM hangs on some (a lot?) machines for
     126                  reasons unknown.
     127
     128 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
     129    - DSOUND:   o Fixes / Workaround for PowerDVD 3.0
     130                  Crashed when allocating sound object for
     131                  48kHz, 16-Bit, 4 channels
     132                o dynamically size the internal mixing buffer
     133                  in DSMIXER
     134
     135 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
     136    - KERNEL32: o Fail properly when a dll can't be found or loaded.
     137    - SHELL32:  o Ported latest shlfileop.c from Wine. (include functional
     138                  SHFileOperation).
     139                  TODO: Merge the rest.
     140
     141 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     142    - dailybuild:
     143                o Adjusted to new build pattern.
     144                o Copy all builds to local archive directory.
     145    - tools\install:
     146                o Added Xx2Lx.
     147    - Readme.txt:
     148                o Changed Pe2Lx to Xx2Lx.
     149
     150 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     151    - Unicode:  o Minor addjustments to makefile. CFLAGS is the correct
     152                  place to addjust flags for C compilation. And flags
     153                  are compiler specific.. wrapped it in CCENV checks.
     154    - Tools\Common:
     155                o Revamped a couple of things - introduced interface classes.
     156                  Not quite statisfied yet, but it's working.
     157                o Starting to make an kFileSDF class to access .SDF files
     158                  SDF = Structure Definition Files - used by PMDF. Contains
     159                  information about structures (struct _somthing_s).
     160                  Needs this information for win32k.
     161    - Tools\Database:
     162                o Recreate makefiles, new style. GD is not compiled any longer.
     163                o Addjusted APIImport to fit changes in Tools\Common.
     164    - Tools\ImpLib:
     165                o Addjusted code to fit changes in Tools\Common.
     166
     167 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
     168    - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
     169                  converted strings; use FreeAsciiString instead)
     170    - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
     171                  and more features)
     172                o Open files in binary mode only; fixes load failures for
     173                  shell32 icons (newlines were translated; bytes removed from
     174                  icon data)
     175    - DPLAYX:   o Compile fixes for header changes.
     176    - include\odin.h:
     177                o Changes for wrc. It chokes on calling conventions.
     178                o Got rid of annoying 'unused struct' warnings
     179
     180 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     181    - DSOUND:   o Removed pmwinx.lib from makefile. Wasn't used; and it had
     182                  bad path (ie. no path).
     183
     184 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
     185    - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
     186                  (fixes crash in Notepad and possibly solves many other problems)
     187    - USER32:   o SetCapture change; return immediately when new capture window
     188                  is the same as old one.
     189                  (fixes high cpu load in PowerDVD when holding mouse cursor over
     190                   control window; PM kept sending WM_MOUSEMOVE messages)
     191                o Rewrote ClipCursor & GetClipCursor
     192                o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
     193                  flag is changed by the application using SetWindowLong.
     194                  (fixes Lotus Notes size bar & upper left rectangle painting)
     195
     196 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     197    - configure,win32k:
     198                o Added option to Configure.cmd, -w, which omittes building
     199                  of Win32k.sys.
     200
     201 2001-04-12: Shingo Tsuda <sofiya@din.or.jp>
     202    - USER32:   o Fixes for DBCS strings
     203
     204 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
     205    - PELDR:    o Print module name that contributed to the failure of
     206                  loading kernel32.
     207
     208 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
     209    - WINMM:    o Clean up DirectAudio thread properly.
     210
     211 2001-04-05: Shingo Tsuda <sofiya@din.or.jp>
     212    - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
     213                  - srclen <= -1 -> calculate length (docs say only for -1)
     214                  - source and destination pointer can't be the same (as docs also claim)
     215                  (verified in Windows ME & Windows NT4, SP6)
     216
     217 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
     218    - USER32:   o Rewrote ShowCursor
     219
     220 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
     221    - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
     222                o lstrcpynWtoA & lstrcpynAtoW fixes
     223                o Removed WideCharToLocal & LocalToWideChar
     224    - INCLUDE\unicode.h:
     225                o AsciiToUnicode* & UnicodeToAscii* functions implemented
     226                  with functions in heapstring.h
     227    - *         o Compile fixes due to header changes
     228
     229 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
     230    - DDRAW:    o Only reset physical palette in DirectDraw destructor if
     231                  palette was really changed.
     232                  (gets rid of excessive screen redraws in DXView)
     233    - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
     234                o Return GetUserDefaultLangID in GetSystemDefaultLangID
     235                o Ported Wine's codepage, string & unicode functions (codepage.cpp)
     236                o Ported Wine's codepage unicode conversion functions & tables
     237                  (kernel32\unicode)
     238                o Rewrote string functions (heapstring.cpp) to use new unicode
     239                  functions.
     240    - USER32:   o Ported Wine's Char* functions
     241                  TODO: IsCharAlphaA & IsCharAlphaNumericA
     242
     243 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
     244    - USER32:   o Mouse message translation fix (check capture)
     245                o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
     246                  (fixes file dialogs with OFN_ENABLETEMPLATE style)
     247                  Verified behaviour in NT4, SP6 with DSShow sample
     248                  - about dialog with DS_CONTROL -> no titlebar
     249                  - file open dialog without DS_CONTROL -> titlebar + moveable
     250                    2nd dialog
     251                o Temporary workaround for file dialogs with template dialog child.
     252                  They don't redraw when switching directories. For some reason
     253                  the new child's (syslistview32) update rectangle stays empty
     254                  after its parent is made visible with ShowWindow
     255                  TODO: find real cause
     256    - MSACM32:  o Ported latest Wine version
     257    - WINMM:    o Ported latest Wine driver.c (necessary for msacm32 update)
     258    - DDRAW:    o Back buffer fix; setup surface descriptor structure and
     259                  don't clear DDSCAPS_BACKBUFFER flag
     260                  (fix for WinDVD)
     261                o SurfLock:  hEvent can be 0 as long as the DDLOCK_EVENT flag
     262                  isn't set.
     263                  Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
     264                  (fix for WinDVD)
     265    - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
     266                  correct version of the pe loader (PE/PEC)
     267
     268 2001-04-02: Michal Necasek <michalnec@volny.cz>
     269    - KERNEL32: o Fix for importing from executable
     270                  (fixes Blade Runner)
     271    - TESTAPP\EXCEPTIONS:
     272                o Small test apps to test exception handling
     273
     274 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
     275    - WININET:  o Added missing exports to wininet.def
     276    - KERNEL32: o Removed yesterday's codepage change.
     277                  (breaks Opera)
     278    - WINMM:    o Increased nr of DART buffers used for wave playback
     279    - ODININST  o Moved kernel32 init code into odininst
     280                o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
     281                  registry key with international settings
     282    - USER32:   o Create dialog controls with CreateWindowExW
     283                o Use correct SendMessage(A/W) call during CreateWindow
    2284
    3285 2001-03-31: Sander van Leeuwen <sandervl@xs4all.nl>   
Note: See TracChangeset for help on using the changeset viewer.