Re: [AD] patch to prevent CTRL-ALT-DEL from killing allegro under windows |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-12-02, Elias Pschernig <elias@xxxxxxxxxx> wrote:
>
> Peter: Why is the wkeybdnu.c different? E.g. it uses ExitProcess(0)
> instead of abort(). So not sure I can simply replace it with the version
> from HEAD..
I don't remember.
> Oh, and where is todo.txt in new_api_branch?
I deleted it from the new_api_branch as it was no different from the
todo.txt in HEAD (just out of date).
> Am I right in thinking that new_api_branch is now the default target for
> patches, and will get SVN HEAD if SF provide SVN any time soon? And
> there won't be merges later anymore, just important bugfixes (like this
> one) are applied to both branches simultanously..
I am still in the habit of applying bug fixes to the 4.2 branch right
now, and will merge them to the new_api_branch peridically. You can
apply to both at once, which is probably the right thing to do. Feature
patches should obviously go into the new_api_branch directly.
I'll put the SVN stuff in another message.
Peter