source: trunk/changelog@ 4940

Last change on this file since 4940 was 4940, checked in by sandervl, 25 years ago

* empty log message *

File size: 6.2 KB
Line 
1/* $Id: changelog,v 1.1219 2001-01-14 17:11:52 sandervl Exp $ */
2
3 2001-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
4 - COMDLG32: o Get current directory if initial dir == NULL (win31 style
5 file dialog).
6 o Fix for filter. (default to NULL; not " /0/0")
7 o Scale icons to 16x16 (win31 style file dialog) -> system
8 default (32x32) is too big. (TODO: Our user32 icons are too
9 big)
10 o Drive list not initialized correctly. (GetDriveTypeA return
11 value interpreted wrong)
12 -> use GetLogicalDrives instead to avoid accessing floppy
13 drives (which GetDriveType does)
14 - USER32: o Replaced some icons with those found in SHELL32:
15 - open & closed folder
16 - floppy, harddisk & network drive
17 o Fixed bug in NotifyFormatFrame method (fixes problems
18 with combobox)
19 o ComboLBox bugfix (extra vertical scrollbar)
20 o LISTBOX_Directory bugfix (must check for FILE_ATTRIBUTE_NORMAL)
21 (removes files from directory listing in common file dialog)
22 - KERNEL32: o Fix for executable names with spaces in path
23 o Workaround for applications that block the PM input queue
24 while waiting for a child process to terminate.
25 (WaitSingleObject now calls MsgWaitMultipleObjects and
26 processes messages while waiting for the process to die)
27 (Napster install now doesn't block PM anymore (forcing a reboot))
28 o Add class keys for SHDOCVW during install
29 - SHDOCVW: o Added (Wine 20010112 port)
30
31 2001-01-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
32 - tools\install, tools\dailybuild:
33 o Added odincrt.dll to debug release (to make wgss50.dll happy).
34
35 2001-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: o DrawIconEx bugfix (fixes bitmap menu item when maximizing
37 MDI window)
38 - COMDLG32: o Added/Ported 16 bits common dialog Wine code.
39 (GetOpen/SaveFileName with hook and without OFN_EXPLORER
40 flag implies old Windows 3.1 style dialog)
41 (not completely working yet, but better than the mess we
42 saw before (InstallShield -> browse dir))
43
44 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
45 - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
46 - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
47 (fixes MDI window borders (which were too thin))
48
49 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
50 - tools\install:
51 o Corrected packing of wpss50.dll.
52 o Added .sym files to release distributions. (optional package)
53
54 - tools\dailybuild:
55 o Removed uploading of glide-stuff.
56
57 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
58 - INCLUDE\dcdata, GDI32, USER32:
59 o Updates for WGSS50.
60
61 - LIB\WGSS50.lib, BIN\WGSS50.dll:
62 o Binary distribution of WGSS50 added
63
64 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
65 - tools\dailybuild:
66 o Added wgss50.dll to the .ZIPs.
67
68 - lib o Added making of wgss50.lib.
69 (So, that it corresponds to the other libraries made there.)
70 o Converted wgss50.lib to a deffile.
71
72 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
73 - ReportingBugs.txt:
74 o Specify windows & system32 directory in bug reports
75 (description included on how to determine this)
76
77 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
78 - tools\dailybuild:
79 o Updated with temporary server address.
80 o Put ftp userid/passwords into separate file.
81 o Build number incrementation. (Stored in versionos2.h)
82 (Use bldlevel on the DLLs to look at it.)
83 o Splitted out 3dxf/glide stuff into separat .zips.
84
85 - Win32k: o Added support for the ldrCheckInternalName bug. :-)
86 (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
87 o Made pe.exe default.
88 o Added UNI and SMP 14062 kernels (convenience pack).
89 (Have anyone got the Warp 4 convenience pack with the right .sym files?)
90
91 - bin\bldlevelinf.cmd:
92 o Removed colon after otherwise to make it work with Object REXX.
93
94 - makefiles:
95 o Merged BuildLevel revisions with the LXOpt revisions.
96 (There seems like there have been some kind of revision mixup in
97 Sanders tree?)
98 o Updated the other post files with LXOpt.
99
100 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
101 - install: o Win32k installation temporarily disabled due to a WarpIn bug
102 (config.sys lines removed)
103 o Update: This is NOT a WarpIn bug, but an error in the script.
104 Now fixed.
105 o Added check for WarpIn 0.9.6 or higher
106 o Added check for OS/2 3.x or higher
107 - src\makefile:
108 o Exclude msvcrt from build process.
109 (download odinapp.zip from ftp.os2.org to install a small
110 MFC app with MFC + MSVCRT dlls)
111
112 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
113 - makefiles:o Use LXLite for release build binaries (better compression)
114 Can't use it for debug binaries as IPMD doesn't like it.
115
116 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
117 - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
118 o KERNEL32_100 export added (stub)
119 - USER32: o Rewrote window handle management; only start reusing window
120 handles when max handle has been assigned.
121 - GDI32/USER32/KERNEL32:
122 o Don't export private Odin functions by name (we import
123 everything by ordinal)
124
125 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
126 - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
127 (Fixes menu bitmaps in Lotus Notes 5)
128
Note: See TracBrowser for help on using the repository browser.