Changeset 9720 for trunk/changelog
- Timestamp:
- Jan 23, 2003, 2:52:14 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9717 r9720 1 /* $Id: changelog,v 1.2457 2003-01-23 13:49:58 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2458 2003-01-23 13:52:14 bird Exp $ */ 2 3 2003-01-23: knut st. osmundsen <bird-odin-spam@anduin.net> 4 - TOOLS\COMMON, TOOLS\WRC\U: 5 o Define STATIC_CRT so wrapper headers doesn't kick in. 2 6 3 7 2003-01-23: Sander van Leeuwen <sandervl@innotek > 4 - INCLUDE\*.mk: 8 - INCLUDE\*.mk: 5 9 o Don't use include\incl_vac for statically linked targets 6 10 (e.g. tools) … … 61 65 - KERNEL32: o Don't allocate selectors anymore. Allocate tiled memory 62 66 and call Dos32FlatToSel. 63 o Get default stack size from PE header. 67 o Get default stack size from PE header. 64 68 o Thread handles not closed properly. 65 69 … … 79 83 Only enable inheritance if specified in security struct 80 84 o Create(Named)Pipe: default = not inherited by child processes 81 Only enable inheritance if specified in security 85 Only enable inheritance if specified in security 82 86 struct. 83 87 o DuplicateHandle; set inheritance flag with SetHandleInformation … … 139 143 2002-01-05: Dietrich Teickner <Dietrich_Teickner@t-online > 140 144 - USER32: o Return MA_NOACTIVATE in listbox WM_MOUSEACTIVATE handler. 141 (apparently not necessary anymore in Wine; so probably 145 (apparently not necessary anymore in Wine; so probably 142 146 caused by something else) 143 147 … … 163 167 - KERNEL32: o Set the codepage of the message queue for each new thread 164 168 that is created. (done for the main thread in user32) 165 - USER32: o Fix for composite keyboard character translation 169 - USER32: o Fix for composite keyboard character translation 166 170 (e.g. ^ on german keyboards) 167 171 o SystemParametersInfoA fix for SPI_GETNONCLIENTMETRICS in … … 185 189 186 190 2000-12-30: Achim Hasenmueller <achimha@innotek > 187 - COMDLG32: o Added string check to PRINTDLG_SetUpPrinterListComboA 191 - COMDLG32: o Added string check to PRINTDLG_SetUpPrinterListComboA 188 192 189 193 2002-12-30: Yuri Dario <mc6530@mclink >
Note:
See TracChangeset
for help on using the changeset viewer.