diff options
author | sabetts <sabetts> | 2002-02-01 09:17:35 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-02-01 09:17:35 +0000 |
commit | 5ca712fc606b1839de5bcbe80833fa9d3a17332d (patch) | |
tree | a7daabf975a14649cbbaf4f054508b7ab59cd657 /NEWS | |
parent | 7457d9f3ac419123239f0e02fbcdfd0db1013138 (diff) | |
download | ratpoison-5ca712fc606b1839de5bcbe80833fa9d3a17332d.zip |
* src/actions.c (command): bail out if alias recursion gets too deep.
* src/conf.h (MAX_ALIAS_RECURSIVE_DEPTH): new define
* src/bar.c (bar_x): update to work with all X11 gravity values.
(bar_y): likewise
* src/actions.c (cmd_defbargravity): Rename from
cmd_defbarloc. Dependant code updated.
(cmd_defbargravity): accept all gravity arguments.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.0.0 +** defbarloc changed to defbargravity + ** defbarloc This command take a gravity argument just like the wingravity -commands. Only north east, north west, south east, and south west -locations are accepted. +commands. ** new command defbarborder This command allows you to customize the border width of ratpoison's |