source: trunk/changelog@ 6884

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

* empty log message *

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