source: trunk/changelog@ 3822

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

* empty log message *

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