source: trunk/changelog@ 3887

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

* empty log message *

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