source: trunk/changelog@ 7988

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

* empty log message *

File size: 5.7 KB
RevLine 
[7988]1/* $Id: changelog,v 1.1999 2002-02-21 23:11:04 sandervl Exp $ */
[7715]2
[7984]3 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
4 - NTDLL/ADVAPI32:
5 o Some Wine updates
6
[7982]7 2002-02-21: Platon Fomichev <platon@innotek.de>
8 - IPHLPAPI o GetNetworkParams bugfixes
9
[7974]10 2002-02-20: Platon Fomichev <platon@innotek.de>
11 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
12
[7972]13 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
14 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
[7978]15 o Bugfix for accept when changing flags of active async request
[7975]16 - COMCTL32: o Listview fix: update item width & height during WM_SIZE
17 (fixes incorrect redraws when selecting items in CVP)
[7972]18
[7969]19 2002-02-20: Dmitry Froloff <froloff@os2.ru>
20 - PELDR: o Added support for WINDOWSPATH environment variable; PE
21 searches for executables in directories listed in WINDOWSPATH
22
[7957]23 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
[7961]24 - KERNEL32: o Added support for Russian country code + other countries
[7967]25 - OLE32: o Removed old code + some unnecessary changes
[7961]26 - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
[7957]27
[7950]28 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
29 - USER32: o fixed structure size for
30 SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
31 o fixed GetModuleHandleW(NULL) string conversion
32
[7946]33 2002-02-18: knut st. osmundsen <bird@anduin.net>
34 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
35 QS*/qs typedefs. Hope this wont cause any problems...
36
[7942]37 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
38 - USER32: o Added function to force color to mono mouse cursor conversion
39 (for mouse cursors with more than 2 colors)
40
[7907]41 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
42 - OLE32: o Extended logging added
[7946]43 o Resync with Wine (20020215)
[7931]44 (Out of process COM objects; InstallShield 6)
[7917]45 - OLEAUT32: o Partial resync with Wine (20020215)
46 o Extended logging added
[7920]47 - COMCTL32: o Extended logging added
[7930]48 - KERNEL32: o Named pipe updates
[7907]49
[7903]50 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
51 - SHELL32: o Extended logging added
52
[7899]53 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
54 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
55 o Added extended logging
56
[7895]57 2002-02-12: Platon Fomichev <platon@innotek.de>
58 - USER32: o Ignore keyboard messages (PM) with scancode 0
59
[7892]60 2002-02-11: Platon Fomichev <platon@innotek.de>
61 - USER32: o Fix for double enter keyboard messages
62
[7884]63 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
64 - KERNEL32/USER32:
65 o Moved Char*, IsChar*, Oem* functions to kernel32
66 (forwarders in user32)
[7946]67 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
[7889]68 EndDialog & window dtor
[7884]69
[7868]70 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
71 - USER32: o Extended logging added
[7856]72
[7868]73 2002-02-10: Platon Fomichev <platon@innotek.de>
74 - USER32\PMKBDHK:
75 o Fixes for shift-enter & shift-enter (numpad)
[7870]76 - USER32: o Numpad enter fix for GetKeyNameTextA
[7868]77
78 2002-02-10: Dmitry Froloff <froloff@os2.ru>
79 - KERNEL32: o Translate strings used for Dos* functions from Windows
80 to OS/2 codepage
81 o Translate strings returned by Dos* functions from OS/2
82 to Windows codepage
83 - USER32: o Translate strings used to set the window title (OS/2 mode)
84 from Windows to OS/2 codepage.
85
[7852]86 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
87 - KERNEL32: o Logging updates
88 - INCLUDE\makefiles:
89 o New rules for generating .def files
[7851]90
[7845]91 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
92 - KERNEL32: o Implemented tracing of all exported functions
93 (meant to replace ODINFUNCTION* macros; useful mainly
94 to improve logging in Wine modules)
95
[7841]96 2002-02-08: Platon Fomichev <platon@innotek.de>
[7836]97 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
98
[7835]99 2002-02-08: knut st. osmundsen <bird@anduin.net>
100 - WRC: o Added codepage.c from kernel32 as a hotfix to the
101 unresolved external issue. Only the get_char_typeW
102 is enabled.
103
[7830]104 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
105 - KERNEL32: o Thread change: determine if thread callback is inside
106 a PE dll. If it is, then force switch to win32 TIB.
107 (necessary for Opera when loading win32 plugins)
[7836]108 o Use NLS resources from Wine (no longer rely on OS/2 unicode
109 dll)
110 o ole2nls update; now use GetLocaleInfoA/W from Wine
[7830]111
[7806]112 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
113 - WSOCK32: o minor recv update for error handling
[7809]114 - USER32: o Ported TrackMouseEvent (Wine 20020122)
[7812]115 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
116 o Force switch to win32 FS selector when calling PE image
117 entrypoints (necessary for Odin32 applications that use
118 PE dlls (like Opera))
[7816]119 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
[7817]120 comboex, imagelist) (20020122)
121 - SHLWAPI: o Wine resync (20020122)
[7806]122
[7802]123 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
124 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
125 SendNotifyMessageA/W from Wine (20020122)
126 o Rewrote SendMessageA/W to behave more like Wine
[7803]127 (hook calls)
[7802]128
[7796]129 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
130 - KERNEL32; o Added dummy executable class
[7799]131 o Ported GetTempPathA/W from Wine
[7796]132
Note: See TracBrowser for help on using the repository browser.