summaryrefslogtreecommitdiffstats
path: root/enter.c
AgeCommit message (Collapse)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 ↵Michael Elkins
doing filename completion (bug #2871)
2007-04-02Do not clobber string field on keypress when returning from file browser ↵Brendan Cully
(closes #755)
2007-02-26Add $history_file and $save_history, for saving command history acrossVincent Lefevre
sessions.
2006-12-07- my_mbtowcs didn't recover from bad multibyte sequencesThomas Roessler
- mutt_format_string was called under the assumption that this function can operate in-place. Unfortunately, that assumption only holds if replacement_char() returns a one-byte character.
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
Add checks to check_sec.sh for memory functions. These include a check for use of safe_free() instead of FREE() and a check whether FREE(&...) is used. For the former, __SAFE_FREE_CHECKED__ is to be used, for the latter __FREE_CHECKED__ to avoid messages from check_sec.sh
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
menu, so 'bind editor <tab> complete-query' becomes possible.
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
Remove it from mutt.h
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-07-16This patch redoes yesterday's unbuffered input patch. Now it uses aBrendan Cully
pseudo-option, which means less mess to carry down the call stack. It also made it much easier to have the SSL certificate menu be unbuffered, which it is now. So push commands won't annoy you when entering passwords or accepting certificates.
2003-07-14The attached patch prevents mutt from reading the push buffer whenBrendan Cully
asking for passwords. This is a proper fix for bug 1312. I think it's uncontroversial.
2003-05-12Fix alias completion when the alias is entered as part of a group.Thomas Roessler
(E.g., The Tea Party: alias1, alias2, alias3;)
2003-04-08Try to catch a couple of cases in which parameters for malloc callsThomas Roessler
could overflow. Thanks to Timo Sirainen for the heads-up.
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
and strdup routines. While we are on it, plug some memory leaks and make some code understandable.
2001-01-08Going through possible security problems with a fine comb. If youThomas Roessler
want to help, check out the current source, and run check_sec.sh.
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
replace_part() could lead to heap corruption.
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
missing functions, include some more header files.
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
Evans.
2000-10-27A nicer version of {capitalize,...}-word functions.Thomas Roessler
2000-10-27Add capitalize-word, upcase-word, downcase-word functions to theThomas Roessler
editor. Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d).
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
<mgedmin@pub.osf.lt>.
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