source: trunk/changelog@ 3826

Last change on this file since 3826 was 3826, checked in by sandervl, 25 years ago

* empty log message *

File size: 4.2 KB
RevLine 
[3826]1 /* $Id: changelog,v 1.1032 2000-07-15 17:11:26 sandervl Exp $ */
[2659]2
[3822]3 2000-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: XWing vs Tie Fighter fix broke RealPlayer 7 setup (missing buttons)
5 -> rewrote RDW_INVALIDATE code in RedrawWindow to work for
6 both applications
[3825]7 - KERNEL32: Added extra check in isPEImage method
[3826]8 lpNumberOfBytesRead/Written can be NULL in Read/WriteFile
9
[3825]10 - PELDR: Fix for arguments with quotes (first and last quote removed)
11 (i.e. pe rnuninst "RealNetworks|RealPlayer|6.0| -i -p")
[3826]12 Fix for exe name with dir containing spaces
[3822]13
[3818]14 2000-07-12: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
15 - KERNEL32: Implemented handlemanager support for named and unnamed pipes
16
[3816]17 2000-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
18 - KERNEL32: Don't try to search for resources if the module doesn't contain any
19
[3813]20 2000-07-09: Patrick Haller <phaller@gmx.net>
21 - doc: Moved several documents to the new doc directory and
22 created initial version of "ToDo.txt". We should place
23 our open tasks in there for better overview and to be able
24 to assign priorities and people to them.
25
[3806]26 2000-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
27 - NTDLL: Bugfix for NtQueryInformationToken (TOKEN_USER); updated
28 with latest Wine code (TODO: NTDLL needs to be resynced)
29
[3801]30 2000-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
31 - KERNEL32: Store user default language in thread database struct
32 Set/GetThreadLocale change/return this LCID value
33 Fixed EnumSystemLocalesA/W; now returns default user language id
34 (in text) (TODO: should return all supported locales)
35 - KERNEL32/GDI32/USER32: Changed/fixed calls to strncpy (for 0 termination)
36
37 2000-07-06: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
38 - ODINCRT: Fixed wrong implementation of strncpy; do not 0 terminate
39 string unless length < length parameter
40 (this is correct behaviour according to C library manual)
41
[3797]42 2000-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
43 - KERNEL32: Unstubbed CopyFileExA/W (calls CopyFileA/W; not properly implemented)
44 Unstubbed CreateDirectoryExA/W (calls CreateDirectoryA/W; not properly implemented)
45 Fixed GetShortPathNameA/W; don't touch short path parameter if
46 it's NULL; behaviour (as seen in NT 4, SP6):
47 - converts long filename to 8.3 short filname (TODO: not yet done here!)
48 - fails on volume that doesn't support 8.3 filenames
49 - if lpszShortPath 0 or cchBuffer too small -> return required length
50 (INCLUDING 0 terminator)
51 - if lpszLongPath == NULL -> ERROR_INVALID_PARAMETER (return 0)
52 - if lpszLongPath empty -> proceed as if nothing is wrong
53 (Wine claims it sets last error to ERROR_BAD_PATHNAME)
54 - does NOT clear the last error if successful!
55 - if successful -> return length of string (excluding 0 terminator)
56 - USER32: Fixed adding windows to tasklist (done too late)
57 - GDI32/USER32:
58 - Rewrote Set/GetViewportExtEx, Set/GetMapMode & moved them
59 from gdi32 to user32
60
[3795]61 2000-07-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
62 - KERNEL32: Added IsDebuggerPresent (debug.cpp). Returns FALSE, but by
63 SETing ODIN32.DEBUGGERPRESENT=1 it will return TRUE. (Some
64 application might issue calls to OutputDebugString if they
65 think they're being debugged.)
66 Moved OutputDebugString(A/W) to debug.cpp.
67
[3788]68 2000-07-02: Sander van Leeuwen <sandervl@xs4all.nl>
69 - RICHED32: Fixed bug when creating edit window (needs to be WS_CHILD)
[3790]70 - USER32: Fixed moving of child windows in MsgFormatFrame & move
71 child windows if only client rectangle changes
72 (fixes Acrobat Distiller window)
[3791]73 - SHELL32: Put back check for registration of ShellView window class
74 -> RegisterClass now fails if already registered
[3795]75 (fixed openfile dialogs)
Note: See TracBrowser for help on using the repository browser.