source: trunk/changelog@ 6809

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

* empty log message *

File size: 5.5 KB
Line 
1/* $Id: changelog,v 1.1695 2001-09-25 10:54:30 sandervl Exp $ */
2
3 2001-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
4 - COMCTL32: o Wine updates (MRU functions)
5 - SHELL32: o Wine updates (SHAddToRecentDocs)
6
7 2001-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
8 - DDRAW: o Set screen resolution + bpp of primary surface to those
9 of the PM desktop. (used to default to 640x480x8bpp)
10
11 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
12 - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
13
14 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
15 - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
16 (fixes crash when closing mdi window in odinapp)
17 - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
18 when cbImage is too small (compressed images only)
19 This used to work. Maybe related to new SDD version.
20 (CoolEdit 2000 hits breakpoint in debug build)
21
22 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
23 - SHELL32: o Small update for shfileop.c
24
25 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
26 - USER32: o Focus changes
27 - CTL3D32: o Added stub dll
28
29 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
30 - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
31 0 is not documented, but experiments in NT4 show that
32 the window will get activated when it returns this.
33 (fixes activation of FreeCell when clicking on the window)
34 o WM_NEXTMENU bugfix (from Wine)
35 (fixes crash during menu navigation in MDI windows)
36 - SHELL32: o Shell Folder bugfix from Wine added
37
38 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
39 - USER32: o PeekMessageW bugfix
40
41 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
42 - USER32: o Changed GetLastActivePopup (still not complete)
43 o Prevent loop in DIALOG_IsAccelerator
44 o GetMenuItemInfoW bugfixes
45 o Ported the Wine MDI control
46
47 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
48 - WS2_32: o added stub for WSAIoctl() (Parsec)
49 - WINMM: o lowered minimum OS/2 timer resolution to 2ms
50 (for the new CLOCKSCALE feature)
51
52 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
53 - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
54 WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
55 This ensures activation is handled properly.
56 No longer necessary to manually send WM_ACTIVATE messages.
57 o Only forward SC_CLOSE syscommand to top level window
58 if generated by keyboard
59
60 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
61 - USER32: o Some focus/activation changes
62 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
63 directed to top-level window. (OS/2 look only)
64 - ODINBUG: o Update by Herwig Bauernfeind
65 - OLEAUT32/OLE32/QUARTZ/COMDLG32:
66 o Wine updates
67 - COMCTL32: o Wine updates for toolbar, pager & rebar controls
68 o Treeview bugfix when deleting the selected item
69 (fixes crash in UltraEdit when opening files)
70 - * o Put back original sources. Extremely annoying to
71 add tags and change tabs in files.
72
73 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
74 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
75
76 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
77 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
78 size in pages, so round up size to next page boundary
79 (fixes loop during Netscape 4.7 startup)
80 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
81 (fixes huge fonts in Netscape 4.7)
82 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
83 or else WGSS blit will fail
84 (fixes black pictures in Netscape 4.7)
85
86 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
87 - TAPI32: o Some updates
88 - OLEAUT32: o Wine typelib updates
89
90 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
91 - include: o removed ./include/wine/server.h (Wine Server)
92 because of collisiton with server.h in OS/2 toolkit
93 - WNETAP32: o NetServerEnum implemented
94 o split into numerous smaller source modules
95
96 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
97 - src\*: o Added/fixed CVS $Id tag in source files.
98 Sorry, if this caused long checkout and compilation. :-)
99 - tools\database:
100 o Fixed a couple of bugs, just in case we get it online some day :-).
101 o More or less implemented @design notes.
102 - tools\dailybuild:
103 o Added automatic uploading of current odin32 api database.
104 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
105
106 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
107 - FastDep: o Synced FastDep with OS2Tools.
108
109 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
110 - Tools\CmdQd:
111 o Do DosExecPgm directly on programs when possible.
112 (It's not possible if multiple commands is specified in a job.)
113 o Path search result caching.
114 o Uses CMD.EXE nomatter what is in the COMSPEC.
115 o Corrected memory overwrite in output read loop.
116
Note: See TracBrowser for help on using the repository browser.