summaryrefslogtreecommitdiffstats
path: root/enter.c
AgeCommit message (Collapse)Author
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
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-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-13Type Ctrl-V Ctrl-G in any input field.Thomas Roessler
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-09-18Applying the third generation of command completion patches.Thomas Roessler
1998-09-12When entering a 'set' command on the command-line,Thomas Roessler
pressing TAB after string_var= will insert the current value of that variable. Note that this works only for variables of type 'string'. Also fixes the following buglets in command-completion: 1. doesnt work if you started the command-line with whitespace 2. Seems to think that 'Set', 'ReSeT', etc are valid commands (since it checks for 'strcasecmp' instead of 'strcmp' when completing the variable names Also fixes the following buglets in command-completion: (From: Vikas Agnihotri <VikasA@att.com>)
1998-09-12Use the proper history class when entering mutt commands.Thomas Roessler
1998-09-07Yet another fix to the alias and query completion stuff:Thomas Roessler
Skip leading white space when constructing the addresses.
1998-09-07Don't use <space> as an address delimiter when usingThomas Roessler
query-complete and alias-complete.
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler