source: trunk/changelog@ 6748

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

.

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