source: trunk/changelog@ 6671

Last change on this file since 6671 was 6671, checked in by phaller, 24 years ago

.

File size: 8.4 KB
RevLine 
[6671]1/* $Id: changelog,v 1.1674 2001-09-06 22:16:40 phaller Exp $ */
[6074]2
[6671]3 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
4 - include: o removed ./include/wine/server.h (Wine Server)
5 because of collisiton with server.h in OS/2 toolkit
6 - WNETAP32: o NetServerEnum implemented
7
[6667]8 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
9 - src\*: o Added/fixed CVS $Id tag in source files.
10 Sorry, if this caused long checkout and compilation. :-)
[6654]11 - tools\database:
12 o Fixed a couple of bugs, just in case we get it online some day :-).
[6667]13 o More or less implemented @design notes.
14 - tools\dailybuild:
15 o Added automatic uploading of current odin32 api database.
16 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
[6654]17
18 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
[6633]19 - FastDep: o Synced FastDep with OS2Tools.
20
[6624]21 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
22 - Tools\CmdQd:
23 o Do DosExecPgm directly on programs when possible.
24 (It's not possible if multiple commands is specified in a job.)
25 o Path search result caching.
26 o Uses CMD.EXE nomatter what is in the COMSPEC.
[6626]27 o Corrected memory overwrite in output read loop.
[6624]28
[6612]29 2001-08-31: Patrick Haller <patrick.haller@innotek.de>
30 - KERNEL32: o Fix in MoveFileExW, MoveFileExA prevents stack corruption
31 in MS ACMSETUP
32 - USER32: o Fix in UnregisterClass for never reaching the destructor
33 of Win32class. ACMSETUP now working.
[6615]34 o graceful error handling if PostMessage fails due to
35 shared heap shortage
[6612]36
[6610]37 2001-08-30: Patrick Haller <patrick.haller@innotek.de>
38 - SHLWAPI: o Improvements on ordinal functions
39
[6606]40 2001-08-29: Patrick Haller <patrick.haller@innotek.de>
41 - USER32: o BUTTON.CPP: don't draw invisible buttons
42 (fixes MS ACMSETUP w/ OWNERDRAW pushbuttons)
43
[6602]44 2001-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
45 - GDI32: o CreateDIBitmap: reverse bitmap for negative height
46 (fixes buttons in Abiword)
47
[6600]48 2001-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
[6624]49 - USER32: o FillRect fix: brush 0 means current selected brush
[6600]50 (verified in NT4)
51 (fixes background in registration dialog of CVP)
52
[6592]53 2001-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
54 - USER32: o Convert icon & cursor to OS/2 format in CreateIconIndirect,
55 CreateCursor & CreateIcon
[6624]56 o Convert RGB 555 to 565 for 16 bits icons and cursors
[6592]57 (win to os/2 icon/cursor conversion)
[6624]58 - SHELL32: o SHBrowseForFolderA fix: don't send dummy BFFM_SELCHANGED
[6597]59 during WM_INITDIALOG
60 (breaks folder dialog in CVP)
[6592]61
[6583]62 2001-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
63 - KERNEL32: o Set last error to ERROR_ALREADY_EXISTS when CreateMutex,
64 CreateEvent or CreateSemaphore is called with existing
65 semaphore name.
[6624]66 - CUSTOMBUILD:
[6590]67 o Added riched32
68 - RICHED32: o Changes for custom build
[6583]69
[6581]70 2000-08-25: Yuri Dario <mc6530@mclink.it>
[6585]71 - USER32: o Button: don't send BN_PAINT/HILITE/UNHILITE/DISABLE
[6581]72 (not done in Wine either)
73
74 2001-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
[6574]75 - OLEAUT32: o Wine updates
[6577]76 - QUARTZ: o Wine updates
[6574]77
[6566]78 2001-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
79 - QUARTZ: o Added stub dll from Wine
80
[6561]81 2001-08-19: knut st. osmundsen <kosmunds@csc.com>
82 - Win32k.lib:
83 o OPEN_FLAGS_NOINHERIT when opening win32k. This is hopefully
84 a temporary fix on the missing env. mem. lock cleaning for
85 parent/child.
86
[6559]87 2001-08-16: Patrick Haller <patrick.haller@innotek.de>
88 - GDI32: o Optimization for dibsect::findSection()
[6633]89 (helps DeleteObject)
[6559]90
[6553]91 2001-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
92 - INSTALL: o Add date when odininst was last run to odin.ini
93 [ODINSYSTEM]
94 INSTALLDATE=Thu Aug 16 23:28:01 2001
95
[6544]96 2001-08-16: knut st. osmundsen <kosmunds@csc.com>
97 - Tools\CmdQd:
98 o Added command queue daemon which is used in the multiple job
99 build feature.
100 - Makefiles:
101 o Implemented multiple job build feature. This works like
102 GNU Make --jobs[=N].
103 <ul>
104 <li> Start the daemon tools\bin\cmdqd init <N> where N is the
105 then number of workers. Need tools have to be made first.
106 <li> Define the env.var. MULTIJOBS to enable this feature.
107 <li> Do make as usual.
108 <li> tools\bin\cmdqd kill to kill the daemon.
109 </ul>
110 o This feature will speedup make of single modules alot on SMP
111 machines.
112
[6549]113 2000-08-14: Carsten Tenbrink <Carsten@C-Tenbrink.DE>
114 - CAPI2032: o Fix for applications that register with CAPI twice
115
[6514]116 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
117 - INSTALL: o Add COM registry keys for OLE32 & OLEAUT32
[6516]118 o Add OdinBug report generator made by Herwig Bauernfeind
119 - USER32: o Work dir change for object creation
[6514]120
[6498]121 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
122 - USER32: o Rewrote PostThreadMessage
123 (fixes RealPlayer 8 install)
124 o Use WinQueueFromID to query message queue handle of first thread
[6502]125 o Convert 32x32 icon to 40x40 by centering it instead of scaling
[6498]126 - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread
[6502]127 - SHELL32: o Fill in complete resource dir for icon conversion
[6509]128 - OLEAUT32: o Updated olepicture + typelib with latest Wine code
[6498]129
[6494]130 2001-08-08: knut st. osmundsen <kosmunds@csc.com>
131 - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
132 Pe2Lx::openPath2.
133
[6485]134 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
135 - SHELL32: o Fix for shell link with single icon instead of icon group
[6491]136 o Shell icon save fix (again fopen without binary mode)
[6485]137 - USER32: o Icon conversion moved here + fixed
138 - KERNEL32: o Removed icon conversion
[6489]139 - INSTALL: o Add program object for Registry Editor to Odin folder
[6485]140
[6478]141 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
142 - INSTALL: o Create Odin folder with program objects for readme, changelog
143 and license files.
144 - USER32: o Added function to create program objects + folders
[6494]145 - SHELL32: o Create program objects during installation of windows
[6478]146 applications
147 (Desktop objects created on the OS/2 desktop; program objects
148 created in app folder inside Odin folder)
149 - KERNEL32: o Put back source files to convert icons and icon groups
150 (not working right yet)
151
[6465]152 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
[6476]153 - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
[6465]154 (fixes Notes + installers)
155 o Memory map fixes (GetCurrentProcess returns handles
[6478]156 that are not unique)
[6465]157 o Init fix for logfile names of multiple processes
[6474]158 o Support different ordinal base for custom build
159 - CUSTOMBUILD:
160 o Add SHLWAPI exports + changes for ordinal exports
[6465]161
162 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
163 - COMCTL32: o Datetime fixes
164
[6476]165 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
166 - Makefiles:
167 o Depend on libraries. (Thanks goes to Yuri for this!)
168
[6451]169 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
[6476]170 - CUSTOMBUILD:
[6451]171 o Add registration of gdi32 & advapi32
[6454]172 o Use toupperW in kernel32 instead of toupper (C runtime lib)
[6460]173 o Removed NTDLL dependency
[6454]174 - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
[6456]175 - TESTDRV: o Added sample of device specific driver dll
[6451]176
[6441]177 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
178 - KERNEL32: o Temporarily disabled new name lookup (resources) until
179 the real problem is located (wrc).
180 (fixes preference page in Opera)
181
[6434]182 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
183 - GDI32: o Set codepage of HDC returned by CreateDCA
184 - COMDLG32: o Set codepage of HDC returned by PrintDlgA
185 (fixes codepage problems while printing in Opera)
186
Note: See TracBrowser for help on using the repository browser.