Age | Commit message (Expand) | Author |
2006-08-08 | Merge of cuix back in trunk | nattfodd |
2006-03-26 | Removed all srand calls and added a single srand invokation in at startup | Jochen Eisinger |
2006-02-01 | make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore) | Wouter Coekaerts |
2006-01-31 | Fix colors with TERM=xterm-{88,256}color, patch by Emanuele Giaquinta | Valentin Batz |
2006-01-29 | Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact... | Valentin Batz |
2005-11-23 | replace guint by gsize for the glib2 version of irssi_ssl_read | Valentin Batz |
2005-11-15 | Fixed return code of term_init (resulted in segfault with invalid TERM and | Jochen Eisinger |
2005-11-02 | Compile with glib1 again (part of patch from peder). g_unichar_*-ifying (maki... | Wouter Coekaerts |
2005-10-18 | Fix warnings caused by r4043 | Wouter Coekaerts |
2005-10-18 | Fix delete_{next,previous}_word bindings, patch by Emanuele Giaquinta | Wouter Coekaerts |
2005-10-12 | fixed recoding of own messages. | Valentin Batz |
2005-08-27 | Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo... | Valentin Batz |
2005-08-05 | fix minor textbuffer leak, Bug 288 by Toby | Wouter Coekaerts |
2005-07-17 | Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu... | Wouter Coekaerts |
2005-05-09 | Fixed bug where pasting is not using the character translation (http://bugs.i... | Valentin Batz |
2005-01-12 | call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get... | Valentin Batz |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-07-11 | Added /MANUAL-WINDOWS alias which removes all automated windowing stuff. | Timo Sirainen |
2004-05-14 | Pasting multibyte chars was buggy, patch by Kuang-che Wu | Timo Sirainen |
2004-03-24 | Fixes for Chinese multibyte characters handling and cursor movement, patch | Timo Sirainen |
2004-03-23 | Added /SET paste_detect_keycount back. Pasting isn't detected until so | Timo Sirainen |
2004-03-23 | fixed /BIND escape_char | Timo Sirainen |
2004-01-24 | add space between merged lines | Timo Sirainen |
2004-01-19 | fix | Timo Sirainen |
2004-01-19 | fix | Timo Sirainen |
2004-01-19 | Added /SET paste_join_multiline - it attempts to be smart and detect when | Timo Sirainen |
2004-01-19 | add pasted lines to command history | Timo Sirainen |
2003-11-26 | If pasted line starts with command char, treat it as command always. Paste | Timo Sirainen |
2003-11-23 | Don't count linefeeds in paste detection to avoid it going on when holding | Timo Sirainen |
2003-11-21 | Removed /SET paste_detect_keycount - don't really need it anymore. | Timo Sirainen |
2003-11-21 | pasting fixes. changed key to ^K from ^O since ^O is working strangely in | Timo Sirainen |
2003-11-17 | Fixed paste_warning format | Timo Sirainen |
2003-11-17 | disabling paste detection works again | Timo Sirainen |
2003-11-17 | again changed the paste_detect defaults. | Timo Sirainen |
2003-11-17 | potential crashfix | Timo Sirainen |
2003-11-17 | paste texts are themeable now. | Timo Sirainen |
2003-11-17 | When pasting to empty window, don't ask about if pasting was wanted or not. | Timo Sirainen |
2003-11-17 | paste detection fixes | Timo Sirainen |
2003-11-17 | crashfix when quitting | Timo Sirainen |
2003-11-17 | more initializing.. | Timo Sirainen |
2003-11-17 | initialize prev_entry | Timo Sirainen |
2003-11-16 | paste detection growed. | Timo Sirainen |
2003-11-16 | pasting fixes | Timo Sirainen |
2003-11-16 | If pasting more lines than /SET paste_verify_line_count, ask before doing | Timo Sirainen |
2003-11-16 | changed /set pster_detect_keycount 5 -> 6 to fix function keys | Timo Sirainen |
2003-11-16 | Added pasting detection. All keys except CR and LF are pasted as-is into | Timo Sirainen |
2003-10-26 | BIG5 stuff is used only if term_type is big5 | Timo Sirainen |
2003-10-19 | BIG5 fixes by vanilla@FreeBSD.org(?) | Timo Sirainen |
2003-07-09 | Crashfix when sometimes closing a split window. | Timo Sirainen |