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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog-2002

    r8489 r8490  
    1  /* $Id: ChangeLog-2002,v 1.3 2002-05-25 08:13:18 sandervl Exp $ */
     1 /* $Id: ChangeLog-2002,v 1.4 2002-05-25 08:14:05 sandervl Exp $ */
     2
     3 2002-04-30: Sander van Leeuwen <sandervl@innotek.de>
     4    - GDI32:    o Font renaming support added to EnumFontFamiliesA/W
     5    - USER32:   o Implemented WH_MOUSE_LL hook
     6                o Removed DInput hack for keyboard & mouse message translation
     7    - DINPUT:   o Resync with last X11 licensed Wine (TODO: LGPL)
     8
     9 2002-04-30: knut st. osmundsen <bird@anduin.net>
     10    - KERNEL32: o Changes for debug heap (makefile + exception handler)
     11
     12 2002-04-30: Platon Fomichev <platon@innotek.de>
     13    - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
     14                  SystemTimeToFileTime bugfixes
     15    - USER32:   o Focus fix when minimizing window
     16
     17 2002-04-29: Sander van Leeuwen <sandervl@innotek.de>
     18    - KERNEL32: o Export RegisterCustomDriver
     19
     20 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
     21    - OLEAUT32: o Clean up hash object during dll unload
     22    - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
     23                  and DestroyTIB
     24                o fixed unicode conversion for APIs that allow
     25                  NULL strings as input parameter (SearchPathW,
     26                  Registry APIs) not to set last error to EROROR_INVALID_HANDLE
     27                o wprocess.cpp:
     28                  - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
     29                    to start PE-clients inside a new debugger instance
     30                  - GetModuleFileName fixes (don't count zero termination)
     31                o don't set last error in HeapFree()
     32    - COMCTL32: o Draglist control bugfix (crash)
     33
     34 2002-04-28: knut st. osmundsen <bird@anduin.net>
     35    - Configure.cmd, Odincrt:
     36                o Added option --with-klib to configure.cmd to link
     37                  odincrt with the electric debug heap of kLib.
     38                  Concider this experimental!
     39
     40 2002-04-28: Platon Fomichev <platon@innotek.de>
     41    - USER32:   o Focus fix when minimizing window
     42    - IPHLPAPI: o Bugfix
     43
     44 2002-04-24: Platon Fomichev <platon@innotek.de>
     45    - USER32:   o Don't activate window when it's minimized (ShowWindow)
     46                o Deactivate window & move to bottom of z-order when it's
     47                  minimized
     48                o Listbox fix; rollup dropdown if mouse button pressed outside
     49                  control
     50
     51 2002-04-17: Platon Fomichev <platon@innotek.de>
     52    - COMDLG32: o If application specifies full path in file dialog structure
     53                  (and initial dir string is NULL), then change to the directory.
     54
     55 2002-04-17: knut st. osmundsen <bird@anduin.net>
     56    - Makefiles:
     57                o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
     58                  mode. See /tools/profilerfix/Readme.1st for details.
     59    - ProfilerFix:
     60                o Added readme.1st for VAC308, vac365 profiling using the
     61                  VAC4 profiler features.
     62
     63 2002-04-14: knut st. osmundsen <bird@anduin.net>
     64    - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
     65                o Added testcases to makescripts in the testcase subdir.
     66                  'nmake build testcase' from that dir will build test
     67                  program(s) and run testcases.
     68
     69 2002-04-13: knut st. osmundsen <bird@anduin.net>
     70    - Windefs.h:
     71                o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
     72    - KERNEL32: o GetDriveType optimizations.
     73                  Made it just as strict as WinXP. Hope this won't
     74                  blow up any thing. (A little bit worried about a call in
     75                  shell32/folders.c and mci_open.)
     76                o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
     77                o Made (stupid) test program which is placed in the testcase
     78                  subdir. This is compilable for both OS/2 and NT.
     79                o Hot fix for 0 CDROM issue. (To be removed)
     80
     81    - USER32:   o Corrected a call to GetDriveTypeA. (missing ':')
     82
     83 2002-04-11: knut st. osmundsen <bird@anduin.net>
     84    - Makefiles:
     85                o Output linenumbers to the map file when linking.
     86                o Attempt at VAC308 profiling (icsperf.exe).
     87                  This is only enabled if you set PROFILE without DEBUG.
     88    - ProfileFix:
     89                o Hack to prevent the app which is profiled to crash
     90                  on Warp 4.5+.
     91    - Install:  o Changed it to work with 0.9.18+. Not that this fix
     92                  requires a bugfix over the 0.9.18 warping release.
     93    - DailyBuild:
     94                o Updated scripts so I can run the daily build on my
     95                  workstaion at home.
     96
     97 2002-04-10: knut st. osmundsen <bird@anduin.net>
     98    - UXTHEME:  o Stubbed the DLL as some apps keeps trying to load it.
     99    - src/makefile:
     100                o Update the CUSTOMBUILD module list.
     101
     102 2002-04-07: Sander van Leeuwen <sandervl@innotek.de>
     103    - ODINCRT:  o Wrote OS/2 version of CriticalSection apis (including
     104                  support for shared critical sections; which is currently
     105                  not possible with the Win32 version due to missing
     106                  support for global object handles in kernel32)
     107    - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
     108                o Rewrote global vmutex usage (mmap)
     109    - USER32:   o Rewrote global vmutex usage (window handles)
     110                o EnumWindows made safer
     111                o Fixed bug in desktop window constructor (double window
     112                  handle allocation)
     113    - WINMM:    o Rewrote vmutex usage (wave in/out classes)
     114    - GDI32:    o Rewrote vmutex usage (object handle functions)
     115    - INCLUDE:  o Debug wrapper fixes (missing 6th argument)
     116
     117 2002-04-06: Sander van Leeuwen <sandervl@innotek.de>
     118    - KERNEL32: o Do not test for write capability with CDROM drives
     119                  (IOCTL_DISK_IS_WRITABLE)
    2120
    3121 2002-03-31: knut st. osmundsen <bird@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.