Changeset 6687
- Timestamp:
- Sep 9, 2001, 3:34:29 PM (24 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
doc/ChangeLog-2001 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6676 r6687 1 /* $Id: changelog,v 1.1675 2001-09-07 08:22:28 phaller Exp $ */ 1 /* $Id: changelog,v 1.1676 2001-09-09 13:33:52 sandervl Exp $ */ 2 3 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl> 4 - TAPI32: o Some updates 2 5 3 6 2001-09-07: Patrick Haller <patrick.haller@innotek.de> … … 28 31 o Corrected memory overwrite in output read loop. 29 32 30 2001-08-31: Patrick Haller <patrick.haller@innotek.de>31 - KERNEL32: o Fix in MoveFileExW, MoveFileExA prevents stack corruption32 in MS ACMSETUP33 - USER32: o Fix in UnregisterClass for never reaching the destructor34 of Win32class. ACMSETUP now working.35 o graceful error handling if PostMessage fails due to36 shared heap shortage37 38 2001-08-30: Patrick Haller <patrick.haller@innotek.de>39 - SHLWAPI: o Improvements on ordinal functions40 41 2001-08-29: Patrick Haller <patrick.haller@innotek.de>42 - USER32: o BUTTON.CPP: don't draw invisible buttons43 (fixes MS ACMSETUP w/ OWNERDRAW pushbuttons)44 45 2001-08-28: Sander van Leeuwen <sandervl@xs4all.nl>46 - GDI32: o CreateDIBitmap: reverse bitmap for negative height47 (fixes buttons in Abiword)48 49 2001-08-27: Sander van Leeuwen <sandervl@xs4all.nl>50 - USER32: o FillRect fix: brush 0 means current selected brush51 (verified in NT4)52 (fixes background in registration dialog of CVP)53 54 2001-08-26: Sander van Leeuwen <sandervl@xs4all.nl>55 - USER32: o Convert icon & cursor to OS/2 format in CreateIconIndirect,56 CreateCursor & CreateIcon57 o Convert RGB 555 to 565 for 16 bits icons and cursors58 (win to os/2 icon/cursor conversion)59 - SHELL32: o SHBrowseForFolderA fix: don't send dummy BFFM_SELCHANGED60 during WM_INITDIALOG61 (breaks folder dialog in CVP)62 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 existing66 semaphore name.67 - CUSTOMBUILD:68 o Added riched3269 - RICHED32: o Changes for custom build70 71 2000-08-25: Yuri Dario <mc6530@mclink.it>72 - USER32: o Button: don't send BN_PAINT/HILITE/UNHILITE/DISABLE73 (not done in Wine either)74 75 2001-08-23: Sander van Leeuwen <sandervl@xs4all.nl>76 - OLEAUT32: o Wine updates77 - QUARTZ: o Wine updates78 79 2001-08-19: Sander van Leeuwen <sandervl@xs4all.nl>80 - QUARTZ: o Added stub dll from Wine81 82 2001-08-19: knut st. osmundsen <kosmunds@csc.com>83 - Win32k.lib:84 o OPEN_FLAGS_NOINHERIT when opening win32k. This is hopefully85 a temporary fix on the missing env. mem. lock cleaning for86 parent/child.87 88 2001-08-16: Patrick Haller <patrick.haller@innotek.de>89 - GDI32: o Optimization for dibsect::findSection()90 (helps DeleteObject)91 92 2001-08-16: Sander van Leeuwen <sandervl@xs4all.nl>93 - INSTALL: o Add date when odininst was last run to odin.ini94 [ODINSYSTEM]95 INSTALLDATE=Thu Aug 16 23:28:01 200196 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 job100 build feature.101 - Makefiles:102 o Implemented multiple job build feature. This works like103 GNU Make --jobs[=N].104 <ul>105 <li> Start the daemon tools\bin\cmdqd init <N> where N is the106 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 SMP112 machines.113 114 2000-08-14: Carsten Tenbrink <Carsten@C-Tenbrink.DE>115 - CAPI2032: o Fix for applications that register with CAPI twice116 117 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>118 - INSTALL: o Add COM registry keys for OLE32 & OLEAUT32119 o Add OdinBug report generator made by Herwig Bauernfeind120 - USER32: o Work dir change for object creation121 122 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>123 - USER32: o Rewrote PostThreadMessage124 (fixes RealPlayer 8 install)125 o Use WinQueueFromID to query message queue handle of first thread126 o Convert 32x32 icon to 40x40 by centering it instead of scaling127 - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread128 - SHELL32: o Fill in complete resource dir for icon conversion129 - OLEAUT32: o Updated olepicture + typelib with latest Wine code130 131 2001-08-08: knut st. osmundsen <kosmunds@csc.com>132 - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in133 Pe2Lx::openPath2.134 135 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>136 - SHELL32: o Fix for shell link with single icon instead of icon group137 o Shell icon save fix (again fopen without binary mode)138 - USER32: o Icon conversion moved here + fixed139 - KERNEL32: o Removed icon conversion140 - INSTALL: o Add program object for Registry Editor to Odin folder141 142 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>143 - INSTALL: o Create Odin folder with program objects for readme, changelog144 and license files.145 - USER32: o Added function to create program objects + folders146 - SHELL32: o Create program objects during installation of windows147 applications148 (Desktop objects created on the OS/2 desktop; program objects149 created in app folder inside Odin folder)150 - KERNEL32: o Put back source files to convert icons and icon groups151 (not working right yet)152 153 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>154 - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess155 (fixes Notes + installers)156 o Memory map fixes (GetCurrentProcess returns handles157 that are not unique)158 o Init fix for logfile names of multiple processes159 o Support different ordinal base for custom build160 - CUSTOMBUILD:161 o Add SHLWAPI exports + changes for ordinal exports162 163 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>164 - COMCTL32: o Datetime fixes165 166 2001-08-04: knut st. osmundsen <kosmunds@csc.com>167 - Makefiles:168 o Depend on libraries. (Thanks goes to Yuri for this!)169 170 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>171 - CUSTOMBUILD:172 o Add registration of gdi32 & advapi32173 o Use toupperW in kernel32 instead of toupper (C runtime lib)174 o Removed NTDLL dependency175 - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)176 - TESTDRV: o Added sample of device specific driver dll177 178 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>179 - KERNEL32: o Temporarily disabled new name lookup (resources) until180 the real problem is located (wrc).181 (fixes preference page in Opera)182 183 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>184 - GDI32: o Set codepage of HDC returned by CreateDCA185 - COMDLG32: o Set codepage of HDC returned by PrintDlgA186 (fixes codepage problems while printing in Opera)187 -
trunk/doc/ChangeLog-2001
r6461 r6687 1 /* $Id: ChangeLog-2001,v 1.7 2001-08-04 17:37:29 sandervl Exp $ */ 1 /* $Id: ChangeLog-2001,v 1.8 2001-09-09 13:34:29 sandervl Exp $ */ 2 3 2001-08-31: Patrick Haller <patrick.haller@innotek.de> 4 - KERNEL32: o Fix in MoveFileExW, MoveFileExA prevents stack corruption 5 in MS ACMSETUP 6 - USER32: o Fix in UnregisterClass for never reaching the destructor 7 of Win32class. ACMSETUP now working. 8 o graceful error handling if PostMessage fails due to 9 shared heap shortage 10 11 2001-08-30: Patrick Haller <patrick.haller@innotek.de> 12 - SHLWAPI: o Improvements on ordinal functions 13 14 2001-08-29: Patrick Haller <patrick.haller@innotek.de> 15 - USER32: o BUTTON.CPP: don't draw invisible buttons 16 (fixes MS ACMSETUP w/ OWNERDRAW pushbuttons) 17 18 2001-08-28: Sander van Leeuwen <sandervl@xs4all.nl> 19 - GDI32: o CreateDIBitmap: reverse bitmap for negative height 20 (fixes buttons in Abiword) 21 22 2001-08-27: Sander van Leeuwen <sandervl@xs4all.nl> 23 - USER32: o FillRect fix: brush 0 means current selected brush 24 (verified in NT4) 25 (fixes background in registration dialog of CVP) 26 27 2001-08-26: Sander van Leeuwen <sandervl@xs4all.nl> 28 - USER32: o Convert icon & cursor to OS/2 format in CreateIconIndirect, 29 CreateCursor & CreateIcon 30 o Convert RGB 555 to 565 for 16 bits icons and cursors 31 (win to os/2 icon/cursor conversion) 32 - SHELL32: o SHBrowseForFolderA fix: don't send dummy BFFM_SELCHANGED 33 during WM_INITDIALOG 34 (breaks folder dialog in CVP) 35 36 2001-08-25: Sander van Leeuwen <sandervl@xs4all.nl> 37 - KERNEL32: o Set last error to ERROR_ALREADY_EXISTS when CreateMutex, 38 CreateEvent or CreateSemaphore is called with existing 39 semaphore name. 40 - CUSTOMBUILD: 41 o Added riched32 42 - RICHED32: o Changes for custom build 43 44 2000-08-25: Yuri Dario <mc6530@mclink.it> 45 - USER32: o Button: don't send BN_PAINT/HILITE/UNHILITE/DISABLE 46 (not done in Wine either) 47 48 2001-08-23: Sander van Leeuwen <sandervl@xs4all.nl> 49 - OLEAUT32: o Wine updates 50 - QUARTZ: o Wine updates 51 52 2001-08-19: Sander van Leeuwen <sandervl@xs4all.nl> 53 - QUARTZ: o Added stub dll from Wine 54 55 2001-08-19: knut st. osmundsen <kosmunds@csc.com> 56 - Win32k.lib: 57 o OPEN_FLAGS_NOINHERIT when opening win32k. This is hopefully 58 a temporary fix on the missing env. mem. lock cleaning for 59 parent/child. 60 61 2001-08-16: Patrick Haller <patrick.haller@innotek.de> 62 - GDI32: o Optimization for dibsect::findSection() 63 (helps DeleteObject) 64 65 2001-08-16: Sander van Leeuwen <sandervl@xs4all.nl> 66 - INSTALL: o Add date when odininst was last run to odin.ini 67 [ODINSYSTEM] 68 INSTALLDATE=Thu Aug 16 23:28:01 2001 69 70 2001-08-16: knut st. osmundsen <kosmunds@csc.com> 71 - Tools\CmdQd: 72 o Added command queue daemon which is used in the multiple job 73 build feature. 74 - Makefiles: 75 o Implemented multiple job build feature. This works like 76 GNU Make --jobs[=N]. 77 <ul> 78 <li> Start the daemon tools\bin\cmdqd init <N> where N is the 79 then number of workers. Need tools have to be made first. 80 <li> Define the env.var. MULTIJOBS to enable this feature. 81 <li> Do make as usual. 82 <li> tools\bin\cmdqd kill to kill the daemon. 83 </ul> 84 o This feature will speedup make of single modules alot on SMP 85 machines. 86 87 2000-08-14: Carsten Tenbrink <Carsten@C-Tenbrink.DE> 88 - CAPI2032: o Fix for applications that register with CAPI twice 89 90 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl> 91 - INSTALL: o Add COM registry keys for OLE32 & OLEAUT32 92 o Add OdinBug report generator made by Herwig Bauernfeind 93 - USER32: o Work dir change for object creation 94 95 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl> 96 - USER32: o Rewrote PostThreadMessage 97 (fixes RealPlayer 8 install) 98 o Use WinQueueFromID to query message queue handle of first thread 99 o Convert 32x32 icon to 40x40 by centering it instead of scaling 100 - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread 101 - SHELL32: o Fill in complete resource dir for icon conversion 102 - OLEAUT32: o Updated olepicture + typelib with latest Wine code 103 104 2001-08-08: knut st. osmundsen <kosmunds@csc.com> 105 - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in 106 Pe2Lx::openPath2. 107 108 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl> 109 - SHELL32: o Fix for shell link with single icon instead of icon group 110 o Shell icon save fix (again fopen without binary mode) 111 - USER32: o Icon conversion moved here + fixed 112 - KERNEL32: o Removed icon conversion 113 - INSTALL: o Add program object for Registry Editor to Odin folder 114 115 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl> 116 - INSTALL: o Create Odin folder with program objects for readme, changelog 117 and license files. 118 - USER32: o Added function to create program objects + folders 119 - SHELL32: o Create program objects during installation of windows 120 applications 121 (Desktop objects created on the OS/2 desktop; program objects 122 created in app folder inside Odin folder) 123 - KERNEL32: o Put back source files to convert icons and icon groups 124 (not working right yet) 125 126 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl> 127 - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess 128 (fixes Notes + installers) 129 o Memory map fixes (GetCurrentProcess returns handles 130 that are not unique) 131 o Init fix for logfile names of multiple processes 132 o Support different ordinal base for custom build 133 - CUSTOMBUILD: 134 o Add SHLWAPI exports + changes for ordinal exports 135 136 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de> 137 - COMCTL32: o Datetime fixes 138 139 2001-08-04: knut st. osmundsen <kosmunds@csc.com> 140 - Makefiles: 141 o Depend on libraries. (Thanks goes to Yuri for this!) 142 143 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl> 144 - CUSTOMBUILD: 145 o Add registration of gdi32 & advapi32 146 o Use toupperW in kernel32 instead of toupper (C runtime lib) 147 o Removed NTDLL dependency 148 - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib) 149 - TESTDRV: o Added sample of device specific driver dll 150 151 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl> 152 - KERNEL32: o Temporarily disabled new name lookup (resources) until 153 the real problem is located (wrc). 154 (fixes preference page in Opera) 155 156 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl> 157 - GDI32: o Set codepage of HDC returned by CreateDCA 158 - COMDLG32: o Set codepage of HDC returned by PrintDlgA 159 (fixes codepage problems while printing in Opera) 2 160 3 161 2001-07-31: knut st. osmundsen <kosmunds@csc.com>
Note:
See TracChangeset
for help on using the changeset viewer.
