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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-02-01 Shawn Betts <sabetts@vcn.bc.ca> + + * 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. + 2002-01-26 shawn <sabetts@vcn.bc.ca> * configure.in: check for the vsnprintf function and stdarg.h |