Move #include from h/mh.h to source files
[mmh] / uip / anno.c
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-01-16 Philipp TakacsReplace done with exit at uip
2014-09-25 markus schnalkeUse trim() to strip whitespace from the end of header...
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-05 markus schnalkeDon't require a length for switch prefixes without...
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-04-14 markus schnalkeanno: Fixed test for intermixture of file and msgs...
2012-03-30 markus schnalkePut structure into anno(1) and its man page.
2012-03-27 markus schnalkeWe have only numeric timezone support (e.g. +0200)...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-23 markus schnalkeMerged annosbr.c into anno.c, as it is no longer used...
2012-03-23 markus schnalkeWe need to fix `anno -list -number'. Seems anno needs...
2012-03-23 markus schnalkeanno: Can annotate files now too. This feature is yet...
2012-03-20 markus schnalkeA bit refactoring.
2012-03-20 markus schnalkeanno: Undid the ``preserve argument hack''.
2012-02-08 markus schnalkeAnnotations will always be done inplace from now on.
2012-01-25 markus schnalkeRemoved the UCI alternative name of anno(1): `fanno'.
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
2011-11-05 markus schnalkeIntroduced FDEF and FCUR for speaking arguments to...
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-12-07 Jon SteinhartFixed a bug where anno -append put the headers in the...
2002-08-19 Jon SteinhartAdded an improved user interface for sending messages...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision