summaryrefslogtreecommitdiffstats
path: root/enter.c
AgeCommit message (Expand)Author
2007-04-07add "|" to the list of shell charsMichael Elkins
2007-04-07"complete" function should consider shell chars to be word boundaries when do...Michael Elkins
2007-04-02Do not clobber string field on keypress when returning from file browser (clo...Brendan Cully
2007-02-26Add $history_file and $save_history, for saving command history acrossVincent Lefevre
2006-12-07- my_mbtowcs didn't recover from bad multibyte sequencesThomas Roessler
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
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-07-26Introduce fall-back from complete-query to complete for the editTAKAHASHI Tamotsu
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-07-16This patch redoes yesterday's unbuffered input patch. Now it uses aBrendan Cully
2003-07-14The attached patch prevents mutt from reading the push buffer whenBrendan Cully
2003-05-12Fix alias completion when the alias is entered as part of a group.Thomas Roessler
2003-04-08Try to catch a couple of cases in which parameters for malloc callsThomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2001-10-02Fix #801.Thomas Roessler
2001-05-30Socket API clean-up from Brendan Cully.Thomas Roessler
2001-04-13Fix KEY_ENTER. From EGE.Thomas Roessler
2001-04-09Entering multibyte characters. From Edmund Grimley Evans.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2001-01-08Going through possible security problems with a fine comb. If youThomas Roessler
2001-01-03More wide-char patches from EGE.Thomas Roessler
2001-01-03Don't accept '\0' as keyboard input.Thomas Roessler
2001-01-03Try to fix nonprintable character input.Thomas Roessler
2001-01-03Extend the editor so it supports unprintable characters.Thomas Roessler
2001-01-02Make my_wcstombs more robust. From EGE.Thomas Roessler
2000-12-31Make browser behaviour more consistent with expectations.Thomas Roessler
2000-12-22Some more changes to the enter code.Thomas Roessler
2000-12-22Fix some ugly bugs in the completion code. In particular,Thomas Roessler
2000-12-14More file name completion fixes.Thomas Roessler
2000-12-14Fix "tab-tab" at the change-folder prompt.Thomas Roessler
2000-12-10More enter.c updates. From E.G.E..Thomas Roessler
2000-12-10More changes to the utf-8 friendly line editor: Implement someThomas Roessler
2000-12-08Make _mutt_enter_string() re-entrant.Thomas Roessler
2000-12-08Make the line editor utf-8 friendly. First take from Edmund GrimleyThomas Roessler
2000-10-27A nicer version of {capitalize,...}-word functions.Thomas Roessler
2000-10-27Add capitalize-word, upcase-word, downcase-word functions to theThomas Roessler
2000-05-17Add forward-word and backward-word functions to the editor.Thomas Roessler
2000-05-17Add a kill-eow function to the line editor.Thomas Roessler
2000-05-16Add a transpose-character function to the editor. From Aaron Schrab.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-24patch-1.1.2.mg.autocomplete.1 - from Marius GedminasThomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-07-29Brendan Cully's latest IMAP patches.Thomas Roessler
1999-06-14Completion fixes from Gero Treuner <gero@faveve.uni-stuttgart.de>.Thomas Roessler
1999-01-23Fix the attach-multi patch.Thomas Roessler
1999-01-22Enable tagging in the file browser.Thomas Roessler