source: trunk/changelog@ 6613

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

fix UnregisterClass

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