Changeset 6461


Ignore:
Timestamp:
Aug 4, 2001, 7:37:54 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/changelog

    r6460 r6461  
    1 /* $Id: changelog,v 1.1634 2001-08-04 17:20:28 sandervl Exp $ */
     1/* $Id: changelog,v 1.1635 2001-08-04 17:37:54 sandervl Exp $ */
    22
    33 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1919                  (fixes codepage problems while printing in Opera)
    2020
    21  2001-07-29: knut st. osmundsen <kosmunds@csc.com>
    22     - win32k:   o Merged in a patch from Rafal which as a final attempt to find
    23                   a symbol file will look thru the pmdfvers.lst file.
    24 
    25  2001-07-31: Sander van Leeuwen <sandervl@xs4all.nl>
    26     - USER32:   o PostThreadMessage & DDE callback change for new wgss
    27 
    28  2001-07-29: knut st. osmundsen <kosmunds@csc.com>
    29     - Custombuild, Makefiles:
    30                 o Made the custombuild simpler by reusing the common makefiles.
    31                   Any initterm.obj is replaced by an empty dummy object and the
    32                   make is invoked with CUSTOMBUILD=1. makefile in /src have the
    33                   common targets all prefixed with custombuild_.
    34                 o Merged odin32.post.emx.mk into odin32.post.vac3.mk.
    35 
    36  2001-07-30: Sander van Leeuwen <sandervl@xs4all.nl>
    37     - WINMM:    o Rewrote timeGetSystemTime & timeGetTime
    38     - KERNEL32: o Fix for names of dlls in custom build
    39     - USER32/GDI32/KERNEL32:
    40                 o Custom build changes
    41     - WGSS50:   o WGSS update
    42 
    43  2001-07-29: knut st. osmundsen <kosmunds@csc.com>
    44     - Makefiles:
    45                 o Force fastdep to scan all files if -a is specified to nmake.
    46     - Win32k/test:
    47                 o Wrote stupid test app to profile child process execution
    48                   on different OSes.
    49                   Current results are found in source (PrfTstProcess.c).
    50 
    51  2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl>
    52     - COMCTL32/COMDLG32/GDI32/KERNEL32/MSVFW32/USER32/SHELL32/WSOCK32/WINMM
    53       RPCRT4:
    54                 o Updates for custom build (different resource table names)
    55     - KERNEL32: o Added exports to change the root keys of the registry
    56                   and to change the name of dlls to be loaded next
    57     - CUSTOMBUILD:
    58                 o Updates
    59 
    60  2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
    61     - USER32:   o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
    62                   and GWW_HWNDPARENT
    63                 o Ported ArrangeIconicWindows from Wine (not complete yet)
    64                 o Rewrote Get/SetDoubleClickTime & SwapMouseButton
    65                 o Don't call O32_GetLastActivePopup
    66                   (TODO: rewrite it)
    67     - KERNEL32: o Rewrote FatalAppExitA/W, FatalExit, Beep, IsBadHugeReadPtr,
    68                   IsBadHugeWritePtr
    69                 o Removed O32_HeapCreate/Destroy calls; return rtl heap handle
    70                 o No longer use Open32's GetProcAddress or GetModuleFileName
    71     - USER32/KERNEL32:
    72                 o Moved WaitForInputIdle & AttachThreadInput from user32 to
    73                   kernel32
    74     - TOOLS\INSTALL:
    75                 o Create temp directory in windows dir
    76 
    77  2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
    78     - TOOLS\INSTALL:
    79                 o Added some quartz.dll keys
    80     - COMCTL32: o Status window bugfix; check part number boundary
    81                   (fixes crash in AudioGalaxy)
    82     - USER32:   o IsWindowVisible fix; check WS_CHILD flag before calling GetParent
    83                   (fixes invisible characters while typing in edit control
    84                    of AudioGalaxy)
    85 
    86  2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
    87     - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
    88       MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
    89                 o Added Wine license
    90 
    91     - AVIFIL32, SHELL32, COMCTL32, COMDLG32, MSACM32, NTDLL, OLE32, OLAUT32,
    92       SHDOCVW, SETUPAPI, SHLWAPI, OLECLI32, OLEDLG, OLESVR32, RPCRT4
    93                 o Replaced Wine license with updated version
    94     - COMCTL32: o Resync with Wine (20010720); comboex, comctl32undoc, rebar,
    95                   imagelist, toolbar, pager
    96     - MSVFW32:  o Resync with Wine (20010720); all
    97     - AVIFIL32: o Resync with Wine (20010720); all
    98     - GDI32:    o Fixed brush leak in InternalTextOutA
    99                   (fixes Macromedia Flash 5 error messages)
    100 
    101  2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
    102     - KERNEL32: o Moved wsnprintf to user32
    103     - USER32:   o Removed FatalAppExitA/W (already in kernel32)
    104     - SHLWAPI:  o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
    105                 o Removed several string function that were not used or exported
    106     - NTDLL:    o Replaced 64 bits math assembly functions (disassembled Wine C code
    107                   compiled with VAC 3.6.5)
    108     - ODINCRT:  o Export 64 bits math rtl functions
    109                 o Added 64 bits math rtl functions for VAC 3.0 (assembly;
    110                   borrowed from VAC 3.6.5)
    111                   NOTE: __divi64 might cause problems (in theory) since
    112                         it uses the FPU and doesn't save the FPU state
    113     - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
    114       RPCRT4/WSOCK32/VERSION:
    115                 o Rewrote initterm + debug logging to allow us to build
    116                   a single dll containing the code of many Odin dlls
    117     - CUSTOMBUILD:
    118                 o Example of creating a custom dll with the Odin32 environment
    119                   that can be used for a ported win32 app. (not done yet)
    120 
    121  2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
    122     - DOC:      o Added license for WGSS50
    123     - TOOLS\INSTALL:
    124                 o Include new license in WarpIN install script + package
    125     - TOOLS\DAILYBUILD:
    126                 o Add WGSS50.lic to daily zipfiles
    127     - COMDLG32: o Use printer dialog function in WGSS50
    128     - WGSS50:   o Added new WGSS dll that fixes several printing problems
    129     - KERNEL32: o lstrncmpiA/W bugfix; broke resource lookup in Acrobat
    130                   Distiller (did not exactly work the way Wine code expected it)
    131 
    132  2001-07-19: Achim Hasenmueller <achimha@innotek.de>
    133     - LICENSE:  o added WGSS50.LIC which contains the official license
    134                   of the WGSS50.DLL module that is included with all
    135                   Odin builds. This is a license contract between
    136                   InnoTek Systemberatung GmbH (http://www.innotek.de)
    137                   and the individual Odin user. The library is provided
    138                   free of charge. The main requirement is that every user
    139                   need to own a valid OS/2 license (this also includes
    140                   eComStation of course).
    141                   Every distribution of Odin will also contain this
    142                   license file and the WarpIn archives will show the
    143                   license during installation and require acceptance.
    144                   For any questions about the license, please contact
    145                   me via email. Note that the Odin license specifically
    146                   allows redistribution of Odin with custom applications
    147                   and as soon as the WGSS50 license is included, this also
    148                   applies to WGSS50.DLL.
    149 
    150                   The reason we include WGSS50 (a subset of Open32 used
    151                   by IBM for Netscape Communicator 4.61 for OS/2) is that
    152                   it contains numerous improvements over Open32 and it
    153                   allows us more easily to replace Open32/WGSS50 APIs
    154                   by custom functions.
    155 
    156  2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
    157     - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
    158                   of sharing the same heap as Odin.
    159                   (lowers the chance of fatal crashes on heap corruption;
    160                    hangs in exitlist)
    161                 o Implemented HeapValidate
    162                 o GlobalReAlloc bugfix; must check if pointer has a handle
    163                   associated with it.
    164                   (RealDraw install calls GlobalReAlloc with pointer returned
    165                    by GlobalLock(handle))
    166 
    167  2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
    168     - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
    169                 o Faster resource lookup functions (Wine)
    170     - USER32:   o Allocate more memory for icon bitmap before calling
    171                   GpiCreateBitmap. This function seems to touch more bytes
    172                   than necessary (??).
    173     - GDI32:    o AddFontResourceA: ignore if called with filename of PE
    174                   executable (return 1; gets rid of error message in Photoshop 6)
    175 
    176  2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
    177     - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
    178                   functions in winspool)
    179     - USER32:   o Translate WM_VSCROLL & WM_HSCROLL
    180                 o Do not use imports not available in Warp 3's PMWINX
    181                   (WaitForInputIdle & GetAsyncKeyState)
    182                 o There is no close button in Warp 3 (OS/2 look & feel)
    183     - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
    184 
    185  2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
    186     - PELDR:    o Fix for parsing cmd line consisting of directory with spaces
    187     - USER32:   o Get menu font from os2.ini (OS/2 look & feel)
    188                 o Full window drag now works for Odin windows
    189     - GDI32:    o Implemented StartDocW
    190 
    191  2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
    192     - COMDLG32: o Fix for windows 3.1 style file dialog
    193     - COMCTL32: o Bad listview pointer checks cause crashes in details
    194                   view of file dialogs
    195                   (TODO: Details view is still not right)
    196     - KERNEL32: o Check for NULL pointer in lstrlenA/W
    197                   (fixes crash during AutoCAD 14 install)
    198     - USER32:   o Removed very old check for negative x or y coordinates during
    199                   window creation.
    200                   (file open dialog in InstallShield doesn't show weird edit control
    201                    anymore and the MS Word 97 main window looks better now)
    202                 o RegisterClassA/W: check icon first before copying it
    203                   (gets rid of some annoying warnings in the logfile)
    204     - GDI32:    o Change BITMAPINFO height if negative
    205                   (fixes failing StretchDIBits calls with Matrox display driver)
    206 
    207  2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
    208     - KERNEL32: o Atom fixes
    209     - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
    210                   GetActiveObject from Wine.
    211 
    212  2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
    213     - COMDLG32: o Don't clear filename when selecting of switching
    214                   directory is file open/save dialog.
    215 
    216  2001-07-10: knut st. osmundsen <kosmunds@csc.com>
    217     - WIN32K:   o Made DosKillProcessEx framework.
    218                 o Tried to fix missing unlocks of environment block.
    219     - KERNEL32: o Tried to fix missing unlocks of environment block.
    220                 o Fixed module not found problem when a Pe2Lx is dynamically
    221                   loaded several times.
    222                 o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
    223                   LoadLibraryEx fail on unregistered LX dlls. This will fix
    224                   the most annoying int 3's when starting Opera on debug Odin.
    225                   (Two int 3 per netscape/2 plugin checked.)
    226 
    227  2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
    228     - CRTDLL:   o When renaming dlls we still use the original importlibrary
    229                   and .def-file names. ORGTARGET exist for that purpose.
    230     - NTDLL:    o Link with crtdll.lib.
    231     - VERSION:  o Link with crtdll.lib.
    232     - WIN32K:   o Updated LieList with CrtDll -> CrtDll32 renaming.
    233 
    234  2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
    235     - KERNEL32: o Directly import registry functions from REGISTRY.DLL
    236     - GDI32:    o Never use object handle 0
    237                   (fixes bad icons in dialogs)
    238     - USER32:   o Same edit fix as applied yesterday, but this time for
    239                   single line edit control painting.
    240                   (Opera url editbox now displays selected text properly)
    241 
    242  2001-07-08: Achim Hasenmueller <achimha@innotek.de>
    243     - WSOCK32:  o error message to human readable text translation
    244                   for WSASetLastError (debug version)
    245                 o implemented IPPROTO_IP support for setsockopt
    246                   (not fully done)
    247                 o reset semaphore in WSAEnumNetworkEvents
    248     - USER32:   o deleted user32\old. It is still in the CVS attic
    249                   so in case you need it, you can get it from CVS
    250 
    251  2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
    252     - USER32:   o Some icon fixes
    253                 o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
    254                   jump back to last click position when moving the mouse
    255                   outside the scroll window during scrolling.
    256                 o Changed menu behaviour in OS/2 mode; no mouse tracking
    257                   when right or left mouse button not pressed.
    258                 o Clipboard (Get/SetClipboardData: must translated open32
    259                   to kernel32 global memory handles (due to Global memory
    260                   api rewrite)
    261                 o Key translation for arrow keys and insert/del, home/end, page up/down
    262                   added (WM_CHAR message translation)
    263                 o Edit control bugfix for drawing selected text
    264     - KERNEL32: o More pointer checks added to GlobalLock/Unlock
    265                 o Add default rename entry for crtdll
    266                 o Fixed FS corruption in atom functions (wrapper for LookupAtom)
    267     - CRTDLL:   o Renamed to crtdll32 to avoid problems with some Lotus
    268                   apps that come with their own crtdll
    269     - NTDLL:    o Link with crtdll32.lib
    270     - VERSION:  o Link with crtdll32.lib
    271     - SHLWAPI:  o Link with crtdll32.lib
    272     - PELDR:    o Fix for file not found error
    273 
    274  2001-07-08: knut st. osmundsen <kosmunds@csc.com>
    275     - KERNEL32: o Added call in initterm to tell win32k where the Odin32
    276                   environment block is. (Its in Open32, and I don't think
    277                   it is reallocated.)
    278                 o Added early initiation of Win32k loaded EXE. This corrected
    279                   problems with GetModuleHandleA returing -1 to MSVCRT.
    280     - WIN32K:   o Fixed environment block problem. The environment variables is
    281                   not updated in the original env.block. So, win32k needs to
    282                   be told where to find the Odin32 environment block to correctly
    283                   find dlls using the PATH.
    284                 o Corrected crosspage fixup bug.
    285                 o Set no internal fixups flag in LX header for most executables
    286                   in an attempt to convice OS/2 to load them where they wanna be
    287                   loaded (usually 0x00400000).
    288                 o Can now tell difference between the debug kernels.
    289 
    290  2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
    291     - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
    292                 o Fixed GetAtomNameW
    293     - GDI32:    o Don't use Open32 IsBad* memory functions directly
    294     - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
    295                   memory handles (due to Global memory api rewrite)
    296 
    297  2001-07-07: Achim Hasenmueller <achimha@innotek.de>
    298     - WS2_32:   o import WSAEventSelect from WSOCK32 (although a
    299                   Winsock 2.0 API, it makes more sense to be implemented
    300                   in the Winsock 1.1 stack)
    301                 o import WSAEnumNetworkEvents from WSOCK32 (same reason)
    302     - WSOCK32:  o enhanced WSAAsyncSelect processing to allow both
    303                   window handle and event semaphore notification
    304                 o implemented WSAEventSelect
    305                 o implemented WSAEnumNetworkEvents (not correct)
    306 
    307  2001-07-07: knut st. osmundsen <kosmunds@csc.com>
    308     - URLMON:   o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
    309                   to fix SYS2048 during RealPlayer install.
    310     - WIN32K:   o Fixed the DBExpert bug in the longdllname code.
    311                   BTW. Thanks to Randell at Sundial Systems and Alex Newman
    312                   for reporting this and begin very helpful tracking it down.
    313                 o The longdllname feature now differs from the OS/2 loader on
    314                   one points: <br>
    315                   It is able to find (DosQueryModuleHandle) for dlls using
    316                   internal names which includes the .DLL extention. <br>
    317                   The longdllname feature don't currently support names with
    318                   extention .DLL like extentions with base name lengths from
    319                   4-7 chars. I will fix this some day.<br>
    320 
    321  2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
    322     - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
    323                 o GlobalAlloc must return pointers aligned at 8 byte boundary
    324                   (SDK docs + verified in NT4, SP6)
    325                 o Better checks in GlobalFree for invalid handles/pointers
    326                   (InvestmentView seems to call it with a GDI handle; why??)
    327                 o LocalReAlloc bugfix
    328     - USER32:   o Must return 16 bits icon & cursor handles
    329                   (fixes crash in Acrobat Reader 4)
    330     - GDI32:    o GetDIBits must only return color information when lpvBits
    331                   is not NULL.
    332                   (fixes Opera crash (heap corruption) with new heap code)
    333     - PELDR:    o Report error when file not found.
    334 
    335  2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
    336     - USER32:   o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
    337                 o WinHelpA fixes (use shared memory for sending information
    338                   to winhlp32)
    339     - KERNEL32: o Added GlobalFix and GlobalUnfix
    340                 o Local memory functions now use Global memory functions
    341                 o Ported Wine Global memory functions (we no longer depend
    342                   on Open32 for these)
    343 
    344  2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
    345     - USER32:   o Partial implementation of ToAsciiEx (just calls ToAscii)
    346                 o VkKeyScanExA/W: call VkKeyScanA/W
    347                 o MapVirtualKeyExA/W: call MapVirtualKeyA/W
    348                 o SetParent bugfix; even though the win32 coordinates might
    349                   not change, the PM coordinates can. We must make sure the
    350                   child stays at the same position (y) relative to the
    351                   (new) parent.
    352                   (Cool Edit Pro LE play buttons now at the right position)
    353                 o Send WM_SETICON to frame window with converted win32 icon
    354                   (application icon now visible in task list)
    355                 o Quick fix for window creation:
    356                   Before a window has processed WM_NCCREATE:
    357                   - GetTopWindow can't return that window handle
    358                   - GetWindow(parent, GW_CHILD) can't return that window handle
    359                   - IsChild works
    360                   TODO: Does this affect more functions?? (other GetWindow ops)
    361                   (verified in NT4, SP6)
    362                   TODO: Must add window to parent's child list after WM_NCCREATE
    363                         and rewrite GetWindow & GetTopWindow
    364                   (fix for crash in MP3 Explorer)
    365 
    366     - GDI32:    o Workaround for applications that depend on 16 bits
    367                   GDI object handles.
    368                   (TODO: must create our own 16 bits handles)
    369                   (fixes crash in Cool Edit Pro LE)
    370 
    371  2001-07-03: knut st. osmundsen <kosmunds@csc.com>
    372     - KERNEL32: o Improoved the Unhandled exception message by
    373                   trying to provide modulename and some kind of obj/offset.
    374     - FastDep:  o (synced with OS2Tools) Make better use of data in evt.
    375                    existing .depend file so that only changed files are processed.
    376 
    377  2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
    378     - KERNEL32: o Executable load fix
    379                   (fixes crash during RealPlayer 8 install)
    380                 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
    381     - USER32:   o ToAscii & GetKeyboardState fixes
    382                   (for Putty keyboard input)
  • TabularUnified trunk/doc/ChangeLog-2001

    r6144 r6461  
    1  /* $Id: ChangeLog-2001,v 1.6 2001-07-03 06:52:59 sandervl Exp $ */
     1 /* $Id: ChangeLog-2001,v 1.7 2001-08-04 17:37:29 sandervl Exp $ */
     2
     3 2001-07-31: knut st. osmundsen <kosmunds@csc.com>
     4    - win32k:   o Merged in a patch from Rafal which as a final attempt to find
     5                  a symbol file will look thru the pmdfvers.lst file.
     6
     7 2001-07-31: Sander van Leeuwen <sandervl@xs4all.nl>
     8    - USER32:   o PostThreadMessage & DDE callback change for new wgss
     9
     10 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
     11    - Custombuild, Makefiles:
     12                o Made the custombuild simpler by reusing the common makefiles.
     13                  Any initterm.obj is replaced by an empty dummy object and the
     14                  make is invoked with CUSTOMBUILD=1. makefile in /src have the
     15                  common targets all prefixed with custombuild_.
     16                o Merged odin32.post.emx.mk into odin32.post.vac3.mk.
     17
     18 2001-07-30: Sander van Leeuwen <sandervl@xs4all.nl>
     19    - WINMM:    o Rewrote timeGetSystemTime & timeGetTime
     20    - KERNEL32: o Fix for names of dlls in custom build
     21    - USER32/GDI32/KERNEL32:
     22                o Custom build changes
     23    - WGSS50:   o WGSS update
     24
     25 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
     26    - Makefiles:
     27                o Force fastdep to scan all files if -a is specified to nmake.
     28    - Win32k/test:
     29                o Wrote stupid test app to profile child process execution
     30                  on different OSes.
     31                  Current results are found in source (PrfTstProcess.c).
     32
     33 2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl>
     34    - COMCTL32/COMDLG32/GDI32/KERNEL32/MSVFW32/USER32/SHELL32/WSOCK32/WINMM
     35      RPCRT4:
     36                o Updates for custom build (different resource table names)
     37    - KERNEL32: o Added exports to change the root keys of the registry
     38                  and to change the name of dlls to be loaded next
     39    - CUSTOMBUILD:
     40                o Updates
     41
     42 2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
     43    - USER32:   o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
     44                  and GWW_HWNDPARENT
     45                o Ported ArrangeIconicWindows from Wine (not complete yet)
     46                o Rewrote Get/SetDoubleClickTime & SwapMouseButton
     47                o Don't call O32_GetLastActivePopup
     48                  (TODO: rewrite it)
     49    - KERNEL32: o Rewrote FatalAppExitA/W, FatalExit, Beep, IsBadHugeReadPtr,
     50                  IsBadHugeWritePtr
     51                o Removed O32_HeapCreate/Destroy calls; return rtl heap handle
     52                o No longer use Open32's GetProcAddress or GetModuleFileName
     53    - USER32/KERNEL32:
     54                o Moved WaitForInputIdle & AttachThreadInput from user32 to
     55                  kernel32
     56    - TOOLS\INSTALL:
     57                o Create temp directory in windows dir
     58
     59 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
     60    - TOOLS\INSTALL:
     61                o Added some quartz.dll keys
     62    - COMCTL32: o Status window bugfix; check part number boundary
     63                  (fixes crash in AudioGalaxy)
     64    - USER32:   o IsWindowVisible fix; check WS_CHILD flag before calling GetParent
     65                  (fixes invisible characters while typing in edit control
     66                   of AudioGalaxy)
     67
     68 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
     69    - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
     70      MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
     71                o Added Wine license
     72
     73    - AVIFIL32, SHELL32, COMCTL32, COMDLG32, MSACM32, NTDLL, OLE32, OLAUT32,
     74      SHDOCVW, SETUPAPI, SHLWAPI, OLECLI32, OLEDLG, OLESVR32, RPCRT4
     75                o Replaced Wine license with updated version
     76    - COMCTL32: o Resync with Wine (20010720); comboex, comctl32undoc, rebar,
     77                  imagelist, toolbar, pager
     78    - MSVFW32:  o Resync with Wine (20010720); all
     79    - AVIFIL32: o Resync with Wine (20010720); all
     80    - GDI32:    o Fixed brush leak in InternalTextOutA
     81                  (fixes Macromedia Flash 5 error messages)
     82
     83 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
     84    - KERNEL32: o Moved wsnprintf to user32
     85    - USER32:   o Removed FatalAppExitA/W (already in kernel32)
     86    - SHLWAPI:  o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
     87                o Removed several string function that were not used or exported
     88    - NTDLL:    o Replaced 64 bits math assembly functions (disassembled Wine C code
     89                  compiled with VAC 3.6.5)
     90    - ODINCRT:  o Export 64 bits math rtl functions
     91                o Added 64 bits math rtl functions for VAC 3.0 (assembly;
     92                  borrowed from VAC 3.6.5)
     93                  NOTE: __divi64 might cause problems (in theory) since
     94                        it uses the FPU and doesn't save the FPU state
     95    - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
     96      RPCRT4/WSOCK32/VERSION:
     97                o Rewrote initterm + debug logging to allow us to build
     98                  a single dll containing the code of many Odin dlls
     99    - CUSTOMBUILD:
     100                o Example of creating a custom dll with the Odin32 environment
     101                  that can be used for a ported win32 app. (not done yet)
     102
     103 2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
     104    - DOC:      o Added license for WGSS50
     105    - TOOLS\INSTALL:
     106                o Include new license in WarpIN install script + package
     107    - TOOLS\DAILYBUILD:
     108                o Add WGSS50.lic to daily zipfiles
     109    - COMDLG32: o Use printer dialog function in WGSS50
     110    - WGSS50:   o Added new WGSS dll that fixes several printing problems
     111    - KERNEL32: o lstrncmpiA/W bugfix; broke resource lookup in Acrobat
     112                  Distiller (did not exactly work the way Wine code expected it)
     113
     114 2001-07-19: Achim Hasenmueller <achimha@innotek.de>
     115    - LICENSE:  o added WGSS50.LIC which contains the official license
     116                  of the WGSS50.DLL module that is included with all
     117                  Odin builds. This is a license contract between
     118                  InnoTek Systemberatung GmbH (http://www.innotek.de)
     119                  and the individual Odin user. The library is provided
     120                  free of charge. The main requirement is that every user
     121                  need to own a valid OS/2 license (this also includes
     122                  eComStation of course).
     123                  Every distribution of Odin will also contain this
     124                  license file and the WarpIn archives will show the
     125                  license during installation and require acceptance.
     126                  For any questions about the license, please contact
     127                  me via email. Note that the Odin license specifically
     128                  allows redistribution of Odin with custom applications
     129                  and as soon as the WGSS50 license is included, this also
     130                  applies to WGSS50.DLL.
     131
     132                  The reason we include WGSS50 (a subset of Open32 used
     133                  by IBM for Netscape Communicator 4.61 for OS/2) is that
     134                  it contains numerous improvements over Open32 and it
     135                  allows us more easily to replace Open32/WGSS50 APIs
     136                  by custom functions.
     137
     138 2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
     139    - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
     140                  of sharing the same heap as Odin.
     141                  (lowers the chance of fatal crashes on heap corruption;
     142                   hangs in exitlist)
     143                o Implemented HeapValidate
     144                o GlobalReAlloc bugfix; must check if pointer has a handle
     145                  associated with it.
     146                  (RealDraw install calls GlobalReAlloc with pointer returned
     147                   by GlobalLock(handle))
     148
     149 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
     150    - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
     151                o Faster resource lookup functions (Wine)
     152    - USER32:   o Allocate more memory for icon bitmap before calling
     153                  GpiCreateBitmap. This function seems to touch more bytes
     154                  than necessary (??).
     155    - GDI32:    o AddFontResourceA: ignore if called with filename of PE
     156                  executable (return 1; gets rid of error message in Photoshop 6)
     157
     158 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
     159    - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
     160                  functions in winspool)
     161    - USER32:   o Translate WM_VSCROLL & WM_HSCROLL
     162                o Do not use imports not available in Warp 3's PMWINX
     163                  (WaitForInputIdle & GetAsyncKeyState)
     164                o There is no close button in Warp 3 (OS/2 look & feel)
     165    - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
     166
     167 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
     168    - PELDR:    o Fix for parsing cmd line consisting of directory with spaces
     169    - USER32:   o Get menu font from os2.ini (OS/2 look & feel)
     170                o Full window drag now works for Odin windows
     171    - GDI32:    o Implemented StartDocW
     172
     173 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
     174    - COMDLG32: o Fix for windows 3.1 style file dialog
     175    - COMCTL32: o Bad listview pointer checks cause crashes in details
     176                  view of file dialogs
     177                  (TODO: Details view is still not right)
     178    - KERNEL32: o Check for NULL pointer in lstrlenA/W
     179                  (fixes crash during AutoCAD 14 install)
     180    - USER32:   o Removed very old check for negative x or y coordinates during
     181                  window creation.
     182                  (file open dialog in InstallShield doesn't show weird edit control
     183                   anymore and the MS Word 97 main window looks better now)
     184                o RegisterClassA/W: check icon first before copying it
     185                  (gets rid of some annoying warnings in the logfile)
     186    - GDI32:    o Change BITMAPINFO height if negative
     187                  (fixes failing StretchDIBits calls with Matrox display driver)
     188
     189 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
     190    - KERNEL32: o Atom fixes
     191    - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
     192                  GetActiveObject from Wine.
     193
     194 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
     195    - COMDLG32: o Don't clear filename when selecting of switching
     196                  directory is file open/save dialog.
     197
     198 2001-07-10: knut st. osmundsen <kosmunds@csc.com>
     199    - WIN32K:   o Made DosKillProcessEx framework.
     200                o Tried to fix missing unlocks of environment block.
     201    - KERNEL32: o Tried to fix missing unlocks of environment block.
     202                o Fixed module not found problem when a Pe2Lx is dynamically
     203                  loaded several times.
     204                o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
     205                  LoadLibraryEx fail on unregistered LX dlls. This will fix
     206                  the most annoying int 3's when starting Opera on debug Odin.
     207                  (Two int 3 per netscape/2 plugin checked.)
     208
     209 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
     210    - CRTDLL:   o When renaming dlls we still use the original importlibrary
     211                  and .def-file names. ORGTARGET exist for that purpose.
     212    - NTDLL:    o Link with crtdll.lib.
     213    - VERSION:  o Link with crtdll.lib.
     214    - WIN32K:   o Updated LieList with CrtDll -> CrtDll32 renaming.
     215
     216 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
     217    - KERNEL32: o Directly import registry functions from REGISTRY.DLL
     218    - GDI32:    o Never use object handle 0
     219                  (fixes bad icons in dialogs)
     220    - USER32:   o Same edit fix as applied yesterday, but this time for
     221                  single line edit control painting.
     222                  (Opera url editbox now displays selected text properly)
     223
     224 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
     225    - WSOCK32:  o error message to human readable text translation
     226                  for WSASetLastError (debug version)
     227                o implemented IPPROTO_IP support for setsockopt
     228                  (not fully done)
     229                o reset semaphore in WSAEnumNetworkEvents
     230    - USER32:   o deleted user32\old. It is still in the CVS attic
     231                  so in case you need it, you can get it from CVS
     232
     233 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
     234    - USER32:   o Some icon fixes
     235                o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
     236                  jump back to last click position when moving the mouse
     237                  outside the scroll window during scrolling.
     238                o Changed menu behaviour in OS/2 mode; no mouse tracking
     239                  when right or left mouse button not pressed.
     240                o Clipboard (Get/SetClipboardData: must translated open32
     241                  to kernel32 global memory handles (due to Global memory
     242                  api rewrite)
     243                o Key translation for arrow keys and insert/del, home/end, page up/down
     244                  added (WM_CHAR message translation)
     245                o Edit control bugfix for drawing selected text
     246    - KERNEL32: o More pointer checks added to GlobalLock/Unlock
     247                o Add default rename entry for crtdll
     248                o Fixed FS corruption in atom functions (wrapper for LookupAtom)
     249    - CRTDLL:   o Renamed to crtdll32 to avoid problems with some Lotus
     250                  apps that come with their own crtdll
     251    - NTDLL:    o Link with crtdll32.lib
     252    - VERSION:  o Link with crtdll32.lib
     253    - SHLWAPI:  o Link with crtdll32.lib
     254    - PELDR:    o Fix for file not found error
     255
     256 2001-07-08: knut st. osmundsen <kosmunds@csc.com>
     257    - KERNEL32: o Added call in initterm to tell win32k where the Odin32
     258                  environment block is. (Its in Open32, and I don't think
     259                  it is reallocated.)
     260                o Added early initiation of Win32k loaded EXE. This corrected
     261                  problems with GetModuleHandleA returing -1 to MSVCRT.
     262    - WIN32K:   o Fixed environment block problem. The environment variables is
     263                  not updated in the original env.block. So, win32k needs to
     264                  be told where to find the Odin32 environment block to correctly
     265                  find dlls using the PATH.
     266                o Corrected crosspage fixup bug.
     267                o Set no internal fixups flag in LX header for most executables
     268                  in an attempt to convice OS/2 to load them where they wanna be
     269                  loaded (usually 0x00400000).
     270                o Can now tell difference between the debug kernels.
     271
     272 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
     273    - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
     274                o Fixed GetAtomNameW
     275    - GDI32:    o Don't use Open32 IsBad* memory functions directly
     276    - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
     277                  memory handles (due to Global memory api rewrite)
     278
     279 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
     280    - WS2_32:   o import WSAEventSelect from WSOCK32 (although a
     281                  Winsock 2.0 API, it makes more sense to be implemented
     282                  in the Winsock 1.1 stack)
     283                o import WSAEnumNetworkEvents from WSOCK32 (same reason)
     284    - WSOCK32:  o enhanced WSAAsyncSelect processing to allow both
     285                  window handle and event semaphore notification
     286                o implemented WSAEventSelect
     287                o implemented WSAEnumNetworkEvents (not correct)
     288
     289 2001-07-07: knut st. osmundsen <kosmunds@csc.com>
     290    - URLMON:   o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
     291                  to fix SYS2048 during RealPlayer install.
     292    - WIN32K:   o Fixed the DBExpert bug in the longdllname code.
     293                  BTW. Thanks to Randell at Sundial Systems and Alex Newman
     294                  for reporting this and begin very helpful tracking it down.
     295                o The longdllname feature now differs from the OS/2 loader on
     296                  one points: <br>
     297                  It is able to find (DosQueryModuleHandle) for dlls using
     298                  internal names which includes the .DLL extention. <br>
     299                  The longdllname feature don't currently support names with
     300                  extention .DLL like extentions with base name lengths from
     301                  4-7 chars. I will fix this some day.<br>
     302
     303 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
     304    - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
     305                o GlobalAlloc must return pointers aligned at 8 byte boundary
     306                  (SDK docs + verified in NT4, SP6)
     307                o Better checks in GlobalFree for invalid handles/pointers
     308                  (InvestmentView seems to call it with a GDI handle; why??)
     309                o LocalReAlloc bugfix
     310    - USER32:   o Must return 16 bits icon & cursor handles
     311                  (fixes crash in Acrobat Reader 4)
     312    - GDI32:    o GetDIBits must only return color information when lpvBits
     313                  is not NULL.
     314                  (fixes Opera crash (heap corruption) with new heap code)
     315    - PELDR:    o Report error when file not found.
     316
     317 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
     318    - USER32:   o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
     319                o WinHelpA fixes (use shared memory for sending information
     320                  to winhlp32)
     321    - KERNEL32: o Added GlobalFix and GlobalUnfix
     322                o Local memory functions now use Global memory functions
     323                o Ported Wine Global memory functions (we no longer depend
     324                  on Open32 for these)
     325
     326 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
     327    - USER32:   o Partial implementation of ToAsciiEx (just calls ToAscii)
     328                o VkKeyScanExA/W: call VkKeyScanA/W
     329                o MapVirtualKeyExA/W: call MapVirtualKeyA/W
     330                o SetParent bugfix; even though the win32 coordinates might
     331                  not change, the PM coordinates can. We must make sure the
     332                  child stays at the same position (y) relative to the
     333                  (new) parent.
     334                  (Cool Edit Pro LE play buttons now at the right position)
     335                o Send WM_SETICON to frame window with converted win32 icon
     336                  (application icon now visible in task list)
     337                o Quick fix for window creation:
     338                  Before a window has processed WM_NCCREATE:
     339                  - GetTopWindow can't return that window handle
     340                  - GetWindow(parent, GW_CHILD) can't return that window handle
     341                  - IsChild works
     342                  TODO: Does this affect more functions?? (other GetWindow ops)
     343                  (verified in NT4, SP6)
     344                  TODO: Must add window to parent's child list after WM_NCCREATE
     345                        and rewrite GetWindow & GetTopWindow
     346                  (fix for crash in MP3 Explorer)
     347
     348    - GDI32:    o Workaround for applications that depend on 16 bits
     349                  GDI object handles.
     350                  (TODO: must create our own 16 bits handles)
     351                  (fixes crash in Cool Edit Pro LE)
     352
     353 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
     354    - KERNEL32: o Improoved the Unhandled exception message by
     355                  trying to provide modulename and some kind of obj/offset.
     356    - FastDep:  o (synced with OS2Tools) Make better use of data in evt.
     357                   existing .depend file so that only changed files are processed.
     358
     359 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
     360    - KERNEL32: o Executable load fix
     361                  (fixes crash during RealPlayer 8 install)
     362                o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
     363    - USER32:   o ToAscii & GetKeyboardState fixes
     364                  (for Putty keyboard input)
    2365
    3366 2001-06-27: knut st. osmundsen <kosmunds@csc.com>
  • TabularUnified trunk/include/win/winuser.h

    r6445 r6461  
    37703770INT       WINAPI ToAsciiEx(UINT,UINT,LPBYTE,LPWORD,UINT,HKL);
    37713771BOOL      WINAPI TrackPopupMenu(HMENU,UINT,INT,INT,INT,HWND,const RECT*);
    3772 INT       WINAPI TranslateAccelerator(HWND,HACCEL,LPMSG);
     3772INT       WINAPI TranslateAcceleratorA(HWND,HACCEL,LPMSG);
     3773#define     TranslateAccelerator TranslateAcceleratorA
    37733774BOOL      WINAPI TranslateMDISysAccel(HWND,LPMSG);
    37743775BOOL      WINAPI TranslateMessage(const MSG*);
Note: See TracChangeset for help on using the changeset viewer.