source: trunk/changelog@ 9105

Last change on this file since 9105 was 9103, checked in by sandervl, 23 years ago

* empty log message *

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