diff options
author | sabetts <sabetts> | 2003-11-25 06:46:11 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-11-25 06:46:11 +0000 |
commit | c5eaee5bda09b72d3f03fe7316c83801778f3f44 (patch) | |
tree | c92fc648f93fd25dc534b841c12f88e289d8d953 /ChangeLog | |
parent | 863e018ef2cf8851694cbd9b7c3889d52fe50b17 (diff) | |
download | ratpoison-c5eaee5bda09b72d3f03fe7316c83801778f3f44.zip |
(ratpoison_longopts): add "file"
(ratpoison_opts): add f: option
(print_help): print help for --file option
(read_startup_files): take an alternative rc file as an argument
and use it if it is non-NULL.
(main): parse the --file option. pass alt_rcfile to
read_startup_files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-11-24 Shawn Betts <sabetts@vcn.bc.ca> + + * src/main.c (ratpoison_longopts): add "file" + (ratpoison_opts): add f: option + (print_help): print help for --file option + (read_startup_files): take an alternative rc file as an argument + and use it if it is non-NULL. + (main): parse the --file option. pass alt_rcfile to + read_startup_files. + 2003-11-22 Shawn Betts <sabetts@vcn.bc.ca> * contrib/Makefile.am (pkgdata_DATA): add rpshowall.sh |