summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-02-28 05:15:04 +0000
committersabetts <sabetts>2001-02-28 05:15:04 +0000
commit0d8bccdf85cf8e55f8cc1246908a2df79abccec0 (patch)
tree329d6005c4604e47241b7b3d3baa1dcc413e0fa5 /src/ChangeLog
parent754b72f96a7931913a1e281da3d92843843c7fb6 (diff)
downloadratpoison-0d8bccdf85cf8e55f8cc1246908a2df79abccec0.zip
* main.c (handler): Prepends error message with "ERROR: ".
Displays error in message bar. Returns 0. * events.c (destroy_window): sets rp_current_window to NULL when there are no more mapped windows. (destroy_window): calls set_current_window and find_window_other directly instead of cmd_other.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 30ef558..d51b88b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2001-02-27 shawn <sabetts@diggin.lamenet.tmp>
+
+ * main.c (handler): Prepends error message with "ERROR: ".
+ Displays error in message bar. Returns 0.
+
+ * events.c (destroy_window): sets rp_current_window to NULL when
+ there are no more mapped windows.
+ (destroy_window): calls set_current_window and find_window_other
+ directly instead of cmd_other.
+
2001-02-26 shawn <sabetts@diggin.lamenet.tmp>
* list.c (save_mouse_position): stores the mouse position relative