[rs-devel] rs 0.0.5.11 changes and patch
Status: Beta
Brought to you by:
obada
From: Mudiaga O. <ob...@us...> - 2002-05-07 12:04:50
|
Thanks to Pavel Vitis, retrostep numerous bugs have been fixed. Attached you'll find a patch to .5.11 (the next release hopefully). If you have the .5.10 sources, you can apply the patch to the sources with the following command: cd %dir_where_rs_5_10_is patch -p 1 < rs_obada-0.0.5.11.patch (of course, that's from the cygwin shell) Here's from the Changelog: user: obada date: 2002-05-07 fixed: LSExcute using "open" instead of NULL as verb for ShellExecute notes: LSExcute should also handle directories correctly with NULL notes: fix pointed out by pavel changed: disabled \" stupidity in Startup runner (shrunner.c) todo: will remove later later user: obada date: 2002-05-06 changed: disabled win.ini/load I think that's winlogon's job... user: obada date: 2002-05-06 fixed: match() was case sensitive fixed: !none now handled as (void)0 notes: test for "!none" equality was wrong "no bang command ..." never shown fixed: built-in hotkeys now registered after modules loaded and not before notes: thanks to pavel added: Win+C now bound to emergency command console as built-in user: obada date: 2002-05-02 added: !tray.dump for spying on tray added: wnd_get_owner() API to get module that owns windows a window added: !bang redirection to ls_thread fixed: start stage 1/x message was being skipped changed: modifed LICENSE.txt a little to help license validity in german court ## note: to reply to the mailing list, you may have to use "Reply All" because sourceforge might not set the "Reply-To" field to the list address. |