
CVS log for wip/xmonad/Makefile
Up to [NetBSD + pkgsrc-wip] / wip / xmonad
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 16 22:19:59 2010 UTC (2 years, 1 month ago) by emil_s
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1
lines
Fixed maintainer email.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 13 18:07:56 2010 UTC (2 years, 1 month ago) by emil_s
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -33
lines
- Update to version 0.9.1
- Simplify Makefile
- Update maintainer email
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 9 18:18:43 2009 UTC (2 years, 9 months ago) by zul_
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
Update xmonad from 0.7 to 0.8.1
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 20 00:58:43 2009 UTC (3 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0
lines
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jun 8 23:42:41 2008 UTC (3 years, 11 months ago) by zul_
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
Upgrade xmonad from 0.6 to 0.7
Changes in core since 0.6
-- Added a startupHook field to the xmonad configuration record, which is
an arbitrary X () action to be run each time xmonad starts (including
restarts with mod-q).
-- More tests!
-- Improved documentation!
-- SIGPIPE is now ignored.
-- mod-shift-tab added to default keybindings, to cycle backwards through
windows
-- Finally killed bug #111 dead! (#111 caused problems which were especially
-- noticeable when clicking on tabs in a tabbed layout).
-- Added a 'stringProperty' query that can be used in manageHooks to match
on any text property of a window.
More changes can be found on
http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.6
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 8 17:49:30 2008 UTC (3 years, 11 months ago) by zul_
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1
lines
With ghc-6.8, we don't need anymore wip/cabal.
Update depends in INSTALL files
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 6 17:48:48 2008 UTC (4 years, 2 months ago) by emil_s
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -5
lines
- Update to version 0.6
- Fix INSTALL script
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 10 17:01:35 2007 UTC (4 years, 5 months ago) by emil_s
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +22 -13
lines
Update 0.1 -> 0.5
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 23 11:24:45 2007 UTC (5 years ago) by emil_s
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1
lines
Remove dependencies on non-existing packages :)
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri May 18 12:31:55 2007 UTC (5 years ago) by emil_s
Branches: EMIL_S
CVS tags: EMIL_S_20070518
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms, which
can be dynamically reconfigured. At any time windows are arranged so
as to maximise the use of screen real estate. All features of the
window manager are accessible purely from the keyboard: a mouse is
entirely optional. Xmonad is configured in Haskell, and custom layout
algorithms may be implemented by the user in config files. A principle
of Xmonad is predictability: the user should know in advance precisely
the window arrangement that will result from any action.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 18 12:31:55 2007 UTC (5 years ago) by emil_s
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>