
I have quite a few emails in my xmonad box, going back almost a year, containing patches with no follow-up emails. It's quite likely that many of these were superseded by other patches, decided against in a separate thread, or the like. However, it also seems quite likely that some of them fell through the cracks. If you know of any unapplied patches -- either ones that you submitted, or ones that you know of and would really like to be applied -- please re-send them to the list (making sure that there are no conflicts with the most recent darcs). I have some time at the moment, so I can take a look. -Brent

Hi, Am Freitag, den 02.01.2009, 13:11 -0500 schrieb Brent Yorgey:
I have quite a few emails in my xmonad box, going back almost a year, containing patches with no follow-up emails. It's quite likely that many of these were superseded by other patches, decided against in a separate thread, or the like. However, it also seems quite likely that some of them fell through the cracks. If you know of any unapplied patches -- either ones that you submitted, or ones that you know of and would really like to be applied -- please re-send them to the list (making sure that there are no conflicts with the most recent darcs). I have some time at the moment, so I can take a look.
http://darcswatch.nomeata.de/repo_http:__code.haskell.org_xmonad.html has ~15 unapplied patches. Two of these are mine, and improves multi-screen-stuff with focusFollowsMouse. They are improvements to Spencer’s patches back then. ATM, I’m not having a multi-screen-setup any more, so I can’t test if they are still applicable. http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html has ~18 unapplied patches. Two of mine, and correspond to the patches mentioned above. If someone with a dual-screen setup wants to test them, that would be great. If you want to mark a patch as obsolete (because there is a better one submitted) or rejected (because it will not be accepted), use GET http://darcswatch.nomeata.de/....dpatch | mail -s '[OBSOLETE]' darcswatch@nomeata.de or GET http://darcswatch.nomeata.de/....dpatch | mail -s '[OBSOLETE]' darcswatch@nomeata.de where the URL is from the “Download .patch”-link below a patch. Greetings, Joachim -- Joachim "nomeata" Breitner mail: mail@joachim-breitner.de | ICQ# 74513189 | GPG-Key: 4743206C JID: nomeata@joachim-breitner.de | http://www.joachim-breitner.de/ Debian Developer: nomeata@debian.org

Great, thanks! I will try to take a look at these soon. Others with commit access should feel free to look at them too, I'm sure I will not be able to adequately judge the quality of all of them. I can, however, take a look at the dual-screen ones in the next week or so once I get back in to school, if no one else looks at them before then. -Brent

On Fri, Jan 02, 2009 at 07:29:31PM +0100, Joachim Breitner wrote:
http://darcswatch.nomeata.de/repo_http:__code.haskell.org_xmonad.html has ~15 unapplied patches.
Two of these are mine, and improves multi-screen-stuff with focusFollowsMouse. They are improvements to Spencer’s patches back then. ATM, I’m not having a multi-screen-setup any more, so I can’t test if they are still applicable.
I ended up writing alternative versions of those patches, so they should be marked obsolete.
http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html has ~18 unapplied patches.
Two of mine, and correspond to the patches mentioned above.
If someone with a dual-screen setup wants to test them, that would be great.
Yes, someone please test those patches and advise whether they still apply to the current situation. Also, note that you can emulate multi-screen with the LayoutScreens contrib.
If you want to mark a patch as obsolete (because there is a better one submitted) or rejected (because it will not be accepted), use GET http://darcswatch.nomeata.de/....dpatch | mail -s '[OBSOLETE]' darcswatch@nomeata.de or GET http://darcswatch.nomeata.de/....dpatch | mail -s '[OBSOLETE]' darcswatch@nomeata.de where the URL is from the “Download .patch”-link below a patch.
Should this say '[REJECTED]'? Cheers, Spencer Janssen

Hi, Am Freitag, den 02.01.2009, 15:21 -0600 schrieb Spencer Janssen:
On Fri, Jan 02, 2009 at 07:29:31PM +0100, Joachim Breitner wrote:
http://darcswatch.nomeata.de/repo_http:__code.haskell.org_xmonad.html has ~15 unapplied patches.
Two of these are mine, and improves multi-screen-stuff with focusFollowsMouse. They are improvements to Spencer’s patches back then. ATM, I’m not having a multi-screen-setup any more, so I can’t test if they are still applicable.
I ended up writing alternative versions of those patches, so they should be marked obsolete.
If I remember correctly, you created patches to replace some of mine (listed in the obsolete section), but I thought it wasn’t done yet and added these two patches, so I think these are still applicable. At least http://darcswatch.nomeata.de/20081008164506-23c07-e8a65b4ccaf2b98d8d45c63011... lists your patches from 20081007 as dependencies. But as I said, I can’t test them properly, so you can forget about them unless someone has a look or I have a two-monitor setup again :-)
If you want to mark a patch as obsolete (because there is a better one submitted) or rejected (because it will not be accepted), use GET http://darcswatch.nomeata.de/....dpatch | mail -s '[OBSOLETE]' darcswatch@nomeata.de or GET http://darcswatch.nomeata.de/....dpatch | mail -s '[OBSOLETE]' darcswatch@nomeata.de where the URL is from the “Download .patch”-link below a patch.
Should this say '[REJECTED]'?
Right, thanks. Greetings, Joachim -- Joachim "nomeata" Breitner Debian Developer nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

On Fri, Jan 2, 2009 at 1:11 PM, Brent Yorgey
I have quite a few emails in my xmonad box, going back almost a year, containing patches with no follow-up emails. It's quite likely that many of these were superseded by other patches, decided against in a separate thread, or the like. However, it also seems quite likely that some of them fell through the cracks. If you know of any unapplied patches -- either ones that you submitted, or ones that you know of and would really like to be applied -- please re-send them to the list (making sure that there are no conflicts with the most recent darcs). I have some time at the moment, so I can take a look.
-Brent
Where do we stand currently? I see 22 outstanding for XMC alone right now.
* 20080521122822: Adding XMonad.Config.Xfce by Ivan.Miljenovic@gmail.com
** Obviously obsolete, since Config.Xfce has been there for a while now.
* 20080602205742: XMonad.Actions.CopyWindow runOrCopy by lan3ny@gmail.com
** Looking back, I see I rubbished it for not being perfect (and not
for any actual bug). Since no improvement has shown up in all that
time, I've applied & pushed it.
* 20080608222350: Make prompt controlMask keybindings work when other
modifiers are active by Justin Bogner
participants (5)
-
Brent Yorgey
-
Gwern Branwen
-
Joachim Breitner
-
Joachim Breitner
-
Spencer Janssen