[6890] | 1 | /* $Id: changelog,v 1.1709 2001-09-30 05:32:47 bird Exp $ */
|
---|
[6074] | 2 |
|
---|
[6882] | 3 | 2001-09-30: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 4 | - Makefiles:
|
---|
| 5 | o Added a DOMAKES util which should be used when invoking
|
---|
| 6 | other makefiles. (see /src/kernel32/makefile)
|
---|
| 7 | o Silenced most of the command $(DO*) commands so the commandline
|
---|
| 8 | doesn't show.
|
---|
| 9 | o Added some colors on the output from the $(DO*) scripts
|
---|
| 10 | to make it easier to separate directory and makefile switching
|
---|
| 11 | from all the other output.
|
---|
| 12 | Turn this off by using the env.var. BUILD_NOCOLOR.
|
---|
| 13 | o Did some cleanup of the main Makefile and added some missing rules.
|
---|
| 14 | o Made separate .depend file for the include files in the /include dir.
|
---|
| 15 | This will speedup the 'dep' rule somewhat.
|
---|
[6890] | 16 | o Autostart CmdQd with 7 workers if not started and MULTIJOBS are defined.
|
---|
[6882] | 17 | - Fastdep: o Corrected processing of C/C++ #include "someheader.h" to
|
---|
| 18 | start the search in the source code directory.
|
---|
| 19 | o Corrected handling of deleted files.
|
---|
| 20 | o Increased some read and write buffers.
|
---|
[6884] | 21 | - Win32k: o Changed PSZ to char *, since H2INC doesn't understand PSZ.
|
---|
[6882] | 22 |
|
---|
[6861] | 23 | 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 24 | - WGSS50: o WGSS update
|
---|
| 25 |
|
---|
[6859] | 26 | 2001-09-28: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 27 | - USER32: o added experimental support for WH_KEYBOARD_LL hook
|
---|
[6860] | 28 | o implemented keybd_event, mouse_event (-> SendInput )
|
---|
[6859] | 29 |
|
---|
[6855] | 30 | 2001-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 31 | - PE2LX: o Added options to remove fixups and to reroute all
|
---|
| 32 | imports to a custom odin dll
|
---|
| 33 |
|
---|
[6856] | 34 | 2001-09-27: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 35 | - USER32: o partial implementation of SendInput()
|
---|
| 36 | - KERNEL32: o improved error code mapping (error2WinError)
|
---|
| 37 | o keep HandleManager from reusing last handle
|
---|
| 38 | too quickly (CreateFile after CloseHandle might
|
---|
| 39 | return the same handle again, which is correct but doesn't
|
---|
| 40 | put the spotlight on buggy apps)
|
---|
| 41 |
|
---|
[6855] | 42 | 2001-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 43 | - WININET/ICMP/WS2_32/WINSPOOL/CTL3D32:
|
---|
| 44 | o Makefiles added to build library with obj files
|
---|
| 45 | - WININET: o Split up initterm
|
---|
[6882] | 46 | - CUSTOMBUILD:
|
---|
[6855] | 47 | o Ordinals definitions moved into ordinals.h
|
---|
| 48 |
|
---|
[6835] | 49 | 2001-09-26: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6834] | 50 | - Win32k: o Create development branch 'splittup' which in the
|
---|
| 51 | splittup of win32k is being implemented.
|
---|
| 52 | o BTW. I think I've found the jfs/fat32 + win32k problem.
|
---|
| 53 | I left some dirty readonly heap pages behind...
|
---|
| 54 | That is corrected in the splittup.
|
---|
| 55 | - Some Makefiles:
|
---|
| 56 | o Corrected the file header to state correct dllname.
|
---|
| 57 | Ye][ow, which is doing some documentation stuff on the Odin32,
|
---|
| 58 | pointed this out this for me.
|
---|
| 59 |
|
---|
[6827] | 60 | 2001-09-26: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 61 | - ODINWRAP: o fixed FNEPILOGUE position
|
---|
| 62 | (MISC) o added support for calldepth tracing
|
---|
| 63 | - OLE32: o fixed wrong prototype in regsvr32.cpp
|
---|
| 64 |
|
---|
[6809] | 65 | 2001-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 66 | - COMCTL32: o Wine updates (MRU functions)
|
---|
| 67 | - SHELL32: o Wine updates (SHAddToRecentDocs)
|
---|
[6814] | 68 | - DDRAW/ADVAPI32: Added makefiles for building library with obj files
|
---|
[6809] | 69 |
|
---|
[6803] | 70 | 2001-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 71 | - DDRAW: o Set screen resolution + bpp of primary surface to those
|
---|
| 72 | of the PM desktop. (used to default to 640x480x8bpp)
|
---|
| 73 |
|
---|
[6802] | 74 | 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 75 | - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
|
---|
| 76 |
|
---|
[6803] | 77 | 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6793] | 78 | - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
|
---|
| 79 | (fixes crash when closing mdi window in odinapp)
|
---|
[6834] | 80 | - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
|
---|
[6795] | 81 | when cbImage is too small (compressed images only)
|
---|
| 82 | This used to work. Maybe related to new SDD version.
|
---|
| 83 | (CoolEdit 2000 hits breakpoint in debug build)
|
---|
[6793] | 84 |
|
---|
[6803] | 85 | 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
[6799] | 86 | - SHELL32: o Small update for shfileop.c
|
---|
| 87 |
|
---|
[6779] | 88 | 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 89 | - USER32: o Focus changes
|
---|
| 90 | - CTL3D32: o Added stub dll
|
---|
| 91 |
|
---|
[6772] | 92 | 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 93 | - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
|
---|
| 94 | 0 is not documented, but experiments in NT4 show that
|
---|
| 95 | the window will get activated when it returns this.
|
---|
| 96 | (fixes activation of FreeCell when clicking on the window)
|
---|
| 97 | o WM_NEXTMENU bugfix (from Wine)
|
---|
| 98 | (fixes crash during menu navigation in MDI windows)
|
---|
[6777] | 99 | - SHELL32: o Shell Folder bugfix from Wine added
|
---|
[6772] | 100 |
|
---|
[6759] | 101 | 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
|
---|
| 102 | - USER32: o PeekMessageW bugfix
|
---|
| 103 |
|
---|
[6750] | 104 | 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 105 | - USER32: o Changed GetLastActivePopup (still not complete)
|
---|
| 106 | o Prevent loop in DIALOG_IsAccelerator
|
---|
[6759] | 107 | o GetMenuItemInfoW bugfixes
|
---|
| 108 | o Ported the Wine MDI control
|
---|
[6750] | 109 |
|
---|
[6748] | 110 | 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 111 | - WS2_32: o added stub for WSAIoctl() (Parsec)
|
---|
| 112 | - WINMM: o lowered minimum OS/2 timer resolution to 2ms
|
---|
| 113 | (for the new CLOCKSCALE feature)
|
---|
| 114 |
|
---|
[6744] | 115 | 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 116 | - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
|
---|
| 117 | WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
|
---|
| 118 | This ensures activation is handled properly.
|
---|
| 119 | No longer necessary to manually send WM_ACTIVATE messages.
|
---|
| 120 | o Only forward SC_CLOSE syscommand to top level window
|
---|
| 121 | if generated by keyboard
|
---|
| 122 |
|
---|
[6713] | 123 | 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 124 | - USER32: o Some focus/activation changes
|
---|
[6719] | 125 | o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
|
---|
| 126 | directed to top-level window. (OS/2 look only)
|
---|
[6713] | 127 | - ODINBUG: o Update by Herwig Bauernfeind
|
---|
| 128 | - OLEAUT32/OLE32/QUARTZ/COMDLG32:
|
---|
| 129 | o Wine updates
|
---|
| 130 | - COMCTL32: o Wine updates for toolbar, pager & rebar controls
|
---|
| 131 | o Treeview bugfix when deleting the selected item
|
---|
| 132 | (fixes crash in UltraEdit when opening files)
|
---|
[6714] | 133 | - * o Put back original sources. Extremely annoying to
|
---|
[6719] | 134 | add tags and change tabs in files.
|
---|
[6713] | 135 |
|
---|
[6697] | 136 | 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 137 | - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
|
---|
| 138 |
|
---|
[6691] | 139 | 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 140 | - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
|
---|
| 141 | size in pages, so round up size to next page boundary
|
---|
| 142 | (fixes loop during Netscape 4.7 startup)
|
---|
| 143 | - GDI32: o DPtoLP fix; signed/unsigned comparison failed
|
---|
| 144 | (fixes huge fonts in Netscape 4.7)
|
---|
| 145 | o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
|
---|
| 146 | or else WGSS blit will fail
|
---|
| 147 | (fixes black pictures in Netscape 4.7)
|
---|
| 148 |
|
---|
[6687] | 149 | 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 150 | - TAPI32: o Some updates
|
---|
[6688] | 151 | - OLEAUT32: o Wine typelib updates
|
---|
[6687] | 152 |
|
---|
[6671] | 153 | 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 154 | - include: o removed ./include/wine/server.h (Wine Server)
|
---|
| 155 | because of collisiton with server.h in OS/2 toolkit
|
---|
| 156 | - WNETAP32: o NetServerEnum implemented
|
---|
[6676] | 157 | o split into numerous smaller source modules
|
---|
[6671] | 158 |
|
---|
[6667] | 159 | 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 160 | - src\*: o Added/fixed CVS $Id tag in source files.
|
---|
| 161 | Sorry, if this caused long checkout and compilation. :-)
|
---|
[6654] | 162 | - tools\database:
|
---|
| 163 | o Fixed a couple of bugs, just in case we get it online some day :-).
|
---|
[6667] | 164 | o More or less implemented @design notes.
|
---|
| 165 | - tools\dailybuild:
|
---|
| 166 | o Added automatic uploading of current odin32 api database.
|
---|
| 167 | (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
|
---|
[6654] | 168 |
|
---|
| 169 | 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6633] | 170 | - FastDep: o Synced FastDep with OS2Tools.
|
---|
| 171 |
|
---|
[6624] | 172 | 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 173 | - Tools\CmdQd:
|
---|
| 174 | o Do DosExecPgm directly on programs when possible.
|
---|
| 175 | (It's not possible if multiple commands is specified in a job.)
|
---|
| 176 | o Path search result caching.
|
---|
| 177 | o Uses CMD.EXE nomatter what is in the COMSPEC.
|
---|
[6626] | 178 | o Corrected memory overwrite in output read loop.
|
---|
[6624] | 179 |
|
---|