source: trunk/changelog@ 6777

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

* empty log message *

File size: 4.3 KB
RevLine 
[6777]1/* $Id: changelog,v 1.1688 2001-09-20 19:05:49 sandervl Exp $ */
[6074]2
[6772]3 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
5 0 is not documented, but experiments in NT4 show that
6 the window will get activated when it returns this.
7 (fixes activation of FreeCell when clicking on the window)
8 o WM_NEXTMENU bugfix (from Wine)
9 (fixes crash during menu navigation in MDI windows)
[6777]10 - SHELL32: o Shell Folder bugfix from Wine added
[6772]11
[6759]12 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
13 - USER32: o PeekMessageW bugfix
14
[6750]15 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
16 - USER32: o Changed GetLastActivePopup (still not complete)
17 o Prevent loop in DIALOG_IsAccelerator
[6759]18 o GetMenuItemInfoW bugfixes
19 o Ported the Wine MDI control
[6750]20
[6748]21 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
22 - WS2_32: o added stub for WSAIoctl() (Parsec)
23 - WINMM: o lowered minimum OS/2 timer resolution to 2ms
24 (for the new CLOCKSCALE feature)
25
[6744]26 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
27 - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
28 WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
29 This ensures activation is handled properly.
30 No longer necessary to manually send WM_ACTIVATE messages.
31 o Only forward SC_CLOSE syscommand to top level window
32 if generated by keyboard
33
[6713]34 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
35 - USER32: o Some focus/activation changes
[6719]36 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
37 directed to top-level window. (OS/2 look only)
[6713]38 - ODINBUG: o Update by Herwig Bauernfeind
39 - OLEAUT32/OLE32/QUARTZ/COMDLG32:
40 o Wine updates
41 - COMCTL32: o Wine updates for toolbar, pager & rebar controls
42 o Treeview bugfix when deleting the selected item
43 (fixes crash in UltraEdit when opening files)
[6714]44 - * o Put back original sources. Extremely annoying to
[6719]45 add tags and change tabs in files.
[6713]46
[6697]47 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
48 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
49
[6691]50 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
51 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
52 size in pages, so round up size to next page boundary
53 (fixes loop during Netscape 4.7 startup)
54 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
55 (fixes huge fonts in Netscape 4.7)
56 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
57 or else WGSS blit will fail
58 (fixes black pictures in Netscape 4.7)
59
[6687]60 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
61 - TAPI32: o Some updates
[6688]62 - OLEAUT32: o Wine typelib updates
[6687]63
[6671]64 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
65 - include: o removed ./include/wine/server.h (Wine Server)
66 because of collisiton with server.h in OS/2 toolkit
67 - WNETAP32: o NetServerEnum implemented
[6676]68 o split into numerous smaller source modules
[6671]69
[6667]70 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
71 - src\*: o Added/fixed CVS $Id tag in source files.
72 Sorry, if this caused long checkout and compilation. :-)
[6654]73 - tools\database:
74 o Fixed a couple of bugs, just in case we get it online some day :-).
[6667]75 o More or less implemented @design notes.
76 - tools\dailybuild:
77 o Added automatic uploading of current odin32 api database.
78 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
[6654]79
80 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
[6633]81 - FastDep: o Synced FastDep with OS2Tools.
82
[6624]83 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
84 - Tools\CmdQd:
85 o Do DosExecPgm directly on programs when possible.
86 (It's not possible if multiple commands is specified in a job.)
87 o Path search result caching.
88 o Uses CMD.EXE nomatter what is in the COMSPEC.
[6626]89 o Corrected memory overwrite in output read loop.
[6624]90
Note: See TracBrowser for help on using the repository browser.