source: trunk/changelog@ 6835

Last change on this file since 6835 was 6835, checked in by bird, 24 years ago

* empty log message *

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