source: trunk/changelog@ 3836

Last change on this file since 3836 was 3836, checked in by phaller, 25 years ago

Fix: bugfix for bugfix for ReadFile/WriteFile

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