summaryrefslogtreecommitdiff
path: root/src/editor.c
AgeCommit message (Expand)Author
2013-04-15Support UTF-8 in the input barJérémie Courrèges-Anglas
2009-07-15silence unused variables and unused parameters warningsBernhard R. Link
2008-10-22make history expansion an option (switched off by default)Bernhard R. Link
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-08* src/main.c (clean_up): properly free rp_frame_numsetsabetts
2006-02-27(editor_insert): use memmove to make room forsabetts
2005-06-13(edit_bindings): add C-h and C-msabetts
2005-01-15(saved_command): Only define whe HAVE_HISTORY isrcyeske
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-09* src/messages.h (MESSAGE_NO_OTHER_WINDOW): remove padding spacessabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-18* src/window.c (unhide_transient_for): add a newline to debuggingsabetts
2004-09-29* configure.in: Warn when the history header or library is notsabetts
2003-11-03 * configure.in: Add "--disable-history" handling.sabetts
2003-08-11(editor_enter): return EDIT_ABORT if there was ansabetts
2003-05-28* src/globals.h (COMPLETION_NEXT): new definesabetts
2003-05-27* src/editor.c (input_line_free): free the completions structuresabetts
2003-05-27* src/editor.c (saved_command): new local globalsabetts