source: trunk/changelog@ 6860

Last change on this file since 6860 was 6860, checked in by phaller, 24 years ago

.

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