diff options
author | rcyeske <rcyeske> | 2001-03-08 02:32:39 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-03-08 02:32:39 +0000 |
commit | ec98560f785194f3055e4ea4e6ea0743f0cafdc2 (patch) | |
tree | fffc77a55e0b3db8032530eaf77178ed54662d9f /src/ChangeLog | |
parent | ff25f8d4eb5a4e623576d031d3a74d495079245d (diff) | |
download | ratpoison-ec98560f785194f3055e4ea4e6ea0743f0cafdc2.zip |
(string_to_keysym): New function.
(parse_keydesc): Call string_to_keysym.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 3 |
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. |