summaryrefslogtreecommitdiffstats
path: root/edit.c
AgeCommit message (Collapse)Author
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-24Inflict more needless pain on translators by splitting EditorHelp toBrendan Cully
satisfy -pedantic.
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
Remove it from mutt.h
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
use of strncat in part of the mutt code base.
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
there's a lot of type-punning in Mutt. With help from Philipp Thomas, I've fixed all I could find in CVS (please double-check, one might have slipped through the cracks), I can make one for 1.4 CVS branch as well if wanted.
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
once you have the GNU IDN library available from ftp://alpha.gnu.org/pub/gnu/libidn/ installed. For IDN's which can't be losslessly recoded to your local character set, mutt should automatically fall back to using the ASCII representation. There's probably a considerable number of bugs in this, and the code may, at this point, not even compile on machines without libidn. Will start working on that ASAP.
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2001-12-17Fix a memory allocation bug. #917.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
locale-independent and case-insensitive string comparisons. Needed for mutt to work in iso-8859-9 environments, where tolower('I') != 'i'.
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2001-01-08Some automated security checks concerning fopen() calls.Thomas Roessler
2000-12-08Make the line editor utf-8 friendly. First take from Edmund GrimleyThomas Roessler
Evans.
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-09-01Fix a couple of possible compilation warnings. (Noted by "John C.Thomas Roessler
Place" <placej@ctcdist.com>.)
1999-03-15another digital unix compile problem.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-10Fix a possible buffer overflow. (This seems to be the one noticedThomas Roessler
by Pavel Gulchouck <gul@lucky.net>.)
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-02With SLang, addstr() is a macro. This means we should putThomas Roessler
additional braces around _()-style arguments.
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-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler