Changeset 4350


Ignore:
Timestamp:
Oct 1, 2000, 2:05:24 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r4349 r4350  
    1  /* $Id: changelog,v 1.1153 2000-10-01 03:06:52 bird Exp $ */
     1 /* $Id: changelog,v 1.1154 2000-10-01 12:04:46 sandervl Exp $ */
     2
     3 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: Fixed bug introduced by recent command line changes
     5                (executables with spaces in name/dir)
     6    - GDI32:    Implemented AddFontResourceW
    27
    38 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     
    1116                  Removed unused imports.
    1217
    13  2000-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
    14     - USER32: Edit control fix; Ignore WM_SETTEXT if string is the same.
    15               Acrobat Distiller keeps on sending WM_SETTEXT with the
    16               same string in responds to a WM_COMMAND with EN_UPDATE -> stack
    17               overflow (TODO: Need to check if this behaviour is correct compared to NT)
    18 
    19  2000-09-29: Achim Hasenmueller <achimha@innotek.de>
    20     - COMCTL32: Added _TrackMouseEvent export for VisualAge Micro Edition
    21                 Added SmoothScroll implementation from WINE
    22 
    23  2000-09-29: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    24     - INCLUDE\pdwin32.*:
    25                 -First attempt on new makefile style.
    26                  (See advapi32 or dllentry for an example.)
    27                 -Made .tools and .post compiler specific (Watcom adoptions).
    28                 -Watcom WMAKE likes the new makefile style, but only in UNIX
    29                  mode. So, you'll have to specify "-u" at the commandline.
    30                  Nothing links yet.
    31                  Anyone know if wlink would except .DEF-files? If not I'll
    32                  have to write a .DEF -> wlink options converter (trivial
    33                  since we has a class for parsing .DEF-files).
    34                 -Changed object directories for VAC36 and Watcom:
    35                     debug.vac36, release.vac36, debug.wat, release.wat.
    36                  But before you are able to compile much, you'll have to
    37                  manually create the global directories
    38                  bin\debug.vac36 and bin\release.vac36  or
    39                  bin\debug.wat and bin\release.wat.
    40     - ADVAPI32: New makefile style example.
    41     - DLLENTRY: New makefile style. Watcom object file (but not very useful).
    42       (don't hope I've broken anything)
    43 
    44  2000-09-28: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    45     - INCLUDE\pdwin32.wat.tools:
    46                 Placed .asm and .orc before .cpp in the .SUFFIXES list
    47                 to be able to make resource objectfiles.
    48 
    49  2000-09-26: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    50     - Win32k: Corrected H2INC path in the makefile.
    51 
    52  2000-09-25: Michal Necasek <michalnec@volny.cz>
    53     - DDRAW, DDRAW\new: Fixed way too many bugs in asmutil.cpp. Both
    54              the MMX and non-MMX transparent blitting functions were
    55              incredibly buggy. They probably still are, but _much_ less
    56              so. This fixed mouse pointer in Master of Orion II among other
    57              things (but the Win95 version of MOO2 is simply buggy anyway).
    58              Also fixed one case of FS corruption in DDRAW\new.
    59 
    60  2000-09-25: Patrick Haller <phaller@gmx.net>
    61     - KERNEL32: GlobalMemoryStatus does no more rely on Open32 (experiment for AOE)
    62                 This version should "provide" more memory.
    63 
    64  2000-09-24: Markus Montkowski <mmontkowski@gmx.de>
    65     - DPLAYX
    66       INCLUDE\win\dplay.h
    67       INCLUDE\winpdlobby.h : Synced with latest WINE source,
    68                              should fix some DX version checking via COM interfaces (like in AOE)
    69 
    70  2000-09-22: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
    71     - GLU32:    - Changed sorter.cpp to eliminate compiler error
    72     - OPENGL32: - Minor change to glthread.c
    73 
    74  2000-09-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    75     - Win32k/Pe2Lx:
    76                -Always apply all-in-one-object aligment fix. This will
    77                 solve lots of problems. (Hopefully temporary; I will explore
    78                 a VMAllocMem flag for VDMs which allows allocation of
    79                 pagealigned objects in the tiled arenas. The flag works
    80                 as expected but I get IPEs during process cleanup...)
    81                -Corrected bug in applyFixups. Fixups was not applied when
    82                 the all-in-one-object aligment fix was applied.
    83                -The problem with the build 14053 (testcase) kernels is solved.
    84                 ldrOpenPath have got an addition parameter. Symbols added
    85                 to the SymDB.
    86                -Win32k.sys build now requires h2inc.exe is present in
    87                 the tools directory of the base DDK.
    88     - KERNEL32: Changed Pe2Lx to use module address (address of the header
    89                 object) as hinstance. Some programs depends on this.
    90     - opengl\glu\nurbs\internals: Turned off optimization. Internal
    91                 compiler error in release mode compiling sorter.cpp.
    92 
    93  2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    94     - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
    95     - Pe2Lx:    Corrected/Made cleanrule.
    96     - Win32k:   New Microsoft C fix. Invokes it with no environment. Thanks goes to
    97                 Serge Sterck for this discovery. I hope it works out well.
    98 
    99 
    100  2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
    101     - KERNEL32: Implemented COM-port APIs
    102                 Enhanced handlemanager to support device and handle data (for COM ports)
    103                 Added IOCTL to oslibdos
    104     - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
    105 
    106  2000-09-19: Michal Necasek <mike@mendelu.cz>
    107     - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
    108 
    109  2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
    110     - KERNEL32: Fixed matchModName bugs. (compare name without extension)
    111     - WNASPI32: Restore win32 FS selector before calling post procedure
    112 
    113  2000-09-16: David Raison <djr@lemur.co.uk>
    114     - OLE32: Further updates from Wine
    115              IMessageFilter stubs.
    116     - OLEAUT32: Updates from Wine
    117              ITypeComp stubs.
    118 
    119  2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    120     - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
    121                 HLL debuginfo from .SYM files and add it to LX files.
    122 
    123  2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    124     - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
    125                 a string pointer was mixed - which proved fatal with
    126                 logging enabled).
    127 
    128  2000-09-15: David Raison <djr@lemur.co.uk>
    129     - OLE32: Updates from Wine
    130 
    131  2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
    132     - WNASPI32: Open and initialize aspirout during dll load; doing this
    133                 for *every* aspi command is very inefficient.
    134                 Not possible to share aspirout now, but that could be fixed
    135                 later on.
    136     - KERNEL32: Bug in recent exception handler changes; nested exception
    137                 are allowed to be dispatched to Odin's handlers. (PE loader
    138                 depends on it -> fixes crash in Lotus Notes)
    139                 Export WriteLogNoEOL
    140 
    141  2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
    142     - WNASPI32: Fixed uninitialized variables in aspirout class
    143                 Fixed memory leaks (aspi object not deleted when something goes wrong)
    144     - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
    145                 for cdrom/dvd drives and only the first one)
    146 
    147  2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
    148     - KERNEL32: InitCommandLine corrupted the heap
    149                 Created HandleManager class for physical disks
    150     - GDI32:    StretchDIBits: Open32 always returns height of bitmap (regardless of how many
    151                 scanlines were copied); now corrected
    152     - WNASPI32: Fixed FS corruption
    153 
    154  2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    155     - KERNEL32: Added method matchModName to Win32ImageBase.
    156                 Used matchModName in LoadLibraryExA.
    157                 Documented and enhanced GetModuleFileNameA/W.
    158     - Win32k:   Display build time and date on verbose init.
    159                 Made sure build time and date is updated everytime
    160                 it's relinked.
    161 
    162  2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
    163     - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
    164 
    165  2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    166     - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
    167                 The commandline strings are moved to global variables in
    168                 wprocess.cpp.
    169                 Added/extended some OSLib calls.
    170 
    171     - Wink32:   When invoking PE.EXE the first argument (Win32 exe name)
    172                 should be in quotes.
    173                 This is not yet corrected for the other invokers. (Scripts/Java).
    174 
    175  2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
    176     - KERNEL32: Don't dispatch exceptions after application has called
    177                 ExitProcess. (fixes endless loop of exception handler calls
    178                 in RealPlayer 7)
    179                 Create more registry keys during installation:
    180                 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
    181                 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
    182                 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
    183                 GetFileAttributesA trashes the stack (EBX register corrupted after return)
    184                 If CreateFile fails to duplicate the handle, then try DosDupHandle
    185                 (DuplicateHandle for memory mapped files in IE5)
    186                 Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
    187     - PE:       Endless loop when it can't find executable with name in quotes
    188 
    189  2000-09-08: Michal Necasek <mike@mendelu.cz>
    190     - KERNEL32: Changes and fixes for exception handling (now dispatches
    191                 exceptions to win32 apps)
    192 
    193  2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
    194     - KERNEL32: Implemented EnumResourceLanguagesA/W
    195                 Put back some code that was changed. (environ.cpp & heap.cpp)
    196     - GDI32:    Fixed FS bug in OSLibDeleteRegion
    197     - USER32:   Removed wrapper for GetWindow; not required
    198 
    199  2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    200     - Win32k:   Added last FP14 kernel to Symbol database.
    201                 Splitted extract.c from Probkrnl.c. Removed old debug
    202                 code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
    203                 for Ring-3 testing now.
    204                 Added filehandle fix for MSC60a compiler. (fix don't work!)
    205 
    206  2000-09-07: Patrick Haller <phaller@gmx.net>
    207     - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
    208                 Fixed language support from WINE sync
    209     - GDI32:    Fixed some FS: bug in DeleteObject(), DeleteDC()
    210 
    211  2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
    212     - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
    213                 FALSE when called after buttons have been created.
    214                 (failed assertions in MFC applications; this code is from
    215                  the latest Wine source tree)
    216     - SHELL32:  Merged more changes made by Christoph into new tree
    217     - KERNEL32: InitDirectories must be called before InitializeTIB or else
    218                 a win.ini file is created in the root dir (InitializeTIB
    219                 loads ntdll which depends on user32)
    220                 (reported by Kai Sommerfeld)
    221     - USER32:   GetWindow was completely wrong. Didn't take Z-order into account.
    222                 Fixes MFC applications (missing controls + redraw problems)
    223 
    224  2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    225     - install:  Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
    226 
    227  2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
    228     - USER32:   WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
    229                 WM_FOCUSCHANGE fix; set & kill focus were sent twice
    230                 Added more logging.
    231                 Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
    232     - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
    233                 fails with error 8 due to a 0 size of the key data
    234                 HMOpenFile fix; pHMHandleData->dwCreation must be set
    235                 to OPEN_EXISTING or else the memory map class will fail
    236                 to duplicate the handle.
    237 
    238  2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
    239     - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
    240                 Rewrote GetDiskFreeSpace (no longer uses Open32)
    241     - USER32:   SetWindowLong GWL_WNDPROC changes/fixes
    242     Type of SetWindowLong determines new window proc type
    243                 UNLESS the new window proc has already been registered
    244                 (use the old type in that case) (VERIFIED in NT 4, SP6)
    245                 Return original window procedure if types match (SetWindowLongX & proc type)
    246                 otherwise window proc wrapper.
    247                 Fixes wrong strings in Notes 5.0. (new string problems, but they
    248                 are caused by something else)
    249     - COMCTL32: CreateUpDownControl was not exported correctly
    250                 (reported by Reinhold Kopper)
    251 
    252  2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    253     - Win32k:   Improved error reporting.
    254                 Corrected fatal bug in the QueryOptionsStatus IOCtl,
    255                 had forgotten three SSToDS()...
    256 
    257  2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    258     - doc/readme.txt: Updated Win32k sections.
    259     - Win32k:   Fixed missing object in the 16-bit clib.lib which caused
    260                 linking of win32k.sys to fail in last daily build.
    261                 Support for comport 3 and 4.
    262     - Win32kCC: Updated dialog to show all information provided by the
    263                 Win32k IOCtl interface.
    264     - Include/HandleManager.h:
    265                 Added prototype for HMDeviceIoControl which Sander forgot.
    266 
    267  2000-09-03: Patrick Haller <phaller@gmx.net>
    268     - KERNEL32: NLS sync with WINE
    269 
    270  2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
    271     - KERNEL32: More logging;
    272                 DeviceIoControl didn't have handlemanager wrapper
    273     - GDI32:    Missing wrapper for WinDrawTabbedText caused FS corruption.
    274                 PLEASE be more careful in the future!
    275 
    276  2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    277     - Win32k:   Finally. I've merged the new changes into the main branch.
    278                 The most important things are:
    279                     - More correct search order for DLLs. The differences are
    280                       now that _ALL_ DLLs are found using the Windows search
    281                       order, and that the LIBPATH are also searched (last).
    282                     - PE.EXE may be invoked by Win32k.sys.
    283                       Win32k.sys will now operate in three modes:
    284                         - Pe2Lx mode. Only the Pe2Lx method is used.
    285                         - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
    286                           executables which Pe2Lx don't currently support.
    287                           (like WinWord, which BTW may trap you PC if invoked
    288                           in Pe2Lx mode.)
    289                           This is the default mode.
    290                         - Pe.exe mode. Pe.exe is allways used.
    291                       (see readme.txt, I'll update it to ASAP but not to night.
    292                        (I tired after working 36 hours on finishing this...)
    293                     - UNIX Shell Scripts are working (now).
    294                     - JAVA invokation. If you try to load a JAVA class the
    295                       it is executed using java.exe. (note that the class
    296                       name is case sensitive!)
    297                     - Pure REXX. This one is for Nenad. .RX and .REX are
    298                       loaded using a tiny REXX starter, kRX.exe (found in
    299                       System32 directory).
    300                     - Win32k Control Center, Win32kCC.EXE. Simple PM
    301                       program which allows you to change the Win32k.SYS
    302                       options while running. It does also show some status
    303                       information (will be extended).
    304                     - Support for FP14 in the Symbol database.
    305                       (use the 09th Aug. kernel please).
    306 
    307     - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
    308                 objecttable entries (OTE) for the Pe2Lx executable images,
    309                 instead of using DosQuerySysState (which gets OTEs for all
    310                 modules in the entrie system). (This is the reason for the
    311                 win32k.lib file - it's made by the 'libs' rule from src.)
    312 
    313  2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
    314     - USER32:   Rewrote IsZoomed
    315                 Removed winzip invisible button fix; causes many repaint
    316                 problems. Need to find the real cause.
    317     - DDRAW:    More debug logging; implemented ClipGetClipList
    318     - WINMM:    mixerGetID fix (for NULL hmixer)
    319 
    320  2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    321     - INCLUDE:  Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
    322                 Added linkage macro for the OS2RC which exepacks the resource
    323                 object: OS2RCLFLAGS
    324 
    325  2000-09-01: Patrick Haller <phaller@gmx.net>
    326     - GDI32:  - Open32 fix for CreateDIBitmap: some apps claim they have
    327                 a bitmap w/o palette color table and then send one in to copy.
    328     - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
    329 
  • trunk/doc/ChangeLog-2000

    r4150 r4350  
    1  /* $Id: ChangeLog-2000,v 1.3 2000-09-02 08:32:33 sandervl Exp $ */
     1 /* $Id: ChangeLog-2000,v 1.4 2000-10-01 12:05:24 sandervl Exp $ */
     2
     3 2000-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - USER32: Edit control fix; Ignore WM_SETTEXT if string is the same.
     5              Acrobat Distiller keeps on sending WM_SETTEXT with the
     6              same string in responds to a WM_COMMAND with EN_UPDATE -> stack
     7              overflow (TODO: Need to check if this behaviour is correct compared to NT)
     8
     9 2000-09-29: Achim Hasenmueller <achimha@innotek.de>
     10    - COMCTL32: Added _TrackMouseEvent export for VisualAge Micro Edition
     11                Added SmoothScroll implementation from WINE
     12
     13 2000-09-29: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     14    - INCLUDE\pdwin32.*:
     15                -First attempt on new makefile style.
     16                 (See advapi32 or dllentry for an example.)
     17                -Made .tools and .post compiler specific (Watcom adoptions).
     18                -Watcom WMAKE likes the new makefile style, but only in UNIX
     19                 mode. So, you'll have to specify "-u" at the commandline.
     20                 Nothing links yet.
     21                 Anyone know if wlink would except .DEF-files? If not I'll
     22                 have to write a .DEF -> wlink options converter (trivial
     23                 since we has a class for parsing .DEF-files).
     24                -Changed object directories for VAC36 and Watcom:
     25                    debug.vac36, release.vac36, debug.wat, release.wat.
     26                 But before you are able to compile much, you'll have to
     27                 manually create the global directories
     28                 bin\debug.vac36 and bin\release.vac36  or
     29                 bin\debug.wat and bin\release.wat.
     30    - ADVAPI32: New makefile style example.
     31    - DLLENTRY: New makefile style. Watcom object file (but not very useful).
     32      (don't hope I've broken anything)
     33
     34 2000-09-28: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     35    - INCLUDE\pdwin32.wat.tools:
     36                Placed .asm and .orc before .cpp in the .SUFFIXES list
     37                to be able to make resource objectfiles.
     38
     39 2000-09-26: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     40    - Win32k: Corrected H2INC path in the makefile.
     41
     42 2000-09-25: Michal Necasek <michalnec@volny.cz>
     43    - DDRAW, DDRAW\new: Fixed way too many bugs in asmutil.cpp. Both
     44             the MMX and non-MMX transparent blitting functions were
     45             incredibly buggy. They probably still are, but _much_ less
     46             so. This fixed mouse pointer in Master of Orion II among other
     47             things (but the Win95 version of MOO2 is simply buggy anyway).
     48             Also fixed one case of FS corruption in DDRAW\new.
     49
     50 2000-09-25: Patrick Haller <phaller@gmx.net>
     51    - KERNEL32: GlobalMemoryStatus does no more rely on Open32 (experiment for AOE)
     52                This version should "provide" more memory.
     53
     54 2000-09-24: Markus Montkowski <mmontkowski@gmx.de>
     55    - DPLAYX
     56      INCLUDE\win\dplay.h
     57      INCLUDE\winpdlobby.h : Synced with latest WINE source,
     58                             should fix some DX version checking via COM interfaces (like in AOE)
     59
     60 2000-09-22: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
     61    - GLU32:    - Changed sorter.cpp to eliminate compiler error
     62    - OPENGL32: - Minor change to glthread.c
     63
     64 2000-09-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     65    - Win32k/Pe2Lx:
     66               -Always apply all-in-one-object aligment fix. This will
     67                solve lots of problems. (Hopefully temporary; I will explore
     68                a VMAllocMem flag for VDMs which allows allocation of
     69                pagealigned objects in the tiled arenas. The flag works
     70                as expected but I get IPEs during process cleanup...)
     71               -Corrected bug in applyFixups. Fixups was not applied when
     72                the all-in-one-object aligment fix was applied.
     73               -The problem with the build 14053 (testcase) kernels is solved.
     74                ldrOpenPath have got an addition parameter. Symbols added
     75                to the SymDB.
     76               -Win32k.sys build now requires h2inc.exe is present in
     77                the tools directory of the base DDK.
     78    - KERNEL32: Changed Pe2Lx to use module address (address of the header
     79                object) as hinstance. Some programs depends on this.
     80    - opengl\glu\nurbs\internals: Turned off optimization. Internal
     81                compiler error in release mode compiling sorter.cpp.
     82
     83 2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     84    - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
     85    - Pe2Lx:    Corrected/Made cleanrule.
     86    - Win32k:   New Microsoft C fix. Invokes it with no environment. Thanks goes to
     87                Serge Sterck for this discovery. I hope it works out well.
     88
     89
     90 2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
     91    - KERNEL32: Implemented COM-port APIs
     92                Enhanced handlemanager to support device and handle data (for COM ports)
     93                Added IOCTL to oslibdos
     94    - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
     95
     96 2000-09-19: Michal Necasek <mike@mendelu.cz>
     97    - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
     98
     99 2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
     100    - KERNEL32: Fixed matchModName bugs. (compare name without extension)
     101    - WNASPI32: Restore win32 FS selector before calling post procedure
     102
     103 2000-09-16: David Raison <djr@lemur.co.uk>
     104    - OLE32: Further updates from Wine
     105             IMessageFilter stubs.
     106    - OLEAUT32: Updates from Wine
     107             ITypeComp stubs.
     108
     109 2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     110    - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
     111                HLL debuginfo from .SYM files and add it to LX files.
     112
     113 2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     114    - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
     115                a string pointer was mixed - which proved fatal with
     116                logging enabled).
     117
     118 2000-09-15: David Raison <djr@lemur.co.uk>
     119    - OLE32: Updates from Wine
     120
     121 2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
     122    - WNASPI32: Open and initialize aspirout during dll load; doing this
     123                for *every* aspi command is very inefficient.
     124                Not possible to share aspirout now, but that could be fixed
     125                later on.
     126    - KERNEL32: Bug in recent exception handler changes; nested exception
     127                are allowed to be dispatched to Odin's handlers. (PE loader
     128                depends on it -> fixes crash in Lotus Notes)
     129                Export WriteLogNoEOL
     130
     131 2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
     132    - WNASPI32: Fixed uninitialized variables in aspirout class
     133                Fixed memory leaks (aspi object not deleted when something goes wrong)
     134    - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
     135                for cdrom/dvd drives and only the first one)
     136
     137 2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
     138    - KERNEL32: InitCommandLine corrupted the heap
     139                Created HandleManager class for physical disks
     140    - GDI32:    StretchDIBits: Open32 always returns height of bitmap (regardless of how many
     141                scanlines were copied); now corrected
     142    - WNASPI32: Fixed FS corruption
     143
     144 2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     145    - KERNEL32: Added method matchModName to Win32ImageBase.
     146                Used matchModName in LoadLibraryExA.
     147                Documented and enhanced GetModuleFileNameA/W.
     148    - Win32k:   Display build time and date on verbose init.
     149                Made sure build time and date is updated everytime
     150                it's relinked.
     151
     152 2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
     153    - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
     154
     155 2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     156    - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
     157                The commandline strings are moved to global variables in
     158                wprocess.cpp.
     159                Added/extended some OSLib calls.
     160
     161    - Wink32:   When invoking PE.EXE the first argument (Win32 exe name)
     162                should be in quotes.
     163                This is not yet corrected for the other invokers. (Scripts/Java).
     164
     165 2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
     166    - KERNEL32: Don't dispatch exceptions after application has called
     167                ExitProcess. (fixes endless loop of exception handler calls
     168                in RealPlayer 7)
     169                Create more registry keys during installation:
     170                HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
     171                HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
     172                HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
     173                GetFileAttributesA trashes the stack (EBX register corrupted after return)
     174                If CreateFile fails to duplicate the handle, then try DosDupHandle
     175                (DuplicateHandle for memory mapped files in IE5)
     176                Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
     177    - PE:       Endless loop when it can't find executable with name in quotes
     178
     179 2000-09-08: Michal Necasek <mike@mendelu.cz>
     180    - KERNEL32: Changes and fixes for exception handling (now dispatches
     181                exceptions to win32 apps)
     182
     183 2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
     184    - KERNEL32: Implemented EnumResourceLanguagesA/W
     185                Put back some code that was changed. (environ.cpp & heap.cpp)
     186    - GDI32:    Fixed FS bug in OSLibDeleteRegion
     187    - USER32:   Removed wrapper for GetWindow; not required
     188
     189 2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     190    - Win32k:   Added last FP14 kernel to Symbol database.
     191                Splitted extract.c from Probkrnl.c. Removed old debug
     192                code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
     193                for Ring-3 testing now.
     194                Added filehandle fix for MSC60a compiler. (fix don't work!)
     195
     196 2000-09-07: Patrick Haller <phaller@gmx.net>
     197    - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
     198                Fixed language support from WINE sync
     199    - GDI32:    Fixed some FS: bug in DeleteObject(), DeleteDC()
     200
     201 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
     202    - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
     203                FALSE when called after buttons have been created.
     204                (failed assertions in MFC applications; this code is from
     205                 the latest Wine source tree)
     206    - SHELL32:  Merged more changes made by Christoph into new tree
     207    - KERNEL32: InitDirectories must be called before InitializeTIB or else
     208                a win.ini file is created in the root dir (InitializeTIB
     209                loads ntdll which depends on user32)
     210                (reported by Kai Sommerfeld)
     211    - USER32:   GetWindow was completely wrong. Didn't take Z-order into account.
     212                Fixes MFC applications (missing controls + redraw problems)
     213
     214 2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     215    - install:  Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
     216
     217 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
     218    - USER32:   WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
     219                WM_FOCUSCHANGE fix; set & kill focus were sent twice
     220                Added more logging.
     221                Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
     222    - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
     223                fails with error 8 due to a 0 size of the key data
     224                HMOpenFile fix; pHMHandleData->dwCreation must be set
     225                to OPEN_EXISTING or else the memory map class will fail
     226                to duplicate the handle.
     227
     228 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
     229    - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
     230                Rewrote GetDiskFreeSpace (no longer uses Open32)
     231    - USER32:   SetWindowLong GWL_WNDPROC changes/fixes
     232    Type of SetWindowLong determines new window proc type
     233                UNLESS the new window proc has already been registered
     234                (use the old type in that case) (VERIFIED in NT 4, SP6)
     235                Return original window procedure if types match (SetWindowLongX & proc type)
     236                otherwise window proc wrapper.
     237                Fixes wrong strings in Notes 5.0. (new string problems, but they
     238                are caused by something else)
     239    - COMCTL32: CreateUpDownControl was not exported correctly
     240                (reported by Reinhold Kopper)
     241
     242 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     243    - Win32k:   Improved error reporting.
     244                Corrected fatal bug in the QueryOptionsStatus IOCtl,
     245                had forgotten three SSToDS()...
     246
     247 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     248    - doc/readme.txt: Updated Win32k sections.
     249    - Win32k:   Fixed missing object in the 16-bit clib.lib which caused
     250                linking of win32k.sys to fail in last daily build.
     251                Support for comport 3 and 4.
     252    - Win32kCC: Updated dialog to show all information provided by the
     253                Win32k IOCtl interface.
     254    - Include/HandleManager.h:
     255                Added prototype for HMDeviceIoControl which Sander forgot.
     256
     257 2000-09-03: Patrick Haller <phaller@gmx.net>
     258    - KERNEL32: NLS sync with WINE
     259
     260 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
     261    - KERNEL32: More logging;
     262                DeviceIoControl didn't have handlemanager wrapper
     263    - GDI32:    Missing wrapper for WinDrawTabbedText caused FS corruption.
     264                PLEASE be more careful in the future!
     265
     266 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     267    - Win32k:   Finally. I've merged the new changes into the main branch.
     268                The most important things are:
     269                    - More correct search order for DLLs. The differences are
     270                      now that _ALL_ DLLs are found using the Windows search
     271                      order, and that the LIBPATH are also searched (last).
     272                    - PE.EXE may be invoked by Win32k.sys.
     273                      Win32k.sys will now operate in three modes:
     274                        - Pe2Lx mode. Only the Pe2Lx method is used.
     275                        - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
     276                          executables which Pe2Lx don't currently support.
     277                          (like WinWord, which BTW may trap you PC if invoked
     278                          in Pe2Lx mode.)
     279                          This is the default mode.
     280                        - Pe.exe mode. Pe.exe is allways used.
     281                      (see readme.txt, I'll update it to ASAP but not to night.
     282                       (I tired after working 36 hours on finishing this...)
     283                    - UNIX Shell Scripts are working (now).
     284                    - JAVA invokation. If you try to load a JAVA class the
     285                      it is executed using java.exe. (note that the class
     286                      name is case sensitive!)
     287                    - Pure REXX. This one is for Nenad. .RX and .REX are
     288                      loaded using a tiny REXX starter, kRX.exe (found in
     289                      System32 directory).
     290                    - Win32k Control Center, Win32kCC.EXE. Simple PM
     291                      program which allows you to change the Win32k.SYS
     292                      options while running. It does also show some status
     293                      information (will be extended).
     294                    - Support for FP14 in the Symbol database.
     295                      (use the 09th Aug. kernel please).
     296
     297    - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
     298                objecttable entries (OTE) for the Pe2Lx executable images,
     299                instead of using DosQuerySysState (which gets OTEs for all
     300                modules in the entrie system). (This is the reason for the
     301                win32k.lib file - it's made by the 'libs' rule from src.)
     302
     303 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
     304    - USER32:   Rewrote IsZoomed
     305                Removed winzip invisible button fix; causes many repaint
     306                problems. Need to find the real cause.
     307    - DDRAW:    More debug logging; implemented ClipGetClipList
     308    - WINMM:    mixerGetID fix (for NULL hmixer)
     309
     310 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     311    - INCLUDE:  Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
     312                Added linkage macro for the OS2RC which exepacks the resource
     313                object: OS2RCLFLAGS
     314
     315 2000-09-01: Patrick Haller <phaller@gmx.net>
     316    - GDI32:  - Open32 fix for CreateDIBitmap: some apps claim they have
     317                a bitmap w/o palette color table and then send one in to copy.
     318    - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
    2319
    3320 2000-08-31: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.