summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2008-12-16Remove unused #include directivesErik Hovland
2008-12-16mutt_gen_msgid() allocates the msgid off of the heap.Erik Hovland
Since mutt_gen_msgid() allocates the msgid string with strdup, it is getting it off of the heap. When the fprintf writes the msgid, the string is no longer tracked and that string is leaked.
2008-12-16Match variable type to getch return typeErik Hovland
2008-12-16Fix fread rc checkErik Hovland
2008-12-16Remove redundant int clampingErik Hovland
2008-12-16Remove check that always succeedsErik Hovland
2008-12-16fclose correct fpErik Hovland
2008-12-16buflen cannot be 0 hereErik Hovland
2008-12-16Remove ChangeLog.oldBrendan Cully
2008-12-16Remove imap/BUGS from Makefile.amBrendan Cully
2008-12-15Fix bad parentheses in stat rcErik Hovland
2008-12-15snprintf returns int, not size_tErik Hovland
2008-12-15Always va_end(ap_retry) in mutt_buffer_printfErik Hovland
2008-12-15imap/BUGS is superseded by the BTSBrendan Cully
2008-12-10Manual: Fix typos found by by Vincent Lefevre, see #3109.Rocco Rutte
2008-12-10Manual: trim into chapter, add notes about contributingRocco Rutte
2008-12-10Make mutt.css apply for all media typesRocco Rutte
2008-12-10Manual: Wrap important notes in <note/>Rocco Rutte
2008-12-10Move common XSLT params to mutt.xsl imported into (chunk|html).xslRocco Rutte
2008-12-10Manual: Only wrap real text paragraphs in <para/>Rocco Rutte
Elements such as lists, tables, synopsis don't need it and produce hundreds of warnings in tidy because of empty paragraphs. With this change, the manual should be fully XHTML 1.0 Transitional and validate without warnings and errors.
2008-12-10hg-commit: Work even in subdirectoriesRocco Rutte
2008-12-10Manual: Use right XSLT-way to embed CSS to avoid invalid xmlns="" attributes ↵Rocco Rutte
on <style/>
2008-12-10devel-notes.txt: add some words about preparing & contributing patchesRocco Rutte
2008-12-10Manual: Add section about typographical conventions, see #3109.Rocco Rutte
2008-12-10Manual: Wrap important examples in <example/>Rocco Rutte
2008-12-06Manual: Fixup configuration command synopsis and switch to <cmdsynopsis/>Rocco Rutte
2008-12-06makedoc: use <quote/> and <literal/> in string default valuesRocco Rutte
The goal is to improve readability of settings where spaces are relevant.
2008-12-06Manual: Add simple and clean stylesheet, see #3109.Rocco Rutte
2008-12-02Include mutt_menu.h in init.c for mutt_menu_init() prototypeRocco Rutte
2008-12-01Fix some typos to silence compiler warningsRocco Rutte
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
Previously, the pattern was thrown away during menu destruction. For the next search, mutt then can't provide a good suggestion. The new behaviour is to manage the pattern outside the lifecyle to always provide the last pattern as suggestion.
2008-11-30Start numbering query results with 1 instead of 0Rocco Rutte
2008-11-24Belatedtly acknowledge Rocco's significant contributions to muttBrendan Cully
2008-11-24Manual: Fix lynx call for html to text conversion, strip \001 when dumping ↵Rocco Rutte
with elinks
2008-11-24Manual: Fix/Improve quotingRocco Rutte
2008-11-24hg-commit: Exit if manual validation failsRocco Rutte
2008-11-24Documentation: Consistently use "backtick" for `Rocco Rutte
2008-11-24Manual: Add 'spellcheck' target for aspell and fix typos (closes #3137)Rocco Rutte
2008-11-23Complete e1304a641938 commitRocco Rutte
2008-11-23Manual: Convert manual.html to manual.txt under C localeRocco Rutte
This ensures manual.txt is always pure ASCII and removes the horrible XSLT-based and incomplete hack.
2008-11-23Manual: Fix wording for simple searchRocco Rutte
2008-11-22Fix German translation for what-keyRocco Rutte
2008-11-22Make what-key function available in pager-based menus, tooRocco Rutte
2008-11-21Updated Czech translation.Petr Pisar
2008-11-21Initialize mbstate in mutt_filter_unprintable. Closes #3134TAKAHASHI Tamotsu
2008-11-20Ignore more eclipse droppingsBrendan Cully
2008-11-17Ignore eclipse metadataBrendan Cully
2008-11-16Add support for %ll to the bundled snprintf replacement.TAKAHASHI Tamotsu
2008-11-16Add --disable-full-doc flag to only build documentation for enabled featuresTAKAHASHI Tamotsu
2008-11-15Use with_tokyocabinet exclusively (with_tc is undefined).Brendan Cully
Closes #3131.