source: trunk/changelog@ 3825

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

* empty log message *

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