diff options
author | sabetts <sabetts> | 2001-02-28 05:15:04 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-02-28 05:15:04 +0000 |
commit | 0d8bccdf85cf8e55f8cc1246908a2df79abccec0 (patch) | |
tree | 329d6005c4604e47241b7b3d3baa1dcc413e0fa5 /src/ChangeLog | |
parent | 754b72f96a7931913a1e281da3d92843843c7fb6 (diff) | |
download | ratpoison-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/ChangeLog | 10 |
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 |