diff options
author | sabetts <sabetts> | 2004-11-19 19:56:24 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-11-19 19:56:24 +0000 |
commit | 3e3d939ff5ddbbabe2a6a299519ba430ebc2cde5 (patch) | |
tree | 646d875294e1e2a2f6966ee7b52d8a213f4516b7 /ChangeLog | |
parent | 34fbe082a3180e3d0d70e32c754d8db3c9aebaab (diff) | |
download | ratpoison-3e3d939ff5ddbbabe2a6a299519ba430ebc2cde5.zip |
(frame_dump): dump the frame as an sexpr instead of
a list of numbers.
(frame_read): read the new frame dump format
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-11-19 Shawn Betts <katia_dilkina@verizon.net> + * 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 + * src/actions.c (cmd_describekey): fix error messages. 2004-11-18 Shawn Betts <sabetts@vcn.bc.ca> |