summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-26 00:31:49 +0000
committerrcyeske <rcyeske>2001-02-26 00:31:49 +0000
commitca8d87a00c097cf1fa5a1c9c12333831f34e32ab (patch)
tree8556cd09a69631fa6e9c3b357435ab6497d008b1 /src/ChangeLog
parent85158fa1ccb413a66a2ad62e3b6330a2ecb478da (diff)
downloadratpoison-ca8d87a00c097cf1fa5a1c9c12333831f34e32ab.zip
added cmd_source
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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