summaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)Author
2021-07-28Improve generic menu type handling.Kevin McCarthy
2021-07-28Break the menu OPS/funcs and keybindings into separate tables.Kevin McCarthy
2020-08-10Improve clarity of help format_line() splitting.Kevin McCarthy
2019-11-12Fix __attribute__((warn_unused_result)) issue in help.cDavid Champion
2019-10-05Convert mutt_help() to use buffer for tempfile.Kevin McCarthy
2019-10-04Fix built-in pager checks for help and attachments.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.Kevin McCarthy
2016-04-08Reset mbstate for other mbrtowc() calls returning -1Kevin McCarthy
2015-07-23Fix compiler type warnings. (closes #3765)Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-27Update copyright yearsRocco Rutte
2009-01-27Fix help alignment for escape sequences at screen boundary. Closes #3146.Rocco Rutte
2007-09-05Teach pager how to ignore $wrap and use it for help (closes #2896).Rocco Rutte
2007-03-14Complete fix for #1503TAKIZAWA Takashi
2007-03-13Use strwidth instead of strlen when generating help strings.TAKIZAWA Takashi
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2000-10-07Display fixes from EGE.Thomas Roessler
2000-07-24Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWAThomas Roessler
2000-05-12wide-character related patches. From Edmund Grimley Evans.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-12-08Help screen resizing nit. From Gero Treuner.Thomas Roessler
1998-11-14Type cast nit from Gero Treuner.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-11-09Fix the display of DEL in the pager.Thomas Roessler
1998-10-28Gero Treuner's help-wrap patch.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-03Remove an unprotected gettext() call.Thomas Roessler
1998-10-01Translate help strigns.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler