Changeset 6255 for trunk/changelog
- Timestamp:
- Jul 8, 2001, 5:52:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6252 r6255 1 /* $Id: changelog,v 1.157 8 2001-07-08 15:44:08 achimhaExp $ */1 /* $Id: changelog,v 1.1579 2001-07-08 15:52:57 sandervl Exp $ */ 2 2 3 3 2001-07-08: Achim Hasenmueller <achimha@innotek.de> … … 15 15 o Changed menu behaviour in OS/2 mode; no mouse tracking 16 16 when right or left mouse button not pressed. 17 o Clipboard (Get/SetClipboardData: must translated open32 18 to kernel32 global memory handles (due to Global memory 19 api rewrite) 20 o Key translation for arrow keys and insert/del, home/end, page up/down 21 added (WM_CHAR message translation) 22 o Edit control bugfix for draw selected text 17 23 - KERNEL32: o More pointer checks added to GlobalLock/Unlock 24 o Add default rename entry for crtdll 25 o Fixed FS corruption in atom functions (wrapper for LookupAtom) 26 - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus 27 apps that come with their own crtdll 28 - NTDLL: o Link with crtdll32.lib 29 - VERSION: o Link with crtdll32.lib 30 - SHLWAPI: o Link with crtdll32.lib 31 - PELDR: o Fix for file not found error 18 32 19 33 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
Note:
See TracChangeset
for help on using the changeset viewer.