Changeset 1154 for trunk/changelog
- Timestamp:
- Oct 6, 1999, 12:36:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1152 r1154 1 /* $Id: changelog,v 1.276 1999-10-06 09:59:57 phaller Exp $ */ 1 /* $Id: changelog,v 1.277 1999-10-06 10:36:38 dengert Exp $ */ 2 3 99-10-06: Daniela Engert <dani@ngrt.de> 4 - USER32: fix: adjust caret position if window height changes. 2 5 3 6 99-10-06: Sander van Leeuwen <sandervl@xs4all.nl> … … 7 10 99-10-06: Patrick Haller <phaller@gmx.net> 8 11 - KERNEL32: Fix: DLLs without Resource Segment (pResDir == NULL) 9 12 Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :) 10 13 11 14 99-10-05: Christoph Bratschi <cbratschi@datacomm.ch> … … 13 16 14 17 99-10-05: Sander van Leeuwen <sandervl@xs4all.nl> 15 - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler. 16 17 18 - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler. 19 Prevents crash due to corrupted handler chain (see 20 comments in that function) 18 21 - ODIN32API: Remove exception handler set & unset. Not necessary 19 22 as it's also done in the start method of an exe image. 20 23 21 24 99-10-04: Patrick Haller <phaller@gmx.net> 22 25 - SHELL32\NEW: Compilation fix (indirectly included win32type.h) 23 - KERNEL32: Support for DisableThreadLibraryCalls 26 - KERNEL32: Support for DisableThreadLibraryCalls 24 27 25 28 99-10-04: Edgar Buerkle <Edgar.Buerkle@gmx.net> 26 29 - USER32: Fixes for window style update, mouse button messages, 27 28 30 WS_CAPTION style and apps with a dialog as their main window. 31 (set owner to desktop) 29 32 - KERNEL32: Extra checks for valid heap pointers 30 33 31 34 99-10-04: Sander van Leeuwen <sandervl@xs4all.nl> 32 35 - USER32: Deleted dialog.cpp 33 36 Set last error to 0 if dialog creation succeeds. 34 37 Added flag to distinguish between messages sent by PM and 35 36 37 38 those sent by apps 39 Handle WM_SETTEXT messages passed to default window handler 40 (only if not sent by PM) 38 41 - VERSION: Fix for string compares in VersionInfo32_FindChild (has 39 42 to be a lstrcmpniW) 40 43 - SHELL32: Removed nameid.h include in she.cpp & sh.cpp. Fixed makefile 41 44 addition for export library (extra ".." for tool path) 42 45 - DPLAY, MSACM32: Compilation fix (indirectly included win32type.h) 43 46 - KERNEL32: Fixed getVersionStruct for PE & LX images (didn't copy 44 45 46 47 version data before) 48 Fixed module name lookup for win32 images executed by the PE 49 loader. (can't use OSLibQueryModuleHandle for those) 47 50 Added lstrcmpniW function 48 51 Set full path for LX images 49 50 51 52 Support for retrieving the first resource of a certain type 53 (version ids no longer hardcoded as id 1; just get the first one 54 present) 52 55 53 56 99-10-04: Jens Wiessner <wiessnej@rfi.de> … … 78 81 99-10-03: Sander van Leeuwen <sandervl@xs4all.nl> 79 82 - USER32: Updated window class with isMDIClient method 80 83 Fixed DrawTextExA/W compile errors (different parameter types) 81 84 82 85 99-10-02: Christoph Bratschi <cbratschi@datacomm.ch> … … 87 90 - VERSION: Allocation bugfix in VerQueryValueA 88 91 - USER32: Added style changes for PM windows + don't clear WS_VISIBLE 89 92 flag when converting window styles. (fixes buttons in winhlp32) 90 93 91 94 99-10-01: Sander van Leeuwen <sandervl@xs4all.nl> 92 95 - DDRAW: ifdef'ed out code that causes crash (OS2Surface destructor) 93 94 96 Free original translation buffer, not the one aligned to qword 97 boundary. 95 98 - USER32: Create frame window for windows with desktop as parent (i.e. WS_POPUP) 96 97 98 99 This makes sure WM_ACTIVATE messages are sent. 100 Scrollbar changes. 101 Call DestroyWindow when DefWndProc receives WM_CLOSE msg. 99 102 - KERNEL32: Allocate memory from heap when HeapReAlloc is called with 100 103 a NULL memory pointer (WINE listbox control depends on this) 101 104 - AVIFIL32: Compilation fix 102 105 … … 104 107 - KERNEL32: Skip spaces in command line string 105 108 - USER32: Fix for MessageBoxA (window handle conversion) 106 109 Fixes for combobox (handles null pointers) 107 110 - GDI32: Added OSLibSetDIBitsToDevice 108 111
Note:
See TracChangeset
for help on using the changeset viewer.