source: trunk/changelog@ 3835

Last change on this file since 3835 was 3835, checked in by bird, 25 years ago

* empty log message *

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