Changeset 9905 for trunk/changelog
- Timestamp:
- Mar 5, 2003, 4:12:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9899 r9905 1 /* $Id: changelog,v 1.2513 2003-03-05 14:48:08 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2514 2003-03-05 15:12:15 bird Exp $ */ 2 3 2003-03-05: knut st. osmundsen <bird-odin-spam@anduin > 4 - MAKE: o Experimental OTHERS variable. 5 o Full source path to compilers. 2 6 3 7 2003-03-05: Sander van Leeuwen <sandervl@innotek > … … 18 22 19 23 2003-03-03: Sander van Leeuwen <sandervl@innotek > 20 - WSOCK32: o Removed wrong checks for invalid address parameters in 24 - WSOCK32: o Removed wrong checks for invalid address parameters in 21 25 sendto & recvfrom 22 26 … … 26 30 o DeleteFile: when deleting a .lnk file, verify if it's a shell 27 31 link object file. if so, delete WPS object 28 o ODIN_DisableFolderShellLink added: disable object creation in 29 Odin folder. Desktop shortcuts will still be created as WPS 32 o ODIN_DisableFolderShellLink added: disable object creation in 33 Odin folder. Desktop shortcuts will still be created as WPS 30 34 objects on the desktop. 31 35 o OSLibWinCreateObject: create shelllink file with WPS object id 32 - USER32/KERNEL32: 36 - USER32/KERNEL32: 33 37 o Move OSLibWinCreateObject to KERNEL32 34 - SHELL32: o Shelllink: use kernel32 file functions instead of those from 38 - SHELL32: o Shelllink: use kernel32 file functions instead of those from 35 39 the VAC crt 36 40 37 41 2003-02-28: Sander van Leeuwen <sandervl@innotek > 38 42 - SRC\makefile: 39 o Skip msvcrt & crtdll for now. Causes too many problems with 43 o Skip msvcrt & crtdll for now. Causes too many problems with 40 44 Odin builds. 41 45 - KERNEL32: o Fixed CreateProcessA regression (Lotus Notes) … … 60 64 61 65 2003-02-28: Platon Fomichev <stauff@innotek > 62 - USER32: o Wrong checks on restoration point remembering. Maximizing 66 - USER32: o Wrong checks on restoration point remembering. Maximizing 63 67 window from PM icon using keyboard or menu produced wrong 64 68 controls. … … 76 80 77 81 2000-02-27: Achim Hasenmueller <achimha@innotek > 78 - KERNEL32: o MoveFile: detect if source and target file names are on a 82 - KERNEL32: o MoveFile: detect if source and target file names are on a 79 83 different drive and use DosCopy/DosDelete instead of DosMove 80 84 in this case.
Note:
See TracChangeset
for help on using the changeset viewer.