Changeset 8489 for trunk/changelog


Ignore:
Timestamp:
May 25, 2002, 10:13:53 AM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r8487 r8489  
    1 /* $Id: changelog,v 1.2096 2002-05-25 08:07:36 sandervl Exp $ */
     1/* $Id: changelog,v 1.2097 2002-05-25 08:13:53 sandervl Exp $ */
    22
    33 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
     
    140140                  translation array
    141141
    142  2002-04-30: Sander van Leeuwen <sandervl@innotek.de>
    143     - GDI32:    o Font renaming support added to EnumFontFamiliesA/W
    144     - USER32:   o Implemented WH_MOUSE_LL hook
    145                 o Removed DInput hack for keyboard & mouse message translation
    146     - DINPUT:   o Resync with last X11 licensed Wine (TODO: LGPL)
    147 
    148  2002-04-30: knut st. osmundsen <bird@anduin.net>
    149     - KERNEL32: o Changes for debug heap (makefile + exception handler)
    150 
    151  2002-04-30: Platon Fomichev <platon@innotek.de>
    152     - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
    153                   SystemTimeToFileTime bugfixes
    154     - USER32:   o Focus fix when minimizing window
    155 
    156  2002-04-29: Sander van Leeuwen <sandervl@innotek.de>
    157     - KERNEL32: o Export RegisterCustomDriver
    158 
    159  2002-04-29: Patrick Haller <patrick.haller@innotek.de>
    160     - OLEAUT32: o Clean up hash object during dll unload
    161     - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
    162                   and DestroyTIB
    163                 o fixed unicode conversion for APIs that allow
    164                   NULL strings as input parameter (SearchPathW,
    165                   Registry APIs) not to set last error to EROROR_INVALID_HANDLE
    166                 o wprocess.cpp:
    167                   - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
    168                     to start PE-clients inside a new debugger instance
    169                   - GetModuleFileName fixes (don't count zero termination)
    170                 o don't set last error in HeapFree()
    171     - COMCTL32: o Draglist control bugfix (crash)
    172 
    173  2002-04-28: knut st. osmundsen <bird@anduin.net>
    174     - Configure.cmd, Odincrt:
    175                 o Added option --with-klib to configure.cmd to link
    176                   odincrt with the electric debug heap of kLib.
    177                   Concider this experimental!
    178 
    179  2002-04-28: Platon Fomichev <platon@innotek.de>
    180     - USER32:   o Focus fix when minimizing window
    181     - IPHLPAPI: o Bugfix
    182 
    183  2002-04-24: Platon Fomichev <platon@innotek.de>
    184     - USER32:   o Don't activate window when it's minimized (ShowWindow)
    185                 o Deactivate window & move to bottom of z-order when it's
    186                   minimized
    187                 o Listbox fix; rollup dropdown if mouse button pressed outside
    188                   control
    189 
    190  2002-04-17: Platon Fomichev <platon@innotek.de>
    191     - COMDLG32: o If application specifies full path in file dialog structure
    192                   (and initial dir string is NULL), then change to the directory.
    193 
    194  2002-04-17: knut st. osmundsen <bird@anduin.net>
    195     - Makefiles:
    196                 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
    197                   mode. See /tools/profilerfix/Readme.1st for details.
    198     - ProfilerFix:
    199                 o Added readme.1st for VAC308, vac365 profiling using the
    200                   VAC4 profiler features.
    201 
    202  2002-04-14: knut st. osmundsen <bird@anduin.net>
    203     - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
    204                 o Added testcases to makescripts in the testcase subdir.
    205                   'nmake build testcase' from that dir will build test
    206                   program(s) and run testcases.
    207 
    208  2002-04-13: knut st. osmundsen <bird@anduin.net>
    209     - Windefs.h:
    210                 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
    211     - KERNEL32: o GetDriveType optimizations.
    212                   Made it just as strict as WinXP. Hope this won't
    213                   blow up any thing. (A little bit worried about a call in
    214                   shell32/folders.c and mci_open.)
    215                 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
    216                 o Made (stupid) test program which is placed in the testcase
    217                   subdir. This is compilable for both OS/2 and NT.
    218                 o Hot fix for 0 CDROM issue. (To be removed)
    219 
    220     - USER32:   o Corrected a call to GetDriveTypeA. (missing ':')
    221 
    222  2002-04-11: knut st. osmundsen <bird@anduin.net>
    223     - Makefiles:
    224                 o Output linenumbers to the map file when linking.
    225                 o Attempt at VAC308 profiling (icsperf.exe).
    226                   This is only enabled if you set PROFILE without DEBUG.
    227     - ProfileFix:
    228                 o Hack to prevent the app which is profiled to crash
    229                   on Warp 4.5+.
    230     - Install:  o Changed it to work with 0.9.18+. Not that this fix
    231                   requires a bugfix over the 0.9.18 warping release.
    232     - DailyBuild:
    233                 o Updated scripts so I can run the daily build on my
    234                   workstaion at home.
    235 
    236  2002-04-10: knut st. osmundsen <bird@anduin.net>
    237     - UXTHEME:  o Stubbed the DLL as some apps keeps trying to load it.
    238     - src/makefile:
    239                 o Update the CUSTOMBUILD module list.
    240 
    241  2002-04-07: Sander van Leeuwen <sandervl@innotek.de>
    242     - ODINCRT:  o Wrote OS/2 version of CriticalSection apis (including
    243                   support for shared critical sections; which is currently
    244                   not possible with the Win32 version due to missing
    245                   support for global object handles in kernel32)
    246     - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
    247                 o Rewrote global vmutex usage (mmap)
    248     - USER32:   o Rewrote global vmutex usage (window handles)
    249                 o EnumWindows made safer
    250                 o Fixed bug in desktop window constructor (double window
    251                   handle allocation)
    252     - WINMM:    o Rewrote vmutex usage (wave in/out classes)
    253     - GDI32:    o Rewrote vmutex usage (object handle functions)
    254     - INCLUDE:  o Debug wrapper fixes (missing 6th argument)
    255 
    256  2002-04-06: Sander van Leeuwen <sandervl@innotek.de>
    257     - KERNEL32: o Do not test for write capability with CDROM drives
    258                   (IOCTL_DISK_IS_WRITABLE)
    259 
Note: See TracChangeset for help on using the changeset viewer.