source: trunk/changelog@ 3881

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

* empty log message *

File size: 7.7 KB
Line 
1 /* $Id: changelog,v 1.1041 2000-07-21 18:31:42 sandervl Exp $ */
2
3 2000-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
4 - SHLWAPI: SHGetSpecialFolderPathA: StartMenu changed in 'Start Menu'
5 (now identical to Windows 98/NT)
6 - TOOLS\install:
7 Changed makefile for odininst; standard odin makefile now
8 Changed warpin script for new odininst location
9
10 2000-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
11 - USER32: SetWindowPlacement bugfix for Papyrus (do not change the
12 current window position)
13 Fixed FS corruption in CreateCaret
14 Fixed positioning of caret (needed due to client/frame -> frame window changes)
15 WM_ADJUSTWINDOWPOS & WM_WINDOWPOSCHANGED bugfixes (hwndInsertAfter
16 set to HWND_TOP if non-Odin window)
17 - KERNEL32/PELDR
18 Always try to allocate an executable image at it's preferred address
19 (even if it has fixups)
20
21 2000-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
22 - INCLUDE\makefiles
23 SRC\*\makefile
24 ODINCRT
25 Build different odincrt for debug & release build (odincrtd & odincrt)
26 Odin dlls now link with correct version
27 - GDI32: Wrapper rewrite for region apis
28 Changed export for user32 (uses stdcall calling convention now
29 to avoid problem when using debug user32 with retail gdi32)
30 - DOC\Readme.txt
31 Updated installation instructions
32 - TOOLS\INSTALL\odin.cmd
33 Updated script for new doc directory
34
35 2000-07-18: Yuri Dario <mc6530@mclink.it>
36 - INCLUDE\win:
37 Compilation fixes for Opera
38 - USER32: Extra logging information
39 Fixed sending WM_PARENTNOTIFY in ::DestroyWindow
40
41 2000-07-18: Sander van Leeuwen <sandervl@xs4all.nl>
42 - WINMM: If waveOutSetVolume called with NULL waveout handle, use
43 that volume as the default for newly created streams.
44 (fixes volume in RealPlayer 7)
45 - KERNEL32: Fixed old unload order bug (causes a crash when quitting
46 RealPlayer 7); increase dynamic library count after calling
47 dll entrypoint with DLL_PROCESS_ATTACH. (used to be before;
48 -> wrong unload order of RPAP3260 & PNRS3260)
49 Call dll entrypoint with DLL_PROCESS_DETACH even when
50 thread library calls disabled.
51
52 2000-07-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
53 - KERNEL32: APIs are to be placed should have ordinal less than 1200
54 - even if they don't belong in the dll but just happend to be
55 implemented there. The reason is for humans and for
56 documentation tools to be able to tell which exports are APIs
57 and which are internal Odin32 function/APIs.
58 - div: Added some missing $Id keywords.
59 - database: Trying to make the database more useful. Extracting more
60 data from the source files.
61 According to the doc\ToDo file we're to write structured
62 and well documented code. This database is indetended to
63 make the documentation (++) browsable. (PHP)
64
65 2000-07-17: Patrick Haller <phaller@gmx.net>
66 - KERNEL32: fixed ReadFile/WriteFile bugfix
67 fixed return codes for HMWaitForSingleObject
68
69 2000-07-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
70 - Win32k: Created a development branch called "Grace" and checked my
71 current code in into it. (This is the reason why there are
72 some new files in the src/win32k tree.)
73
74 2000-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
75 - USER32: XWing vs Tie Fighter fix broke RealPlayer 7 setup (missing buttons)
76 -> rewrote RDW_INVALIDATE code in RedrawWindow to work for
77 both applications
78 - KERNEL32: Added extra check in isPEImage method
79 lpNumberOfBytesRead/Written can be NULL in Read/WriteFile
80 - PELDR: Fix for arguments with quotes (first and last quote removed)
81 (i.e. pe rnuninst "RealNetworks|RealPlayer|6.0| -i -p")
82 Fix for exe name with dir containing spaces
83
84 2000-07-12: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
85 - KERNEL32: Implemented handlemanager support for named and unnamed pipes
86
87 2000-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
88 - KERNEL32: Don't try to search for resources if the module doesn't contain any
89
90 2000-07-09: Patrick Haller <phaller@gmx.net>
91 - doc: Moved several documents to the new doc directory and
92 created initial version of "ToDo.txt". We should place
93 our open tasks in there for better overview and to be able
94 to assign priorities and people to them.
95
96 2000-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
97 - NTDLL: Bugfix for NtQueryInformationToken (TOKEN_USER); updated
98 with latest Wine code (TODO: NTDLL needs to be resynced)
99
100 2000-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
101 - KERNEL32: Store user default language in thread database struct
102 Set/GetThreadLocale change/return this LCID value
103 Fixed EnumSystemLocalesA/W; now returns default user language id
104 (in text) (TODO: should return all supported locales)
105 - KERNEL32/GDI32/USER32: Changed/fixed calls to strncpy (for 0 termination)
106
107 2000-07-06: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
108 - ODINCRT: Fixed wrong implementation of strncpy; do not 0 terminate
109 string unless length < length parameter
110 (this is correct behaviour according to C library manual)
111
112 2000-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
113 - KERNEL32: Unstubbed CopyFileExA/W (calls CopyFileA/W; not properly implemented)
114 Unstubbed CreateDirectoryExA/W (calls CreateDirectoryA/W; not properly implemented)
115 Fixed GetShortPathNameA/W; don't touch short path parameter if
116 it's NULL; behaviour (as seen in NT 4, SP6):
117 - converts long filename to 8.3 short filname (TODO: not yet done here!)
118 - fails on volume that doesn't support 8.3 filenames
119 - if lpszShortPath 0 or cchBuffer too small -> return required length
120 (INCLUDING 0 terminator)
121 - if lpszLongPath == NULL -> ERROR_INVALID_PARAMETER (return 0)
122 - if lpszLongPath empty -> proceed as if nothing is wrong
123 (Wine claims it sets last error to ERROR_BAD_PATHNAME)
124 - does NOT clear the last error if successful!
125 - if successful -> return length of string (excluding 0 terminator)
126 - USER32: Fixed adding windows to tasklist (done too late)
127 - GDI32/USER32:
128 - Rewrote Set/GetViewportExtEx, Set/GetMapMode & moved them
129 from gdi32 to user32
130
131 2000-07-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
132 - KERNEL32: Added IsDebuggerPresent (debug.cpp). Returns FALSE, but by
133 SETing ODIN32.DEBUGGERPRESENT=1 it will return TRUE. (Some
134 application might issue calls to OutputDebugString if they
135 think they're being debugged.)
136 Moved OutputDebugString(A/W) to debug.cpp.
137
138 2000-07-02: Sander van Leeuwen <sandervl@xs4all.nl>
139 - RICHED32: Fixed bug when creating edit window (needs to be WS_CHILD)
140 - USER32: Fixed moving of child windows in MsgFormatFrame & move
141 child windows if only client rectangle changes
142 (fixes Acrobat Distiller window)
143 - SHELL32: Put back check for registration of ShellView window class
144 -> RegisterClass now fails if already registered
145 (fixed openfile dialogs)
Note: See TracBrowser for help on using the repository browser.