source: trunk/changelog@ 6861

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

* empty log message *

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