source: trunk/changelog@ 6597

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

* empty log message *

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