source: trunk/changelog@ 3816

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

* empty log message *

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