summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-18 07:19:46 +0000
committersabetts <sabetts>2001-09-18 07:19:46 +0000
commit6f27c1d05acd301d7ce344d3177773b969b1ae65 (patch)
tree41dffa31721be37363fb57700c5b21fdbc592dd0 /ChangeLog
parent3417b6981960f0c8ca0a5bf18a75386a10fdc719 (diff)
downloadratpoison-6f27c1d05acd301d7ce344d3177773b969b1ae65.zip
* src/actions.h (cmd_info): new prototype
(cmd_lastmsg): likewise * src/bar.h (show_last_message): new prototype * src/bar.c: new static globals last_msg, lash_mark_start, and last_mark_end. (marked_message): Store the message in last_msg. (show_last_message): new function * src/actions.c (cmd_info): new function (cmd_lastmsg): likewise (user_commands): new commands "info" and "lastmsg" (initialize_default_keybindings): Add key bindings for "info" and "lastmsg".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 050c097..4f485c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2001-09-18 shawn <sabetts@diggin.lamenet.tmp>
+
+ * src/actions.h (cmd_info): new prototype
+ (cmd_lastmsg): likewise
+
+ * src/bar.h (show_last_message): new prototype
+
+ * src/bar.c: new static globals last_msg, lash_mark_start, and last_mark_end.
+ (marked_message): Store the message in last_msg.
+ (show_last_message): new function
+
+ * src/actions.c (cmd_info): new function
+ (cmd_lastmsg): likewise
+ (user_commands): new commands "info" and "lastmsg"
+ (initialize_default_keybindings): Add key bindings for "info" and
+ "lastmsg".
+
2001-09-17 shawn <sabetts@diggin.lamenet.tmp>
* src/actions.h (cmd_unsetenv): new prototype