Adam Vogt
3ab2b28711
HCAR.tex convert line endings.
2012-11-18 19:40:06 +00:00
gwern0
934ff6a562
HCAR.tex: update to Janis's master version per his instructions
2012-11-18 01:03:10 +00:00
Adam Vogt
f8b07d8956
Add generated manpage and html manpage to the repo.
...
The intention of adding these files to the data-files
is so that they get included in the upload to hackage:
people might like manpage but not have to install pandoc.
It's not really clear that this is the best solution.
2012-11-08 23:11:39 +00:00
Adam Vogt
67d436a4e6
Resolve conflicts Geoff Reedy's window focus hack.
2010-02-22 14:45:12 +00:00
Geoff Reedy
c6fef373dc
Give focus to windows that don't set the input hint
2009-10-10 23:19:07 +00:00
Geoff Reedy
2d4f304c0a
implement the ICCCM WM_TAKE_FOCUS protocol
2009-06-22 05:19:11 +00:00
Geoff Reedy
1df8ea3d0e
track currently processing event
2009-06-22 03:56:49 +00:00
Adam Vogt
490719c035
resolve HCar.tex conflict
2012-11-08 22:35:14 +00:00
gwern0
3cd001e8df
HCAR.tex: update with Janis's master version
2012-10-03 19:04:25 +00:00
gwern0
b0dda7b351
HCAR.tex: update per Janis
2012-05-16 21:13:52 +00:00
gwern0
d8495adf0d
HCAR.tex: update per Janis
2012-05-13 21:15:22 +00:00
gwern0
06f35a650e
Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182
2012-01-13 01:04:10 +00:00
gwern0
56f5ecb320
Config.hs: rm commented out keybinding (dead for years)
2012-01-13 00:01:15 +00:00
Adam Vogt
ff674a27e2
Include manual pages in data-files.
2011-12-04 00:11:37 +00:00
Adam Vogt
6c51745122
Correctly identify source files in ~/.lib (David McLean)
2012-04-30 15:42:22 +00:00
Adam Vogt
108c2280ef
Address versioning problems related to X11 1.6 release.
...
Bump version to 0.10.1 since cabal uses hackage dependencies even when the
locally installed package differs.
Allow X11-1.6 dependency.
2012-03-20 00:49:24 +00:00
Adam Vogt
e70b489936
Drop PlainConfig from HCAR.tex: it doesn't exist in contrib.
...
The code for that moved out to a separate project:
http://braincrater.wordpress.com/2008/08/28/announcing-xmonad-light/
2011-12-11 00:44:05 +00:00
gwern0
450c3a34fe
HCAR: update module count, date, versions, maintainer
2011-12-04 02:59:31 +00:00
Adam Vogt
32f416a3c2
Minor updates to supporting files (for 0.10 release).
2011-11-18 23:13:24 +00:00
Adam Vogt
4be3b39cd2
Assume locale is utf8 for spawn.
...
This adds the utf8-string dependency so that users no longer need to encode
strings they (possibly indirectly) pass to spawn. This is the expected
behavior, since each Char in String should be an actual character.
For systems that do not use utf8 this does not help. Fixing this by using iconv
or similar libraries may be done later.
v0.10
2011-11-18 18:29:20 +00:00
Adam Vogt
75889ab62e
Correct recompile keybinding (issue 126)
...
Thanks reenberg for pointing out the previous patch incorrectly warns about a
missing xmonad when the config has an error.
Also changed is "type" which as a shell builtin is more likely to exist than
"which".
2011-11-17 04:25:22 +00:00
Adam Vogt
792add376e
Warn with xmessage when xmonad cannot be found for recompile (issue 126)
2010-03-30 00:33:10 +00:00
Daniel Wagner
87c50a911f
change the default mod+p binding to keep up with changes to dmenu
2011-10-13 16:25:09 +00:00
Daniel Wagner
d16aa9975e
recognize the --replace option
2011-08-09 19:52:50 +00:00
Adam Vogt
f34642cbac
Break a long line
2011-06-09 04:24:24 +00:00
Jens Petersen
008c3638a5
output error code when xmonad.hs compile fails without any error output
...
Currently if there is no ghc on the path say for some reason,
xmonad.error is empty. This patch makes
it output the exitcode code when the compile process fails
without any error output. (It might be easier just to spawn
a shell to get "ghc: command not found" output for free.)
2011-04-26 06:23:41 +00:00
Adam Vogt
f5c40e9e12
Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6
...
This gets rid of a warning with ghc-7.0.2, and -XDeriveDataTypeable seems to
have been added with 6.8, which should be far back enough:
http://www.haskell.org/ghc/docs/6.8-latest/html/users_guide/deriving.html#deriving-typeable
2011-06-08 23:04:15 +00:00
Adam Vogt
bd82cc9150
Expose instances to haddock
...
While haddock may have choked on -XGeneralizedNewtypeDeriving before, this is
no longer the case. Also this doesn't change the results with a recent haddock
(2.9.2)
2011-06-08 22:56:13 +00:00
Adam Vogt
a025912ab7
Haddock formatting for a type (-->)
2011-05-24 01:51:35 +00:00
Brandon S Allbery KF8NH
19c1759b35
Generalize types of ManageHook functions, so they can be reused
2011-02-24 00:30:21 +00:00
gwern0
92acd1eb74
HCAR.tex: update per Janis's final version
2011-05-22 18:37:55 +00:00
gwern0
db9f39d6af
HCAR.text: mention 2 features added since last HCAR
...
Prompted by Janis's usual request for updated HCARs
2011-04-11 16:45:19 +00:00
Adam Vogt
ebcd67efac
Correct misleading documentation on Stack (thanks sdrodge)
...
`Possibly empty' applies only to `Maybe (Stack a)', not `Stack a' described
there, so this is easier to understand.
2011-03-28 00:19:30 +00:00
gwern0
387a253f62
HCAR.tex: apply Janis Voigtlaender's HCAR changes
2010-11-09 20:50:22 +00:00
Adam Vogt
4c83e8e097
Bump version to 0.10
...
This doesn't mean it's ready for this number release, but at least
contrib/core incompatibilities introduced since 0.9 will be avoided.
2011-01-15 18:07:15 +00:00
Adam Vogt
ae59a5184f
Update util/GenerateManpage for pandoc 1.6
2010-12-31 16:31:18 +00:00
Adam Vogt
fa8fe9aca4
Update util/GenerateManpage to be pandoc-1.4 compatible
2010-04-03 18:13:54 +00:00
gwern0
673c3e9ed9
HCAR.tex: update from May
...
- there were no significant changes to xmonad-core
- description of 2 new modules not mentioned in HCAR
2010-10-12 01:09:15 +00:00
Adam Vogt
6ba45cdb38
Update comments describing `recompile'
2010-04-03 18:11:15 +00:00
Adam Vogt
b995b430bc
Note things to update each release.
2010-03-22 15:06:22 +00:00
gwern0
ba482a4611
XMonad.Core: escape slashes, ln module
2010-06-20 17:57:41 +00:00
Tomas Janousek
684907bc77
fix haddock comment being assigned to constructor instead of field
2010-04-15 17:39:36 +00:00
gwern0
ad4136df26
HCAr.tex: update with additions and versions
2010-05-02 20:13:21 +00:00
gwern0
defe0c282e
+original HCAR entry
2010-05-02 20:02:52 +00:00
Spencer Janssen
c7bdac1a7e
Less refreshing in mouse-2 binding (thanks aavogt)
2010-05-03 15:50:17 +00:00
Daniel Schoepe
17799f131a
Replaced custom forever_ by library function
2009-01-14 21:55:56 +00:00
Tomas Janousek
8cd66aa380
reveal: don't insert non-clients into the set of mapped windows
...
In xmonad-core, this fixes a small bug that caused doIgnored windows to get
into `mapped' and never being removed from there.
In the context of xmonad-contrib, this fixes a tremendous memory leak that
could be triggered by using MouseResizableTile and UrgencyHook at the same
time. MRT would create dummy windows that would get added to `mapped' by the
reveal call in `windows'. As these were not removed (removal from `mapped' is
filtered by `isClient'), they'd stay there forever and due to an inefficiency
in UrgencyHook would eat up all memory sooner or later.
2010-03-27 21:42:43 +00:00
gwern0
32ba0d4a0d
loc.hs: hlintify
2010-02-13 23:15:37 +00:00
Spencer Janssen
77b3f62610
Various clean-ups suggested by HLint
2010-02-14 02:57:50 +00:00
Spencer Janssen
f3b07eb5dc
Make the --replace docs consistent
2010-02-13 00:26:47 +00:00