source: trunk/changelog@ 6590

Last change on this file since 6590 was 6590, checked in by sandervl, 24 years ago

* empty log message *

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