]> granicus.if.org Git - mutt/history - help.c
Convert pgp_app_handler to use buffer pool.
[mutt] / help.c
2019-10-11 Kevin McCarthyMerge branch 'stable'
2019-10-05 Kevin McCarthyConvert mutt_help() to use buffer for tempfile.
2019-10-04 Kevin McCarthyFix built-in pager checks for help and attachments.
2019-03-29 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-02-01 Kevin McCarthyMerge branch 'stable'
2019-01-25 Kevin McCarthyMerge branch 'stable'
2019-01-24 Kevin McCarthyMerge branch 'stable'
2019-01-22 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-10 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyClean up formatting.
2019-01-04 Kevin McCarthyClean up code indentation.
2019-01-04 Kevin McCarthyMerge branch 'stable'
2019-01-01 Kevin McCarthyRemove trailing whitespace.
2016-08-18 Kevin McCarthymerge default into stable
2016-07-06 Kevin McCarthymerge stable
2016-07-01 Kevin McCarthymerge stable
2016-05-24 Kevin McCarthymerge stable
2016-05-09 Derek MartinChange M_* symbols to MUTT_*
2016-04-30 Kevin McCarthymerge stable
2016-04-28 Kevin McCarthyFix remaining direct usages of COLS/LINES to use mutt...
2016-04-27 Kevin McCarthymerge stable
2016-04-11 Kevin McCarthymerge stable
2016-04-08 Kevin McCarthyReset mbstate for other mbrtowc() calls returning -1
2015-08-31 Kevin McCarthymerge default into stable
2015-07-23 Kevin McCarthyFix compiler type warnings. (closes #3765)
2015-07-21 Kevin McCarthymerge stable
2015-02-19 Kevin McCarthymerge stable
2015-01-26 Vincent LefevreCorrected various spelling mistakes (most of them repor...
2011-12-03 Dan FandrichDeclare many structures const (closes #3552)
2009-06-21 Rocco RuttePass buffer size to mutt_mktemp()
2009-03-15 Rocco RutteUse safe_fclose() instead of fclose(), add fclose(...
2009-01-27 Rocco RutteUpdate copyright years
2009-01-27 Rocco RutteFix help alignment for escape sequences at screen bound...
2007-09-05 Rocco RutteTeach pager how to ignore $wrap and use it for help...
2007-04-01 Brendan CullyMerge flea restore
2007-03-21 Brendan CullyMerge $umask backout
2007-03-14 TAKIZAWA TakashiComplete fix for #1503
2007-03-14 Brendan CullyMerge with upstream
2007-03-13 TAKIZAWA TakashiUse strwidth instead of strlen when generating help...
2005-09-17 Brendan CullyGah, forgot the zip code when updating the FSF address...
2005-09-17 Brendan CullyUpdate FSF address (via sed, I hope nothing got mangled...
2005-02-03 Brendan CullyAdd config.h to the top of every C file that could...
2002-12-11 Thomas RoesslerFix Mike's and my e-mail addresses in copyright lines.
2000-10-07 Thomas RoesslerDisplay fixes from EGE.
2000-07-24 Thomas RoesslerReplace wctomb and mbtowc with wcrtomb and mbrtowc...
2000-05-12 Thomas Roesslerwide-character related patches. From Edmund Grimley...
2000-05-09 Thomas RoesslerEdmund Grimley Evans' UTF-8 patch.
2000-03-03 Thomas RoesslerThe FSF apparently has moved.
2000-01-06 Thomas RoesslerUpdate copyright notices for unstable.
1999-01-07 Thomas RoesslerGet rid of RCS ids in source files. They are getting...
1998-12-08 Thomas RoesslerHelp screen resizing nit. From Gero Treuner.
1998-11-14 Thomas RoesslerType cast nit from Gero Treuner.
1998-11-10 Thomas RoesslerIntroduce or rewrite mutt_{str*cmp,strlen} and use...
1998-11-09 Thomas RoesslerFix the display of DEL in the pager.
1998-10-28 Thomas RoesslerGero Treuner's help-wrap patch.
1998-10-15 Thomas RoesslerChange "static char rcsid[]" to "static const char... mutt-0-94-13-rel
1998-10-13 Thomas RoesslerAdd RCS $Id$ strings to (hopefully) all source files.
1998-10-03 Thomas RoesslerRemove an unprotected gettext() call.
1998-10-01 Thomas RoesslerTranslate help strigns.
1998-10-01 Thomas RoesslerAdding gettext support, based on the patch by Marco...
1998-08-25 Thomas RoesslerCVS branch clean-up.
1998-06-08 Thomas RoesslerInitial revision