source: trunk/changelog@ 6719

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

* empty log message *

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