Changeset 9216 for trunk/changelog
- Timestamp:
- Sep 6, 2002, 2:30:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9215 r9216 1 /* $Id: changelog,v 1.229 8 2002-09-06 12:29:55sandervl Exp $ */1 /* $Id: changelog,v 1.2299 2002-09-06 12:30:13 sandervl Exp $ */ 2 2 3 3 2002-09-05: Sander van Leeuwen <sandervl@innotek > … … 24 24 - USER32: o Fix for Ctrl-Break 25 25 26 2002-08-29: knut st. osmundsen <bird@anduin >27 - COMMON: o Implemented parsing of the SEGMENTS in a definition file28 (class kFileDef), in order to produce better watcom linker29 directives.30 31 2002-08-28: Platon Fomichev <platon@innotek >32 - DDRAW: o Added custom function to hide mouse cursor when the primary33 surface (screen) is locked by the app to prevent display34 corruption with color/animated mouse pointers.35 36 2002-08-27: knut st. osmundsen <bird@anduin >37 - FASTDEP: o Tweaked cyclic dependency checks performance a little bit more.38 - MAKE o Splitted out linker and library configs into separat config39 files. Both to have less files to update, and to be able to40 easer choose linker or archiver.41 o Tried to make ilink and optional linker for watcom, but42 it produces bad executable files. Will fix this later.43 44 2002-08-27: Platon Fomichev <platon@innotek >45 - USER32: o Added support for WS_EX_TOPMOST46 47 2002-08-27: Sander van Leeuwen <sandervl@innotek >48 - MSVFW32: o Resync with latest Wine49 o Added LGPL license50 o Fixed the 16 bits mess (incorrect handle conversion)51 52 2002-08-23: Yuri Dario <mc6530@mclink >53 - TOOLS: o VAC40 filter fixes for mapsym.cmd.54 55 2002-08-23: knut st. osmundsen <bird@anduin >56 - TOOLS: o Made mapsym.cmd quiet on 4os2 too.57 o Made BldLevelInf.cmd respecting BUILD_VERBOSE and BUILD_QUIET;58 and fixed an old typo.59 o Update the Do* and BldLevelInf.cmd with novalue signalhandlers.60 (Something all rexx script should use!)61 - MAKE: o Completed Odin32 config.62 o Default target is DLL, but if CUSTOMBUILD defined LIB.63 - ADVAPI32, ODINCRT:64 o Made makefiles support the new build system.65 (Using the new if BUILD_SETUP_MAK is defined.)66 67 2002-08-23: Herwig Bauernfeind <herwig.bauernfeind@aon >68 - TOOLS\ODINBUG, DOC, BIN69 o OdinBug update70 71 2002-08-23: Sander van Leeuwen <sandervl@innotek >72 - USER32: o Ugly hack added to work around crash in PM when child window73 calls DestroyWindow for parent or owner in WM_DESTROY handler74 (solution: postpone DestroyWindow for parent/owner)75 76 2002-08-23: knut st. osmundsen <bird@anduin >77 - TOOLS: o Added a rm.exe binary from the OS2Tools tree.78 The new build system uses this. Then clean will79 work everywhere!80 81 2002-08-22: Sander van Leeuwen <sandervl@innotek >82 - SHELL32: o Added bugfix to IEnumIDList_Folder_Constructor (from Wine)83 o Enabled Christoph Bratschi's CreateFolderEnumList optimization84 - KERNEL32: o Rewrote GetFileAttributesA & translate filename used from Windows85 to OS/2 codepage86 87 2002-08-21: knut st. osmundsen <bird@anduin >88 - MAKE: o Implemented a 'needed' pass to make required tools (for89 instance code generators).90 o Made SUBDIRS and PRE/POSTMAKEFILES more customizable by91 adding support for override macros:92 [SUBDIRS|[PRE|POST]MAKEFILES]_<mainrule>93 This is good when you wanna skip a tree for a rule (=pass)94 or/and just run do a rule (=pass) in a specific tree.95 o Added check for TARGET_PRIVATE macro before installing96 anything.97 - CMDQD, FASTDEP:98 o Made makefiles support the new build system.99 (Using the new if BUILD_SETUP_MAK is defined.)100 101 2002-08-21: Sander van Leeuwen <sandervl@innotek >102 - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status103 GetCommModemStatus & GetCommEvent changed104 Removed from unsupported flags in SetCommMask.105 106 2002-08-21: Platon Fomichev <platon@innotek >107 - USER32: o Fixed OSLibWinSetSysValue108 o Fixed OSLibSetWindowStyle; delete frame controls if required109 110 2002-08-21: Yuri Dario <mc6530@mclink >111 - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;112 wrong CharToOemBuffA call.113 114 2002-08-20: knut st. osmundsen <bird@anduin >115 - FASTDEP: o Support for special makefile chars.116 o Optimized cyclic dependency checks for large systems.117 - MAKE: o Corrected all ilib (AR) rules.118 o Quick LIB testcases.119 120 2002-08-20: Platon Fomichev <platon@innotek >121 - COMCTL32: o Trackbar: set position fix122 123 2002-08-19: knut st. osmundsen <bird@anduin >124 - MAKE: o New TARGET_MODE: DEPEND.125 o ilib+dashes and some other bugfixing.126 o VAC debug memory management option.127 o Implemented structured make passes.128 o Polish.129 - TOOLS: o Did some polish and help on BuildEnv.cmd.130 o Show make pass number while traversing the tree. (Do*.cmd)131 132 2002-08-19: Sander van Leeuwen <sandervl@innotek >133 - USER32: o Don't send queued WM_CHAR messages for windows that have134 just been destroyed. (Get/PeekMessage)135 136 2002-08-17: Yuri Dario <mc6530@mclink >137 - INCLUDE: o Fixed INT32 definition138 - USER32: o Merged latest Rewind edit control code139 140 2002-08-16: Sander van Leeuwen <sandervl@innotek >141 - WINMM: o Put back old wave playback resume code142 - DINPUT: o Merged with latest Wine (DirectInput 8 support)143 o Added bugfix from June 18th:144 SysMouseAImpl_GetDeviceData: check if internal dinput145 mouse state is out of sync and update if necessary146 - USER32: o SetCursorPos change:147 The current cursor position may not have been passed to the application148 just yet. The position change discards any previous events which may149 lead to inconsistent mouse behaviour (like in DirectInput).150 To fix this, we pass down a mouse move event to any hook handlers.151 152 2002-08-16: Platon Fomichev <platon@innotek >153 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W154 (based on Rewind code)155 156 2002-08-15: Yuri Dario <mc6530@mclink >157 - USER32: o SPI_GETNONCLIENTMETRICS size check extended158 o Fixed RMB on icon of minimized mdi window159 160 2002-08-14: Sander van Leeuwen <sandervl@innotek >161 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code162 - WINMM: o Dart wave playback bugfix163 164 2002-08-14: Yuri Dario <mc6530@mclink >165 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)166 o GetSysPopupPos fix167 168 2002-08-13: Sander van Leeuwen <sandervl@innotek >169 - GDI32: o SelectObject bugfix for region handles. (fixes crash in170 Freecell)171 - USER32: o Added more logging for PM SWP & QFC flags172 o Enable owner of window destroyed by DestroyWindow. Disabled173 owners will never be activated by PM.174 175 2002-08-13: Yuri Dario <mc6530@mclink >176 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers177 (Rewind)178 179 2002-08-12: Sander van Leeuwen <sandervl@innotek >180 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to181 report only one fullscreen mode182 o Added cases for 32 bpp in mode enumeration183 o DrawEnumDisplayModes bugfixes184 o Call ShowWindow in SetCooperativeLevel (if valid window)185 o Resize associated window to full screen in SetCooperativeLevel186 (not sure if this is correct)187 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)188 189 2002-08-12: Platon Fomichev <platon@innotek >190 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears191 to do the same.192 - USER32: o Wine (X11) resync for AdjustRectOuter193 194 2002-08-10: Sander van Leeuwen <sandervl@innotek >195 - WGSS50: o Update from IBM196 197 2002-08-09: Sander van Leeuwen <sandervl@innotek >198 - USER32: o Partly implemented GetGUIThreadInfo199 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);200 unlock when closed201 202 2002-08-08: Platon Fomichev <platon@innotek >203 - USER32: o Fix for handling VK_RETURN in dialogs204 205 2002-08-08: Sander van Leeuwen <sandervl@innotek >206 - ChangeLog:o Obfuscated email addresses because people continue to207 post the ChangeLog file in mailinglists/newsgroups.208 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive209 letter.210 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.211 (causes mouse cursor changes when clicking on item in212 file open dialog)213 214 2002-08-07: Platon Fomichev <platon@innotek >215 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))216 217 2002-08-05: Sander van Leeuwen <sandervl@innotek >218 - USER32: o MsgWaitForMultipleObjects changes; check objects before219 message queue status220 o Translate WM_DRAWCLIPBOARD for clipboard change notification221 222 2002-08-04: Sander van Leeuwen <sandervl@innotek >223 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if224 request was cancelled225 226 2002-08-01: Sander van Leeuwen <sandervl@innotek >227 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's228 no more room.229 o Fill DART buffers during resume230 - KERNEL32: o Create event semaphore during TEB setup. Used for231 Post(Thread)Message in combination with MsgWaitForMultipleObjects232 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &233 message (timeout != 0, fWaitAll == FALSE, nCount > 0)234 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event235 semaphore.236 o Signal post message event semaphore in PostMessageA/W &237 PostThreadMessage238
Note:
See TracChangeset
for help on using the changeset viewer.