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