summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-11 04:55:15 +0000
committerrcyeske <rcyeske>2001-02-11 04:55:15 +0000
commite8feedf55d84f76884b537d2a789daab6df566f6 (patch)
treedd10e7692eaf8f7576c3f0a91b89039cdf05df20 /src/ChangeLog
parent292f4c8f9dd645563b79a44ee966245152f1b23a (diff)
downloadratpoison-e8feedf55d84f76884b537d2a789daab6df566f6.zip
* actions.c (prev_window): display correct message when there is
no other window or there are no windows at all. (next_window): display correct message when there is no other window or there are no windows at all. (key_actions): all number keys call goto_window_number with an argument instead of a dedicated function. * actions.c: replaced all user message strings with #define'd messages. * actions.h (goto_window): removed (goto_window_0): removed (goto_window_1): removed (goto_window_2): removed (goto_window_3): removed (goto_window_4): removed (goto_window_5): removed (goto_window_6): removed (goto_window_7): removed (goto_window_8): removed
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 69fe38b..7541898 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
+2001-02-10 Ryan Yeske <rcyeske@cut.hotdog.tmp>
+
+ * actions.c (prev_window): display correct message when there is
+ no other window or there are no windows at all.
+ (next_window): display correct message when there is no other
+ window or there are no windows at all.
+ (key_actions): all number keys call goto_window_number with an
+ argument instead of a dedicated function.
+ (key_actions): XK_exclam now runs execute_command
+
+ * actions.c: replaced all user message strings with #define'd
+ messages.
+
+ * actions.h (goto_window): removed
+ (goto_window_0): removed
+ (goto_window_1): removed
+ (goto_window_2): removed
+ (goto_window_3): removed
+ (goto_window_4): removed
+ (goto_window_5): removed
+ (goto_window_6): removed
+ (goto_window_7): removed
+ (goto_window_8): removed
+
2001-02-10 shawn <sabetts@diggin.lamenet.tmp>
* communications.c (send_restart, send_kill): Added