source: trunk/changelog@ 3837

Last change on this file since 3837 was 3837, checked in by phaller, 25 years ago

Fix: HMWaitForSingleObject

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