source: trunk/changelog@ 9129

Last change on this file since 9129 was 9122, checked in by bird, 23 years ago

* empty log message *

File size: 8.9 KB
RevLine 
[9122]1/* $Id: changelog,v 1.2287 2002-08-24 05:00:54 bird Exp $ */
[9049]2
[9122]3 2002-08-23: Yuri Dario <mc6530@mclink >
4 - TOOLS: o VAC40 filter fixes for mapsym.cmd.
5
6 2002-08-23: knut st. osmundsen <bird@anduin >
7 - TOOLS: o Made mapsym.cmd quiet on 4os2 too.
8 o Made BldLevelInf.cmd respecting BUILD_VERBOSE and BUILD_QUIET;
9 and fixed an old typo.
10 o Update the Do* and BldLevelInf.cmd with novalue signalhandlers.
11 (Something all rexx script should use!)
12 - MAKE: o Completed Odin32 config.
13 o Default target is DLL, but if CUSTOMBUILD defined LIB.
14 - ADVAPI32, ODINCRT:
15 o Made makefiles support the new build system.
16 (Using the new if BUILD_SETUP_MAK is defined.)
17
[9103]18 2002-08-23: Herwig Bauernfeind <herwig.bauernfeind@aon >
19 - TOOLS\ODINBUG, DOC, BIN
20 o OdinBug update
21
[9100]22 2002-08-23: Sander van Leeuwen <sandervl@innotek >
23 - USER32: o Ugly hack added to work around crash in PM when child window
24 calls DestroyWindow for parent or owner in WM_DESTROY handler
25 (solution: postpone DestroyWindow for parent/owner)
26
27 2002-08-23: knut st. osmundsen <bird@anduin >
[9099]28 - TOOLS: o Added a rm.exe binary from the OS2Tools tree.
29 The new build system uses this. Then clean will
30 work everywhere!
31
[9092]32 2002-08-22: Sander van Leeuwen <sandervl@innotek >
33 - SHELL32: o Added bugfix to IEnumIDList_Folder_Constructor (from Wine)
34 o Enabled Christoph Bratschi's CreateFolderEnumList optimization
35 - KERNEL32: o Rewrote GetFileAttributesA & translate filename used from Windows
36 to OS/2 codepage
37
[9091]38 2002-08-21: knut st. osmundsen <bird@anduin >
39 - MAKE: o Implemented a 'needed' pass to make required tools (for
40 instance code generators).
41 o Made SUBDIRS and PRE/POSTMAKEFILES more customizable by
42 adding support for override macros:
43 [SUBDIRS|[PRE|POST]MAKEFILES]_<mainrule>
44 This is good when you wanna skip a tree for a rule (=pass)
45 or/and just run do a rule (=pass) in a specific tree.
46 o Added check for TARGET_PRIVATE macro before installing
47 anything.
48 - CMDQD, FASTDEP:
49 o Made makefiles support the new build system.
[9122]50 (Using the new if BUILD_SETUP_MAK is defined.)
[9091]51
[9078]52 2002-08-21: Sander van Leeuwen <sandervl@innotek >
53 - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status
54 GetCommModemStatus & GetCommEvent changed
[9080]55 Removed from unsupported flags in SetCommMask.
[9078]56
[9073]57 2002-08-21: Platon Fomichev <platon@innotek >
[9074]58 - USER32: o Fixed OSLibWinSetSysValue
59 o Fixed OSLibSetWindowStyle; delete frame controls if required
[9073]60
[9074]61 2002-08-21: Yuri Dario <mc6530@mclink >
62 - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;
63 wrong CharToOemBuffA call.
64
[9061]65 2002-08-20: knut st. osmundsen <bird@anduin >
66 - FASTDEP: o Support for special makefile chars.
[9071]67 o Optimized cyclic dependency checks for large systems.
[9061]68 - MAKE: o Corrected all ilib (AR) rules.
69 o Quick LIB testcases.
70
[9056]71 2002-08-20: Platon Fomichev <platon@innotek >
72 - COMCTL32: o Trackbar: set position fix
73
[9029]74 2002-08-19: knut st. osmundsen <bird@anduin >
75 - MAKE: o New TARGET_MODE: DEPEND.
[9049]76 o ilib+dashes and some other bugfixing.
77 o VAC debug memory management option.
78 o Implemented structured make passes.
79 o Polish.
[9029]80 - TOOLS: o Did some polish and help on BuildEnv.cmd.
[9049]81 o Show make pass number while traversing the tree. (Do*.cmd)
[7715]82
[9026]83 2002-08-19: Sander van Leeuwen <sandervl@innotek >
84 - USER32: o Don't send queued WM_CHAR messages for windows that have
85 just been destroyed. (Get/PeekMessage)
86
[9022]87 2002-08-17: Yuri Dario <mc6530@mclink >
88 - INCLUDE: o Fixed INT32 definition
89 - USER32: o Merged latest Rewind edit control code
90
[9013]91 2002-08-16: Sander van Leeuwen <sandervl@innotek >
92 - WINMM: o Put back old wave playback resume code
[9014]93 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
94 o Added bugfix from June 18th:
95 SysMouseAImpl_GetDeviceData: check if internal dinput
96 mouse state is out of sync and update if necessary
[9020]97 - USER32: o SetCursorPos change:
98 The current cursor position may not have been passed to the application
99 just yet. The position change discards any previous events which may
100 lead to inconsistent mouse behaviour (like in DirectInput).
101 To fix this, we pass down a mouse move event to any hook handlers.
[9013]102
[9010]103 2002-08-16: Platon Fomichev <platon@innotek >
104 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
105 (based on Rewind code)
106
[9007]107 2002-08-15: Yuri Dario <mc6530@mclink >
108 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
109 o Fixed RMB on icon of minimized mdi window
110
[9000]111 2002-08-14: Sander van Leeuwen <sandervl@innotek >
112 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
[9002]113 - WINMM: o Dart wave playback bugfix
[9000]114
115 2002-08-14: Yuri Dario <mc6530@mclink >
116 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
117 o GetSysPopupPos fix
118
[8994]119 2002-08-13: Sander van Leeuwen <sandervl@innotek >
120 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
121 Freecell)
[9049]122 - USER32: o Added more logging for PM SWP & QFC flags
[8998]123 o Enable owner of window destroyed by DestroyWindow. Disabled
[9049]124 owners will never be activated by PM.
[8994]125
[8992]126 2002-08-13: Yuri Dario <mc6530@mclink >
127 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
128 (Rewind)
129
[8986]130 2002-08-12: Sander van Leeuwen <sandervl@innotek >
131 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
132 report only one fullscreen mode
133 o Added cases for 32 bpp in mode enumeration
134 o DrawEnumDisplayModes bugfixes
135 o Call ShowWindow in SetCooperativeLevel (if valid window)
136 o Resize associated window to full screen in SetCooperativeLevel
137 (not sure if this is correct)
138 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
139
[8984]140 2002-08-12: Platon Fomichev <platon@innotek >
141 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
142 to do the same.
[8986]143 - USER32: o Wine (X11) resync for AdjustRectOuter
[8984]144
[8983]145 2002-08-10: Sander van Leeuwen <sandervl@innotek >
146 - WGSS50: o Update from IBM
147
[8976]148 2002-08-09: Sander van Leeuwen <sandervl@innotek >
149 - USER32: o Partly implemented GetGUIThreadInfo
[8979]150 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
151 unlock when closed
[8976]152
[8969]153 2002-08-08: Platon Fomichev <platon@innotek >
154 - USER32: o Fix for handling VK_RETURN in dialogs
155
[8966]156 2002-08-08: Sander van Leeuwen <sandervl@innotek >
157 - ChangeLog:o Obfuscated email addresses because people continue to
[8967]158 post the ChangeLog file in mailinglists/newsgroups.
[9049]159 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
160 letter.
[8972]161 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
[9049]162 (causes mouse cursor changes when clicking on item in
[8972]163 file open dialog)
[8966]164
165 2002-08-07: Platon Fomichev <platon@innotek >
[8965]166 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
[8963]167
[8966]168 2002-08-05: Sander van Leeuwen <sandervl@innotek >
[8959]169 - USER32: o MsgWaitForMultipleObjects changes; check objects before
170 message queue status
[8961]171 o Translate WM_DRAWCLIPBOARD for clipboard change notification
[8959]172
[8966]173 2002-08-04: Sander van Leeuwen <sandervl@innotek >
[8957]174 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
175 request was cancelled
176
[8966]177 2002-08-01: Sander van Leeuwen <sandervl@innotek >
[8950]178 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
179 no more room.
180 o Fill DART buffers during resume
[9049]181 - KERNEL32: o Create event semaphore during TEB setup. Used for
[8950]182 Post(Thread)Message in combination with MsgWaitForMultipleObjects
183 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
184 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
[9049]185 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
[8950]186 semaphore.
187 o Signal post message event semaphore in PostMessageA/W &
188 PostThreadMessage
189
Note: See TracBrowser for help on using the repository browser.