summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-10-05 17:36:33 +0000
committersabetts <sabetts>2004-10-05 17:36:33 +0000
commitd4cb2a0028d6a3ac5fe608e415eb4d40b91dc1dd (patch)
tree0bc698e190381fed640478750187a3228d924ee1 /ChangeLog
parenta2e124626484dac451d0fbea47de11834a5add7f (diff)
downloadratpoison-d4cb2a0028d6a3ac5fe608e415eb4d40b91dc1dd.zip
(cmd_version): add the build date and time.
(cmd_fselect): in interactive mode, return 'abort' when the user aborts, the frame number when they select one, or 'No such frame' when they selected a nonexistent one. (cmd_version): return the version string in non-interactive mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b34853..b39edf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
* src/actions.c: new command, sselect
(cmd_sselect): new function. added prototype.
(cmd_set): free 'var' at the appropriate places.
+ (cmd_version): add the build date and time.
+ (cmd_fselect): in interactive mode, return 'abort' when the user
+ aborts, the frame number when they select one, or 'No such frame'
+ when they selected a nonexistent one.
+ (cmd_version): return the version string in non-interactive mode.
* src/events.c (property_notify): pass the root window to
receive_command.