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
RevLine 
[6814]1/* $Id: changelog,v 1.1696 2001-09-25 18:28:00 sandervl Exp $ */
[6074]2
[6809]3 2001-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
4 - COMCTL32: o Wine updates (MRU functions)
5 - SHELL32: o Wine updates (SHAddToRecentDocs)
[6814]6 - DDRAW/ADVAPI32: Added makefiles for building library with obj files
[6809]7
[6803]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
[6802]12 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
13 - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
14
[6803]15 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
[6793]16 - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
17 (fixes crash when closing mdi window in odinapp)
[6795]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)
[6793]22
[6803]23 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
[6799]24 - SHELL32: o Small update for shfileop.c
25
[6779]26 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
27 - USER32: o Focus changes
28 - CTL3D32: o Added stub dll
29
[6772]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)
[6777]37 - SHELL32: o Shell Folder bugfix from Wine added
[6772]38
[6759]39 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
40 - USER32: o PeekMessageW bugfix
41
[6750]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
[6759]45 o GetMenuItemInfoW bugfixes
46 o Ported the Wine MDI control
[6750]47
[6748]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
[6744]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
[6713]61 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
62 - USER32: o Some focus/activation changes
[6719]63 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
64 directed to top-level window. (OS/2 look only)
[6713]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)
[6714]71 - * o Put back original sources. Extremely annoying to
[6719]72 add tags and change tabs in files.
[6713]73
[6697]74 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
75 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
76
[6691]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
[6687]87 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
88 - TAPI32: o Some updates
[6688]89 - OLEAUT32: o Wine typelib updates
[6687]90
[6671]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
[6676]95 o split into numerous smaller source modules
[6671]96
[6667]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. :-)
[6654]100 - tools\database:
101 o Fixed a couple of bugs, just in case we get it online some day :-).
[6667]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)
[6654]106
107 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
[6633]108 - FastDep: o Synced FastDep with OS2Tools.
109
[6624]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.
[6626]116 o Corrected memory overwrite in output read loop.
[6624]117
Note: See TracBrowser for help on using the repository browser.