summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-04-15 21:25:10 +0000
committersabetts <sabetts>2001-04-15 21:25:10 +0000
commitb87be52b56c7f62294c49c40a49c766b958d0809 (patch)
tree34a8eb4bae8f1ad42990457715156fe1378264f7 /ChangeLog
parent58b76fc72cd88e4a6a45b12f97810e63c75e97d6 (diff)
downloadratpoison-b87be52b56c7f62294c49c40a49c766b958d0809.zip
* src/number.h (add_window_number): new prototype
* src/number.c (add_window_number): renamed from add_to_list. Dependant code updated. * src/messages.h (MESSAGE_WINDOW_INFORMATION): new define * src/list.h (print_window_information): new prototype * src/list.c (print_window_information): new function * src/actions.h (cmd_number): new prototype
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab3ede6..6eb8c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
2001-04-15 shawn <sabetts@diggin.lamenet.tmp>
+ * src/number.h (add_window_number): new prototype
+
+ * src/number.c (add_window_number): renamed from
+ add_to_list. Dependant code updated.
+
+ * src/messages.h (MESSAGE_WINDOW_INFORMATION): new define
+
+ * src/list.h (print_window_information): new prototype
+
+ * src/list.c (print_window_information): new function
+
+ * src/actions.h (cmd_number): new prototype
+
* src/actions.c (cmd_clock): remove newline from date string.
+ (cmd_rename): passes current_screen() to update_window_names.
+ (cmd_number): new function
* src/messages.h (MESSAGE_WELCOME): new define