diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1dd9bf..c51083a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2001-02-25 Ryan Yeske <rcyeske@cut.hotdog.tmp> + + * main.c (read_rc_file): rename from load_rc_file. Remove static + keyword. + + * actions.c (cmd_prev): Handle situation when there is no other + window. + (cmd_next): Likewise. + (cmd_other): Likewise. + (cmd_source): New function. + 2001-02-24 Ryan Yeske <rcyeske@cut.hotdog.tmp> * main.c (load_rc_file): new function |