source: trunk/changelog@ 6890

Last change on this file since 6890 was 6890, checked in by bird, 24 years ago

* empty log message *

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