diff options
author | sabetts <sabetts> | 2005-02-22 03:04:40 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-02-22 03:04:40 +0000 |
commit | 1bed5ddd3e05299ab30efc48995d7a3cd5471ad3 (patch) | |
tree | 792cc9b3f096602fce56d68e90bf45c612a998c6 /ChangeLog | |
parent | bdb189db87bc4a0c58ecd4a2677712bc9a1276e9 (diff) | |
download | ratpoison-1bed5ddd3e05299ab30efc48995d7a3cd5471ad3.zip |
* src/main.c (read_startup_files): use xsprintf when generating
path to ratpoisonrc.
* src/input.c (get_more_input): Use HAVE_HISTORY to ifdef out
history_reset.
* src/actions.c (command): new variable, raw, which records
whether to tell parse_args not to parse the last arg.
(cmd_set): likewise
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-02-22 sabetts <sabetts@apeguts> + + * src/main.c (read_startup_files): use xsprintf when generating + path to ratpoisonrc. + + * src/input.c (get_more_input): Use HAVE_HISTORY to ifdef out + history_reset. + + * src/actions.c (command): new variable, raw, which records + whether to tell parse_args not to parse the last arg. + (cmd_set): likewise + 2005-02-10 Shawn Betts <sabetts@vcn.bc.ca> * src/actions.c (parse_keydesc): return a cmdret error in the |