source: trunk/changelog@ 8382

Last change on this file since 8382 was 8379, checked in by sandervl, 24 years ago

* empty log message *

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