1 | /* $Id: changelog,v 1.1403 2001-05-10 17:04:50 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-05-10: Shingo Tsuda <sofiya@din.or.jp>
|
---|
4 | - GDI32: o Rop conversion for DIB Section blits
|
---|
5 | o Support for negative height (origin top left) in
|
---|
6 | SetDIBitsToDevice
|
---|
7 |
|
---|
8 | 2001-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
9 | - GDI32: o includeBottomRightPoint bugfix; if left == right or top == bottom
|
---|
10 | then the rectangle isn't empty. (include/include input)
|
---|
11 | (fixes e.g. missing erase background when slowly moving window
|
---|
12 | over Odin window (full window dragging enabled))
|
---|
13 |
|
---|
14 | 2001-05-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
15 | - src/ws2help, bin/debug, bin/release, src/win32k/list,
|
---|
16 | src/win32k/debug:
|
---|
17 | o Removed directories. These were either not needed
|
---|
18 | or unused. I did this now since I was going to
|
---|
19 | remove ws2help anyway and there by breaking your tree.
|
---|
20 | - tools/bin/CVSRemoveDeletedDirs.cmd:
|
---|
21 | o Rexx script which removes the above directories
|
---|
22 | from your local tree. Run this from the root of the tree.
|
---|
23 | To physically remove the directories you have to specify
|
---|
24 | REMOVE as argument (no dash or slash!).
|
---|
25 |
|
---|
26 | 2001-05-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
27 | - src/makefile:
|
---|
28 | o Ignore WS2HELP for the moment.
|
---|
29 | (Never add empty subdirs to /src without making
|
---|
30 | /src/makefile ignore it!)
|
---|
31 |
|
---|
32 | 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
33 | - WS2_32: o created skeleton and added forwarders to WSOCK32
|
---|
34 | - KERNEL32: o CreateProcess error handling corrected, if
|
---|
35 | O32_CreateProcess fails with specific reason
|
---|
36 |
|
---|
37 | 2001-05-04: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
38 | - SHELL32: o Update for SHFileOperationA (FO_MOVE)
|
---|
39 |
|
---|
40 | 2001-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
41 | - USER32: o FrameTrackFrame bugfix for moving child windows
|
---|
42 |
|
---|
43 | 2000-05-03: Yuri Dario <mc6530@mclink.it>
|
---|
44 | - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
|
---|
45 | o Fix for groupbox WM_SETFONT handler. Must erase top part
|
---|
46 | if font is changed.
|
---|
47 | - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
|
---|
48 |
|
---|