Changeset 4350 for trunk/doc


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.