source: trunk/changelog@ 6899

Last change on this file since 6899 was 6899, checked in by sandervl, 24 years ago

* empty log message *

File size: 9.5 KB
Line 
1/* $Id: changelog,v 1.1711 2001-09-30 15:33:16 sandervl Exp $ */
2
3 2001-09-30: Sander van Leeuwen <sandervl@xs4all.nl>
4 - INCLUDE: o Hook constants added to winconst.h
5 (adding them to winuser.h only completely breaks Odin)
6
7 2001-09-30: knut st. osmundsen <kosmunds@csc.com>
8 - Makefiles:
9 o Added a DOMAKES util which should be used when invoking
10 other makefiles. (see /src/kernel32/makefile)
11 o Silenced most of the command $(DO*) commands so the commandline
12 doesn't show.
13 o Added some colors on the output from the $(DO*) scripts
14 to make it easier to separate directory and makefile switching
15 from all the other output.
16 Turn this off by using the env.var. BUILD_NOCOLOR.
17 o Did some cleanup of the main Makefile and added some missing rules.
18 o Made separate .depend file for the include files in the /include dir.
19 This will speedup the 'dep' rule somewhat.
20 o Autostart CmdQd with 7 workers if not started and MULTIJOBS are defined.
21 o Profile builds uses ./bin/Profile.* subdir for output, not ./bin/Debug.*.
22 - Fastdep: o Corrected processing of C/C++ #include "someheader.h" to
23 start the search in the source code directory.
24 o Corrected handling of deleted files.
25 o Increased some read and write buffers.
26 - Win32k: o Changed PSZ to char *, since H2INC doesn't understand PSZ.
27 - Custombulid:
28 o Can now build object libraries for custombuild without separate
29 makefiles. Define CUSTOMBUILD=1 (=1 is important!) to build an
30 DLL.
31 o To build all needed object libraries and the custom dll,
32 go to /src and 'nmake custombuild'. There is currently no
33 rule in the main makefile for this, so remember to make the
34 libraries in /lib first.
35 o Removed all the obsolete *lib.mak files.
36
37 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
38 - WGSS50: o WGSS update
39
40 2001-09-28: Patrick Haller <patrick.haller@innotek.de>
41 - USER32: o added experimental support for WH_KEYBOARD_LL hook
42 o implemented keybd_event, mouse_event (-> SendInput )
43
44 2001-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
45 - PE2LX: o Added options to remove fixups and to reroute all
46 imports to a custom odin dll
47
48 2001-09-27: Patrick Haller <patrick.haller@innotek.de>
49 - USER32: o partial implementation of SendInput()
50 - KERNEL32: o improved error code mapping (error2WinError)
51 o keep HandleManager from reusing last handle
52 too quickly (CreateFile after CloseHandle might
53 return the same handle again, which is correct but doesn't
54 put the spotlight on buggy apps)
55
56 2001-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
57 - WININET/ICMP/WS2_32/WINSPOOL/CTL3D32:
58 o Makefiles added to build library with obj files
59 - WININET: o Split up initterm
60 - CUSTOMBUILD:
61 o Ordinals definitions moved into ordinals.h
62
63 2001-09-26: knut st. osmundsen <kosmunds@csc.com>
64 - Win32k: o Create development branch 'splittup' which in the
65 splittup of win32k is being implemented.
66 o BTW. I think I've found the jfs/fat32 + win32k problem.
67 I left some dirty readonly heap pages behind...
68 That is corrected in the splittup.
69 - Some Makefiles:
70 o Corrected the file header to state correct dllname.
71 Ye][ow, which is doing some documentation stuff on the Odin32,
72 pointed this out this for me.
73
74 2001-09-26: Patrick Haller <patrick.haller@innotek.de>
75 - ODINWRAP: o fixed FNEPILOGUE position
76 (MISC) o added support for calldepth tracing
77 - OLE32: o fixed wrong prototype in regsvr32.cpp
78
79 2001-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
80 - COMCTL32: o Wine updates (MRU functions)
81 - SHELL32: o Wine updates (SHAddToRecentDocs)
82 - DDRAW/ADVAPI32: Added makefiles for building library with obj files
83
84 2001-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
85 - DDRAW: o Set screen resolution + bpp of primary surface to those
86 of the PM desktop. (used to default to 640x480x8bpp)
87
88 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
89 - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
90
91 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
92 - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
93 (fixes crash when closing mdi window in odinapp)
94 - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
95 when cbImage is too small (compressed images only)
96 This used to work. Maybe related to new SDD version.
97 (CoolEdit 2000 hits breakpoint in debug build)
98
99 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
100 - SHELL32: o Small update for shfileop.c
101
102 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
103 - USER32: o Focus changes
104 - CTL3D32: o Added stub dll
105
106 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
107 - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
108 0 is not documented, but experiments in NT4 show that
109 the window will get activated when it returns this.
110 (fixes activation of FreeCell when clicking on the window)
111 o WM_NEXTMENU bugfix (from Wine)
112 (fixes crash during menu navigation in MDI windows)
113 - SHELL32: o Shell Folder bugfix from Wine added
114
115 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
116 - USER32: o PeekMessageW bugfix
117
118 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
119 - USER32: o Changed GetLastActivePopup (still not complete)
120 o Prevent loop in DIALOG_IsAccelerator
121 o GetMenuItemInfoW bugfixes
122 o Ported the Wine MDI control
123
124 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
125 - WS2_32: o added stub for WSAIoctl() (Parsec)
126 - WINMM: o lowered minimum OS/2 timer resolution to 2ms
127 (for the new CLOCKSCALE feature)
128
129 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
130 - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
131 WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
132 This ensures activation is handled properly.
133 No longer necessary to manually send WM_ACTIVATE messages.
134 o Only forward SC_CLOSE syscommand to top level window
135 if generated by keyboard
136
137 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
138 - USER32: o Some focus/activation changes
139 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
140 directed to top-level window. (OS/2 look only)
141 - ODINBUG: o Update by Herwig Bauernfeind
142 - OLEAUT32/OLE32/QUARTZ/COMDLG32:
143 o Wine updates
144 - COMCTL32: o Wine updates for toolbar, pager & rebar controls
145 o Treeview bugfix when deleting the selected item
146 (fixes crash in UltraEdit when opening files)
147 - * o Put back original sources. Extremely annoying to
148 add tags and change tabs in files.
149
150 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
151 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
152
153 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
154 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
155 size in pages, so round up size to next page boundary
156 (fixes loop during Netscape 4.7 startup)
157 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
158 (fixes huge fonts in Netscape 4.7)
159 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
160 or else WGSS blit will fail
161 (fixes black pictures in Netscape 4.7)
162
163 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
164 - TAPI32: o Some updates
165 - OLEAUT32: o Wine typelib updates
166
167 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
168 - include: o removed ./include/wine/server.h (Wine Server)
169 because of collisiton with server.h in OS/2 toolkit
170 - WNETAP32: o NetServerEnum implemented
171 o split into numerous smaller source modules
172
173 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
174 - src\*: o Added/fixed CVS $Id tag in source files.
175 Sorry, if this caused long checkout and compilation. :-)
176 - tools\database:
177 o Fixed a couple of bugs, just in case we get it online some day :-).
178 o More or less implemented @design notes.
179 - tools\dailybuild:
180 o Added automatic uploading of current odin32 api database.
181 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
182
183 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
184 - FastDep: o Synced FastDep with OS2Tools.
185
186 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
187 - Tools\CmdQd:
188 o Do DosExecPgm directly on programs when possible.
189 (It's not possible if multiple commands is specified in a job.)
190 o Path search result caching.
191 o Uses CMD.EXE nomatter what is in the COMSPEC.
192 o Corrected memory overwrite in output read loop.
193
Note: See TracBrowser for help on using the repository browser.