summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-11-19 20:11:43 +0000
committersabetts <sabetts>2004-11-19 20:11:43 +0000
commit968499469167c972d607f64373352dad7a9d5894 (patch)
tree9fefea6e6193f5b4a4efab6638331df1c8d61e4a /ChangeLog
parent3e3d939ff5ddbbabe2a6a299519ba430ebc2cde5 (diff)
downloadratpoison-968499469167c972d607f64373352dad7a9d5894.zip
(init_frame): new static function
(frame_new): call init_frame (frame_read): likewise
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6a4f3c..0849b0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* src/frame.c (frame_dump): dump the frame as an sexpr instead of
a list of numbers.
(frame_read): read the new frame dump format
+ (init_frame): new static function
+ (frame_new): call init_frame
+ (frame_read): likewise
* src/actions.c (cmd_describekey): fix error messages.