X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FTODO;h=8ea5ab5132aa30be377c51aa2e6f88401ce3c242;hp=a9de6ddfb1d15cf335a4a8b319a5ee8138d6b3fb;hb=64821c40d50284022f9eda4ade8dbd1a77c189a9;hpb=ab7b48411962d26439f92f35ed084d3d6275459c diff --git a/docs/TODO b/docs/TODO index a9de6dd..8ea5ab5 100644 --- a/docs/TODO +++ b/docs/TODO @@ -54,7 +54,6 @@ ENVIRONMENT/PROFILE OPTIONS ------- -* change switches to accept two dashes (--help) * can we move option checking to its own function? Currently each command is doing that itself. * make the option parsing code dynamic, so that there is no limit @@ -103,7 +102,6 @@ MHBUILD MHL --- -* remove naming hack in mhlsbr.c for adios and done. * add ability to filter parts of the message by calling an external filtering program. * fix internal pager for mhl? @@ -207,7 +205,6 @@ GENERAL * Maybe should move etcpath to sbr and add to libmh. * collect winsize, struct termio, etc... together into a ttyinfo structure. -* change adios to take exit code argument. * use wait3 if not waitpid (maybe) * some of the calls to setjmp/longjmp should be replaced with sigsetjmp/siglongjmp.