summaryrefslogtreecommitdiffstats
path: root/edit.c
AgeCommit message (Collapse)Author
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