source: trunk/changelog@ 9071

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

* empty log message *

File size: 5.9 KB
Line 
1/* $Id: changelog,v 1.2277 2002-08-21 01:57:39 bird Exp $ */
2
3 2002-08-20: knut st. osmundsen <bird@anduin >
4 - FASTDEP: o Support for special makefile chars.
5 o Optimized cyclic dependency checks for large systems.
6 - MAKE: o Corrected all ilib (AR) rules.
7 o Quick LIB testcases.
8
9 2002-08-20: Platon Fomichev <platon@innotek >
10 - COMCTL32: o Trackbar: set position fix
11
12 2002-08-19: knut st. osmundsen <bird@anduin >
13 - MAKE: o New TARGET_MODE: DEPEND.
14 o ilib+dashes and some other bugfixing.
15 o VAC debug memory management option.
16 o Implemented structured make passes.
17 o Polish.
18 - TOOLS: o Did some polish and help on BuildEnv.cmd.
19 o Show make pass number while traversing the tree. (Do*.cmd)
20
21 2002-08-19: Sander van Leeuwen <sandervl@innotek >
22 - USER32: o Don't send queued WM_CHAR messages for windows that have
23 just been destroyed. (Get/PeekMessage)
24
25 2002-08-17: Yuri Dario <mc6530@mclink >
26 - INCLUDE: o Fixed INT32 definition
27 - USER32: o Merged latest Rewind edit control code
28
29 2002-08-16: Sander van Leeuwen <sandervl@innotek >
30 - WINMM: o Put back old wave playback resume code
31 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
32 o Added bugfix from June 18th:
33 SysMouseAImpl_GetDeviceData: check if internal dinput
34 mouse state is out of sync and update if necessary
35 - USER32: o SetCursorPos change:
36 The current cursor position may not have been passed to the application
37 just yet. The position change discards any previous events which may
38 lead to inconsistent mouse behaviour (like in DirectInput).
39 To fix this, we pass down a mouse move event to any hook handlers.
40
41 2002-08-16: Platon Fomichev <platon@innotek >
42 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
43 (based on Rewind code)
44
45 2002-08-15: Yuri Dario <mc6530@mclink >
46 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
47 o Fixed RMB on icon of minimized mdi window
48
49 2002-08-14: Sander van Leeuwen <sandervl@innotek >
50 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
51 - WINMM: o Dart wave playback bugfix
52
53 2002-08-14: Yuri Dario <mc6530@mclink >
54 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
55 o GetSysPopupPos fix
56
57 2002-08-13: Sander van Leeuwen <sandervl@innotek >
58 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
59 Freecell)
60 - USER32: o Added more logging for PM SWP & QFC flags
61 o Enable owner of window destroyed by DestroyWindow. Disabled
62 owners will never be activated by PM.
63
64 2002-08-13: Yuri Dario <mc6530@mclink >
65 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
66 (Rewind)
67
68 2002-08-12: Sander van Leeuwen <sandervl@innotek >
69 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
70 report only one fullscreen mode
71 o Added cases for 32 bpp in mode enumeration
72 o DrawEnumDisplayModes bugfixes
73 o Call ShowWindow in SetCooperativeLevel (if valid window)
74 o Resize associated window to full screen in SetCooperativeLevel
75 (not sure if this is correct)
76 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
77
78 2002-08-12: Platon Fomichev <platon@innotek >
79 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
80 to do the same.
81 - USER32: o Wine (X11) resync for AdjustRectOuter
82
83 2002-08-10: Sander van Leeuwen <sandervl@innotek >
84 - WGSS50: o Update from IBM
85
86 2002-08-09: Sander van Leeuwen <sandervl@innotek >
87 - USER32: o Partly implemented GetGUIThreadInfo
88 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
89 unlock when closed
90
91 2002-08-08: Platon Fomichev <platon@innotek >
92 - USER32: o Fix for handling VK_RETURN in dialogs
93
94 2002-08-08: Sander van Leeuwen <sandervl@innotek >
95 - ChangeLog:o Obfuscated email addresses because people continue to
96 post the ChangeLog file in mailinglists/newsgroups.
97 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
98 letter.
99 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
100 (causes mouse cursor changes when clicking on item in
101 file open dialog)
102
103 2002-08-07: Platon Fomichev <platon@innotek >
104 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
105
106 2002-08-05: Sander van Leeuwen <sandervl@innotek >
107 - USER32: o MsgWaitForMultipleObjects changes; check objects before
108 message queue status
109 o Translate WM_DRAWCLIPBOARD for clipboard change notification
110
111 2002-08-04: Sander van Leeuwen <sandervl@innotek >
112 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
113 request was cancelled
114
115 2002-08-01: Sander van Leeuwen <sandervl@innotek >
116 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
117 no more room.
118 o Fill DART buffers during resume
119 - KERNEL32: o Create event semaphore during TEB setup. Used for
120 Post(Thread)Message in combination with MsgWaitForMultipleObjects
121 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
122 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
123 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
124 semaphore.
125 o Signal post message event semaphore in PostMessageA/W &
126 PostThreadMessage
127
Note: See TracBrowser for help on using the repository browser.