diff options
author | rcyeske <rcyeske> | 2001-02-17 20:01:31 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-17 20:01:31 +0000 |
commit | 77159526d8a218f23e496ef5989a40dcdc24e99c (patch) | |
tree | daa420f882ce4e2d259e9d7d597584525c01e85c /src/ChangeLog | |
parent | f1e28f43165b69b18ee06fc29aea44ced65b0382 (diff) | |
download | ratpoison-77159526d8a218f23e496ef5989a40dcdc24e99c.zip |
renamed display_msg_in_bar() to message(); it and get_input() no longer take a screen_info param
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 871a39b..4f1b4af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2001-02-17 Ryan Yeske <rcyeske@cut.hotdog.tmp> + + * manage.c (current_screen): Rename get_screen() and move to this + file. + + * input.c (get_input): Remove screen_info as paramater. Call + current_screen() to get screen_info. + + * actions.c (get_screen): Remove. + 2001-02-17 Gergely Nagy <8@free.bsd.hu> * actions.c (goto_window_by_name, rename_current_window, command) |