summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-03-08 02:32:39 +0000
committerrcyeske <rcyeske>2001-03-08 02:32:39 +0000
commitec98560f785194f3055e4ea4e6ea0743f0cafdc2 (patch)
treefffc77a55e0b3db8032530eaf77178ed54662d9f /src/ChangeLog
parentff25f8d4eb5a4e623576d031d3a74d495079245d (diff)
downloadratpoison-ec98560f785194f3055e4ea4e6ea0743f0cafdc2.zip
(string_to_keysym): New function.
(parse_keydesc): Call string_to_keysym.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2d2f7f4..9657610 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2001-03-07 Ryan Yeske <rcyeske@cut.hotdog.tmp>
+ * actions.c (string_to_keysym): New function.
+ (parse_keydesc): Call string_to_keysym.
+
* main.c (read_startup_files): Use PRINT_DEBUG to report failure
to load rc files.