source: trunk/changelog@ 6814

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

* empty log message *

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