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