source: trunk/changelog@ 6564

Last change on this file since 6564 was 6561, checked in by bird, 24 years ago

* empty log message *

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