Changeset 1672 for trunk/changelog
- Timestamp:
- Nov 9, 1999, 8:24:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1665 r1672 1 /* $Id: changelog,v 1.428 1999-11-09 17:05:29 cbratschi Exp $ */ 1 /* $Id: changelog,v 1.429 1999-11-09 19:24:58 sandervl Exp $ */ 2 3 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl> 4 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK 5 to buttons if key == mnemonic for that control) 2 6 3 7 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch> … … 22 26 dirty apps try to read directly from system dlls. 23 27 - KERNEL32: No need to export private apis by name & ordinal (ord is enough) 28 - INCLUDE\odinwrap.h 29 added wrappers that don't print dbg messages (regardless 30 of whether DEBUG is defined or not) 31 - INCLUDE\misc.h: Added dprintf2 function for extensive logging 32 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2 33 Changed makefiles to enable dprintf2 (DEBUGALL) 34 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption 24 35 25 36 99-11-09: Patrick Haller <phaller@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.