source: trunk/changelog@ 6799

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

* empty log message *

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