summaryrefslogtreecommitdiffstats
path: root/color.c
AgeCommit message (Expand)Author
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-04Prefer bright versions (8-15) of colors for brightXXX backgrounds.S. Gilles
2016-01-01Update copyright notices.Kevin McCarthy
2015-01-09Add color type for prompts.Kevin McCarthy
2012-12-30make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-05-15Make "uncolor" also work header and body objects. Closes #1046.Seth Arnold
2007-11-08Turn down some debug logging levelsBrendan Cully
2007-03-03Increase buffer for color-command regular expressions.Rado Smiljanic
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-12-16Use ascii_str* instead of mutt_str* in several places where it's needed.Recai Oktas
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
2005-01-27Support for the "default" color in Slang.Bill Nottingham
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-04-08Make sure has_colors() is only invoked when OPTNOCURSES is unset.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-06-06Fix #1230.Michael Elkins
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2000-06-26Fix #173. From Roland Rosenfeld.Thomas Roessler
2000-03-07The uncolor/unmono commands weren't parsed correctly when notThomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-15Small color fix from T. E. Dickey.Thomas Roessler
1999-07-06Fixing a string buffer problem noted by Todd LarasonThomas Roessler
1999-03-15Fix colorN, N > 7 for Slang's curses emulation. From Vikas.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-12-16Fix a segfault noted by Stephan Hack. (Fix noted by Vikas.)Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-11-09Fix an efficiency problem with the color index features.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-14Adding some necessary ifdefs to color.c, FromThomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.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-16Fix the "unknown color" bug reported by Vikas.Thomas Roessler
1998-06-08Initial revisionThomas Roessler