Changeset 8338 for trunk/changelog


Ignore:
Timestamp:
Apr 30, 2002, 11:35:40 AM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r8337 r8338  
    1 /* $Id: changelog,v 1.2056 2002-04-30 09:34:56 sandervl Exp $ */
     1/* $Id: changelog,v 1.2057 2002-04-30 09:35:40 sandervl Exp $ */
    22
    33 2002-04-30: knut st. osmundsen <bird@anduin.net>
     
    112112                  (IOCTL_DISK_IS_WRITABLE)
    113113
    114  2002-03-31: knut st. osmundsen <bird@anduin.net>
    115     - Include:  o Removed blank lines from odinbuild.h and wrapped
    116                   the prototype in ifdefs so WIN32API doesn't need
    117                   to be defined to include the file.
    118 
    119  2002-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
    120     - USER32:   o Customization changes
    121     - WNASPI32: o Fix for disabling aspi by default in custom build
    122 
    123  2002-03-28: Platon Fomichev <platon@innotek.de>
    124     - USER32:   o Gracefully handle WM_QUIT message sent by window list:
    125                   do not return from GetMessage with FALSE, but send
    126                   WM_CLOSE to window. WM_QUIT sent by PostQuitMessage
    127                   will be handled properly.
    128 
    129  2002-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
    130     - KERNEL32: o OpenFileMapping fix
    131                   (Notes replication seems to work now)
    132                 o MapViewOfFile fix; all named file mappings can be shared
    133                   (files & memory only)
    134 
    135  2002-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
    136     - KERNEL32: o Removed FindResource hooks
    137     - USER32:   o Added LoadImageW hook for custom builds
    138     - DDRAW:    o Do not use XFree driver unless fullscreen mode is enabled
    139 
    140  2002-03-22: Yuri Dario <mc6530@mclink.it>
    141     - USER32:   o EnumThreadWindows fix (necessary due to recent process &
    142                   thread id changes)
    143 
    144  2002-03-20: Platon Fomichev <platon@innotek.de>
    145     - USER32:   o Fixes and changes for minimizing windows (minimized window
    146                   list; restore; icon paint)
    147 
    148  2002-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
    149     - USER32:   o BeginPaint change; use entire window if window is minimized
    150 
    151  2002-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
    152     - WGSS50:   o WGSS update from IBM
    153     - WSOCK32:  o Return requested version in WSAStartup
    154     - GDI32:    o Renamed LibMain to avoid name conflict with custom build
    155                   (shell32)
    156 
    157  2002-03-16: Platon Fomichev <platon@innotek.de>
    158     - COMCTL32: o Ownerdrawn listview control items have no margin
    159     - USER32:   o DIB_BitmapInfoSize fix for 24 bpp bitmaps
    160                 o CloseWindow change; call ShowWindow(SW_MINIMIZE)
    161                 o GetWindowPlacement fix; always return internally stored
    162                   rcNormalPosition
    163     - WNASPI32: o Added DisableASPI function
    164 
    165  2002-03-14: knut st. osmundsen <bird@anduin.net>
    166     - Fastdep:  o Some minor -E<somthing> issues (non Odin32 use).
    167 
    168  2002-03-08: Platon Fomichev <platon@innotek.de>
    169     - USER32:   o Menu: fix for double click on minimized window (icon)
    170 
    171  2002-03-08: Patrick Haller <patrick.haller@innotek.de>
    172     - SHELL32:  o WINE sync
    173                 o some WPS integration (ShellExecute can open WPS objects)
    174     - SHLWAPI:  o PathIsURLA/W fixes for Flask (crash in Flask->About)
    175     - USER32:   o Moved some icon extraction functions from shell32 to user32
    176     - MAKEFILES:
    177                 o replaced our version of "netapi32.lib" with "wnetap32.lib"
    178                   to avoid conflict with toolkit
    179     - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid
    180                   toolkit conflict (netapi32.lib)
    181                 o NetBios support implemented (disabled for now)
    182                   (yet resources are global and not per-process)
    183     - WS2_32:   o added fake version of WSAEnumProtocol()
    184 
    185  2002-03-07: Platon Fomichev <platon@innotek.de>
    186     - USER32:   o CloseWindow fix (use frame window handle)
    187                 o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival
    188                   of minimize syscommand
    189 
    190  2002-03-06: Platon Fomichev <platon@innotek.de>
    191     - USER32:   o Fixes for minimized dragging icon and minimized icon distortion
    192 
    193  2002-03-05: Platon Fomichev <platon@innotek.de>
    194     - USER32:   o Allow single minimize or maximize button in titlebar (os/2
    195                   appearance)
    196 
    197  2002-03-04: Yuri Dario <mc6530@mclink.it>
    198     - KERNEL32: o Update for Italian NLS info
    199                 o Fall back to English NLS info if time format not found
    200 
    201  2002-03-04: Platon Fomichev <platon@innotek.de>
    202     - USER32:   o Fix for window restore from minimized state
    203 
    204  2002-02-28: Platon Fomichev <platon@innotek.de>
    205     - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing
    206                   to floppy (DASD mode)
    207 
    208  2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
    209     - USER32:   o Removed WindowFromPoint change; has bad effect on many things
    210     - KERNEL32: o Removable disk access fix
    211 
    212  2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
    213     - USER32:   o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
    214                 o WindowFromPoint change; enumerate z-order, not parent-children
    215     - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
    216                   ((processid SHL 16) | threadid)
    217                   Thread ids return by WGSS are unique to the process only.
    218 
    219  2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
    220     - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
    221 
    222  2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
    223     - OLE32:    o Added some missing exports
    224 
    225  2002-02-23: knut st. osmundsen <bird@anduin.net>
    226     - MAKEFILES:
    227                 o Cleaned up some demangling mess in makefiles.
    228                   Now both VAC308 and VAC365 builds works again.
    229     - /Makefile:
    230                 o Added a cleanall rule to /makefile which will cleanup
    231                   for every compiler and all tree build modes.
    232                 o Corrected problemous odin_library rules in /makefile.
    233                   (didn't work on a clean tree)
    234     - /src/Makefile:
    235                 o Corrected directory locking for lib module.
    236                   (Can now build debug and release builds concurrently.)
    237     - Tools:    o Synced the common kFile* classes with os2tools.
    238                   (The thing you do when you're supposed to do something else.. ;) )
    239 
    240  2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
    241     - WSOCK32:  o Don't send FD_CONNECT if socket was already connected
    242                   (accept returns connected socket)
    243 
    244  2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
    245     - NTDLL/ADVAPI32:
    246                 o Some Wine updates
    247 
    248  2002-02-21: Platon Fomichev <platon@innotek.de>
    249     - IPHLPAPI  o GetNetworkParams bugfixes
    250 
    251  2002-02-20: Platon Fomichev <platon@innotek.de>
    252     - IPHLPAPI  o Implemented GetAdaptersInfo & GetNetworkParams
    253 
    254  2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
    255     - WSOCK32:  o Changed reported winsock version to 2.0 (from 1.1)
    256                 o Bugfix for accept when changing flags of active async request
    257     - COMCTL32: o Listview fix: update item width & height during WM_SIZE
    258                   (fixes incorrect redraws when selecting items in CVP)
    259 
    260  2002-02-20: Dmitry Froloff <froloff@os2.ru>
    261     - PELDR:    o Added support for WINDOWSPATH environment variable; PE
    262                   searches for executables in directories listed in WINDOWSPATH
    263 
    264  2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
    265     - KERNEL32: o Added support for Russian country code + other countries
    266     - OLE32:    o Removed old code + some unnecessary changes
    267     - SHELL32:  o compile fix for SHBrowseForFolderW (due to recent header changes)
    268 
    269  2002-02-18: Patrick Haller <patrick.haller@innotek.de>
    270     - USER32:   o fixed structure size for
    271                   SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
    272                 o fixed GetModuleHandleW(NULL) string conversion
    273 
    274  2002-02-18: knut st. osmundsen <bird@anduin.net>
    275     - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
    276                   QS*/qs typedefs. Hope this wont cause any problems...
    277 
    278  2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
    279     - USER32:   o Added function to force color to mono mouse cursor conversion
    280                   (for mouse cursors with more than 2 colors)
    281 
    282  2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
    283     - OLE32:    o Extended logging added
    284                 o Resync with Wine (20020215)
    285                   (Out of process COM objects; InstallShield 6)
    286     - OLEAUT32: o Partial resync with Wine (20020215)
    287                 o Extended logging added
    288     - COMCTL32: o Extended logging added
    289     - KERNEL32: o Named pipe updates
    290 
    291  2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
    292     - SHELL32:  o Extended logging added
    293 
    294  2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
    295     - SHLWAPI:  o StrFromTimeIntervalA/W takes 4 parameters, not 2
    296                 o Added extended logging
    297 
    298  2002-02-12: Platon Fomichev <platon@innotek.de>
    299     - USER32:   o Ignore keyboard messages (PM) with scancode 0
    300 
    301  2002-02-11: Platon Fomichev <platon@innotek.de>
    302     - USER32:   o Fix for double enter keyboard messages
    303 
    304  2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
    305     - KERNEL32/USER32:
    306                 o Moved Char*, IsChar*, Oem* functions to kernel32
    307                   (forwarders in user32)
    308     - USER32:   o Fixed reference count leak in SetFocus, GetDlgCtrlID,
    309                   EndDialog & window dtor
    310 
    311  2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
    312     - USER32:   o Extended logging added
    313 
    314  2002-02-10: Platon Fomichev <platon@innotek.de>
    315     - USER32\PMKBDHK:
    316                 o Fixes for shift-enter & shift-enter (numpad)
    317     - USER32:   o Numpad enter fix for GetKeyNameTextA
    318 
    319  2002-02-10: Dmitry Froloff <froloff@os2.ru>
    320     - KERNEL32: o Translate strings used for Dos* functions from Windows
    321                   to OS/2 codepage
    322                 o Translate strings returned by Dos* functions from OS/2
    323                   to Windows codepage
    324     - USER32:   o Translate strings used to set the window title (OS/2 mode)
    325                   from Windows to OS/2 codepage.
    326 
    327  2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
    328     - KERNEL32: o Logging updates
    329     - INCLUDE\makefiles:
    330                 o New rules for generating .def files
    331 
    332  2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
    333     - KERNEL32: o Implemented tracing of all exported functions
    334                   (meant to replace ODINFUNCTION* macros; useful mainly
    335                    to improve logging in Wine modules)
    336 
    337  2002-02-08: Platon Fomichev <platon@innotek.de>
    338     - USER32:   o Fixes for handling Shift-Enter & Alt-Enter
    339 
    340  2002-02-08: knut st. osmundsen <bird@anduin.net>
    341     - WRC:      o Added codepage.c from kernel32 as a hotfix to the
    342                   unresolved external issue. Only the get_char_typeW
    343                   is enabled.
    344 
    345  2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
    346     - KERNEL32: o Thread change: determine if thread callback is inside
    347                   a PE dll. If it is, then force switch to win32 TIB.
    348                   (necessary for Opera when loading win32 plugins)
    349                 o Use NLS resources from Wine (no longer rely on OS/2 unicode
    350                   dll)
    351                 o ole2nls update; now use GetLocaleInfoA/W from Wine
    352 
    353  2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
    354     - WSOCK32:  o minor recv update for error handling
    355     - USER32:   o Ported TrackMouseEvent (Wine 20020122)
    356     - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
    357                 o Force switch to win32 FS selector when calling PE image
    358                   entrypoints (necessary for Odin32 applications that use
    359                   PE dlls (like Opera))
    360     - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
    361                   comboex, imagelist) (20020122)
    362     - SHLWAPI:  o Wine resync (20020122)
    363 
    364  2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
    365     - USER32:   o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
    366                   SendNotifyMessageA/W from Wine (20020122)
    367                 o Rewrote SendMessageA/W to behave more like Wine
    368                   (hook calls)
    369 
    370  2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
    371     - KERNEL32; o Added dummy executable class
    372                 o Ported GetTempPathA/W from Wine
    373 
Note: See TracChangeset for help on using the changeset viewer.