diff options
author | sabetts <sabetts> | 2003-05-27 18:46:33 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-05-27 18:46:33 +0000 |
commit | c590e039dac7c9edd4074d8e52f7928e789b5078 (patch) | |
tree | 3cf0673d90d641f5d386ea647c1b8078813a9214 /ChangeLog | |
parent | 416fd6f8a57877da6700bbb95008dacb84caf4e8 (diff) | |
download | ratpoison-c590e039dac7c9edd4074d8e52f7928e789b5078.zip |
* src/completions.c (completions_next_completion): check
c->last_match as a match to partial on a virgin completion.
* src/group.c (free_groups): new function
* src/group.h (free_groups): new prototype
* src/main.c (clean_up): call free_groups
* src/actions.c (cmd_fdump): free the string returned by frame_dump.
* src/completions.c (completions_update): free new_list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2003-05-27 Shawn Betts <sabetts@sfu.ca> + * src/completions.c (completions_next_completion): check + c->last_match as a match to partial on a virgin completion. + + * src/group.c (free_groups): new function + + * src/group.h (free_groups): new prototype + + * src/main.c (clean_up): call free_groups + + * src/actions.c (cmd_fdump): free the string returned by frame_dump. + + * src/completions.c (completions_update): free new_list. + * src/editor.c (input_line_free): free the completions structure in line. |