source: trunk/changelog@ 9049

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

* empty log message *

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