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