summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2005-10-18Fix delete_{next,previous}_word bindings, patch by Emanuele GiaquintaWouter Coekaerts
2005-10-12fixed recoding of own messages.Valentin Batz
2005-08-27Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo...Valentin Batz
2005-08-05fix minor textbuffer leak, Bug 288 by TobyWouter Coekaerts
2005-07-17Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu...Wouter Coekaerts
2005-05-09Fixed bug where pasting is not using the character translation (http://bugs.i...Valentin Batz
2005-01-12call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get...Valentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-07-11Added /MANUAL-WINDOWS alias which removes all automated windowing stuff.Timo Sirainen
2004-05-14Pasting multibyte chars was buggy, patch by Kuang-che WuTimo Sirainen
2004-03-24Fixes for Chinese multibyte characters handling and cursor movement, patchTimo Sirainen
2004-03-23Added /SET paste_detect_keycount back. Pasting isn't detected until soTimo Sirainen
2004-03-23fixed /BIND escape_charTimo Sirainen
2004-01-24add space between merged linesTimo Sirainen
2004-01-19fixTimo Sirainen
2004-01-19fixTimo Sirainen
2004-01-19Added /SET paste_join_multiline - it attempts to be smart and detect whenTimo Sirainen
2004-01-19add pasted lines to command historyTimo Sirainen
2003-11-26If pasted line starts with command char, treat it as command always. PasteTimo Sirainen
2003-11-23Don't count linefeeds in paste detection to avoid it going on when holdingTimo Sirainen
2003-11-21Removed /SET paste_detect_keycount - don't really need it anymore.Timo Sirainen
2003-11-21pasting fixes. changed key to ^K from ^O since ^O is working strangely inTimo Sirainen
2003-11-17Fixed paste_warning formatTimo Sirainen
2003-11-17disabling paste detection works againTimo Sirainen
2003-11-17again changed the paste_detect defaults.Timo Sirainen
2003-11-17potential crashfixTimo Sirainen
2003-11-17paste texts are themeable now.Timo Sirainen
2003-11-17When pasting to empty window, don't ask about if pasting was wanted or not.Timo Sirainen
2003-11-17paste detection fixesTimo Sirainen
2003-11-17crashfix when quittingTimo Sirainen
2003-11-17more initializing..Timo Sirainen
2003-11-17initialize prev_entryTimo Sirainen
2003-11-16paste detection growed.Timo Sirainen
2003-11-16pasting fixesTimo Sirainen
2003-11-16If pasting more lines than /SET paste_verify_line_count, ask before doingTimo Sirainen
2003-11-16changed /set pster_detect_keycount 5 -> 6 to fix function keysTimo Sirainen
2003-11-16Added pasting detection. All keys except CR and LF are pasted as-is intoTimo Sirainen
2003-10-26BIG5 stuff is used only if term_type is big5Timo Sirainen
2003-10-19BIG5 fixes by vanilla@FreeBSD.org(?)Timo Sirainen
2003-07-09Crashfix when sometimes closing a split window.Timo Sirainen
2003-01-25didn't compile without gcTimo Sirainen
2003-01-25Lets see if GC happens to work now without explicit free() calls. PerlTimo Sirainen
2003-01-11Check for gc.h tooTimo Sirainen
2002-12-31lag_min_show should default to 1 sec, not 0.1secTimo Sirainen
2002-12-30Don't access free'd memory.Timo Sirainen
2002-12-29day -> 1day, hour -> 1hourTimo Sirainen
2002-12-28Added /REDRAW command that does the same as ^L.Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-23--with-gc enables now support for Boehm's GC, if it's found and glib2 isTimo Sirainen