source: trunk/changelog@ 3818

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

* empty log message *

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