diff options
author | sabetts <sabetts> | 2004-10-05 17:36:33 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-10-05 17:36:33 +0000 |
commit | d4cb2a0028d6a3ac5fe608e415eb4d40b91dc1dd (patch) | |
tree | 0bc698e190381fed640478750187a3228d924ee1 /ChangeLog | |
parent | a2e124626484dac451d0fbea47de11834a5add7f (diff) | |
download | ratpoison-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |