source: trunk/changelog@ 8008

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

* empty log message *

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