source: trunk/changelog@ 6802

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

.

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